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

A responsive site that i use flexbox some css simple tricks

@Phelipe97

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 specific areas of your project would you like help with?

If you guys help me with the table lines in the end of this site i will apreciate . thank you very much! !

Community feedback

@iliAsghar

Posted

you could use the :not() and :last-child() pseudo class and come up with something like this:

.table-row:not(:last-child())  {...}

and now you can give a style to all the rows, except the last one

happy coding!

1

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