Recipe Page using HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @SimonMcCaffery
Looks pretty good, couple of bits of feedback that may help.
Consider why you are adding a height to the container class, currently, when I view the live page, the container box is not tall enough and some content is overflowing out the bottom. If you don't explicitly need a height, it is often better not to use one and allow the content to dictate how tall to make its container (combined with margins and padding to make it readable and good looking) or even constrain it to a min height and max height so it never gets too big or small but is still able to be responsive in size between those parameters.
The font does feel a little small on a laptop screen, I would consider increasing it for readability's sake.
Table styling looks good.
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