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

Responsive Recipe Page

Adarsh 120

@Adarshpathak1

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?

  • Make responsive table

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

-Face difficulty in Making table responsive. manage that with following code.

table { border-collapse: collapse; width: 100%; }

tr {
  border-bottom: 1px solid rgb(160 160 160);
  display: flex;
  width: 100%;
  justify-content: space-between;
}

td {
  width: 100%;
  padding: 20px;
}

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

please Provide your review on code . Suggest for any valuable changes.

Community feedback

@krishna-tejaswi

Posted

It is good, try using media queries to style differently for desktop and mobile screen resolution by using break points

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