use visual studio to edit and git bush to clone and push the reposity
Design comparison
Community feedback
- @Kamlesh0007Posted over 1 year ago
To properly center the component in the page, you should use Flexbox or Grid layout. You can read more about centering in CSS here 📚. For this demonstration we use css Grid to center the component. body { min-height: 100vh; display: grid; place-items: center; }
0 - @Kira-SannPosted over 1 year ago
seu código HTML basicamente não tem estrutura faça uma estrutura usando HTML semântico e use as tags corretamente.
no CSS você tentou alinhar no centro de qualquer maneira mas dessa maneira não teria como funcionar use algumas divisões no html como
<main>,
<section>
ou ate mesmo<div>
não sou a melhor pessoa para te orientar mas se quiser dar uma olhada no meu código e ver como eu fiz
0
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