HTML & CSS foundations

Solution retrospective
Having a problem with the font, I learned that in HTML the body tag is an HTML element, not a class. In the CSS file, I had .body which is a mistake. It should simply be: body { ... }.
I don’t understand the use of min-height: 100vh; and the essence of this property. It’s hard for me to understand the positioning of elements on the page, for example, align, display, justify.
I found out how line-height helps with readability.
What challenges did you encounter, and how did you overcome them?Most of my challenges I encountered using AI
What specific areas of your project would you like help with?Positioning of elements on the page
Please log in to post a comment
Log in with GitHubCommunity feedback
- @robson-haaland
ok
Join 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