Latest solutions
Latest 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?