Pedro Brito
@PedroBritoDEVAll comments
- @joaopaulo-web@PedroBritoDEV
muito bom
- @David404-dev@PedroBritoDEV
the background-image ulr needs the prefix "./", that's because some imagens does not load
- @yulich81@PedroBritoDEV
Recomendo você usar display flex pra centralizar seu conteúdo, e a cor do background tá diferente, de resto, está perfeito.
- @Arjunjv@PedroBritoDEV
I recomend you to use background-size: 100%; and background-position
- @7Mirco10@PedroBritoDEV
using margin in order to center your content may present errors on some computers.
a better option is:
body { height: 100vh; display: flex; justify-content: center; align-intens: center; }
- @vedatsozen@PedroBritoDEV
did you already studied javascript?
- @RuanEsterhuyse@PedroBritoDEV
your solution is perfect, you only forgot box-shadow
- @Evawonderful@PedroBritoDEV
set height:100vh; display: flex; align-items: center; justify-content:center; on your body to center your content:)
- @DummyKen@PedroBritoDEV
set position absolute and bottom 0 to your footer and position relative on you body
- @brunafelix79@PedroBritoDEV
acho que o link do repositório está fora do ar e tá atrapalhando na visibilidade do conteúdo.
Marked as helpful