@ViravichSubmitted over 2 years ago
Lucas Gabriell
@LucasGabriell97All comments
- @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