Submitted 26 days ago
Solução Básica Utilizando HTML e CSS
@guilhermegdantas
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Me orgulho de ter feito este projeto, e me arrependo de não saber utilizar o GitHub ou outro software para a publicação do site, pois a imagem não carregou..
What specific areas of your project would you like help with?GitHub
Community feedback
- @AdrianoEscarabotePosted 25 days ago
Olá, Guilherme Gonçalves Dantas !! Bem vindo ao Front-end Mentor!
Tudo bem? Gostei muito do resultado do seu projeto mas tenho algumas dicas que acho que pode ajudar:
Notei que você tentou centralizar o componente usando
margin-left
, mas podemos ter um resultado fazendo o seguinte:remover o
margin-left
main { margin-left: 21%; }
e podemos usar flexbox no body:
body { display: flex; min-height: 100vh; justify-content: center; align-items: center; flex-direction: column; }
O resto está muito!
espero ter ajudado.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord