Submitted 8 months ago
Responsive Recipe landing page with HTML and CSS using Media queries.
@kiluia
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
How to add the lines or hr tags after each tr tag in the nutrition div
Community feedback
- @hichamweblogPosted 8 months ago
Nice effort in tackling this challenge! Here are some suggestions for further improvements:
- Ensure to include
<!DOCTYPE html>
at the beginning of your HTML file. - Remember to add the
alt
attribute to your images. - Check that your heading elements are ordered sequentially, such as
h1
,h2
,h3
, etc. - When specifying colors, make sure to prepend "#" to the hexadecimal value, like #F3E5D8.
- Note that "justify" is not a valid value for
justify-content
.
Keep up the good work!
Marked as helpful0 - Ensure to include
Please log in to post a comment
Log in with GitHubJoin 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