Design comparison
SolutionDesign
Community feedback
- @LucasGabriell97Posted over 2 years ago
Hello there! ๐
Congratulations on finishing your challenge! ๐
I have some feedback on this solution:
Always Use Semantic HTML instead of div like <main> <header> <footer>...
Warp your card content around the main tag Ex: ๐
<body> <main class="card"> *all you content here* </main> </body>This link can help you better center the card in the middle of the screen:
https://www.devmedia.com.br/como-centralizar-divs-em-html-e-css/37568
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