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

Omelette Recipe Page Solution - HTML and CSS

Sahuan 90

@SahuanP

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my solution for the Omelette recipe challenge! I used a lot of CSS in this project and learn about new parameters and properties, CSS is awesome! I was trying to change the spaces of numbers and markers between the content from ol and ul's, but i didnn't find a way to do this. Also i don't know how to remove the border in the bottom of the table, at the end of the page... If you guys know how to do it, let me know please :) Thank you for your attention!

Community feedback

@aybegu

Posted

Hi @SahuanP ! You can remove the border in the bottom of the table with this! At least thats what I did in my project.

tr:last-child td{
  border-bottom: none;
}

Hope this helps!

Marked as helpful

0

Sahuan 90

@SahuanP

Posted

@aybegu Thank you so much, it worked!! :D

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