Blog landing page using html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @pheight-89
Good job with adhering to the design.
-
One thing I would suggest is to be sure that you are using semantic HTML. For instance, the <div class="title">HTML & CSS foundations</div> could be done with a heading (<h1></h1>) tag instead.
-
Another note would be that at the end of your document, you have <div class = "author"> and then <div class="author">Greg Hooper</div> nested within. I believe the intention was to have the first div serve as your wrapper/container.
-
Although there is nothing wrong with using percentages and pixels. I would suggest using either em or rem for font sizing and spacing as it will enhance accessibility for users who change their default font sizes in their browser.
Other than that. I would say you have solid foundations with HTML and CSS. Keep it up!
-
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