Design comparison
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
- @aybeguPosted 9 months ago
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 helpful0
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