recipe-main-website with pure html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ineke84
Hi Opeoluwa,
Your solution looks visually really good and responsive. A few suggestions:
- to improve accessability you could use semantic html (main, header, footer, section)
- you use a <h3> just below the <h1> for 'Preparation time', those heading tags are for creating structure, so the level below <h1> is <h2> and if you add another sublevel, then you use <h3>. If you need a header to look different you could do this for example with a class.
Hope you find this helpfull.
Marked as helpful
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