Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Recipe Page

@karthikganesanTR

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I have learned a lot in the project. Especially using ems for media queries, css resets. I ll try to do mobile first and go for desktop in next time.

What challenges did you encounter, and how did you overcome them?

Table like layout with correct dimensions as mentioned in figma. I have used Flexbox to achieve that.

What specific areas of your project would you like help with?

when i am trying do to html structure, i always go from section by section rather identifying the layout it has. whether i need to change my approach

Community feedback

T
Grace 29,310

@grace-snow

Posted

There is one serious accessibility failure in this. You must use a table for tabular data. It must use header cells (th) and normal cells (td). And ideally, the header cells should include scope="row" so it is clear they are headers for the row not column.

Assistive tech (such as screen reader) users would be unable to understand this content at the moment.

Marked as helpful

1
P
Moshiur 230

@codermoshiur

Posted

Well done! Congratulations on completing this challenge.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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