Recipe page using tailwindcss, next.js, flexbox

Solution retrospective
In the past, I wasn’t able to implement styling that wasn’t part of the previous assignments. I believe I have learned quite a few new techniques this time. However, I still feel that the styling isn’t quite appropriate, so I hope to be able to apply more suitable styling in the future.
What challenges did you encounter, and how did you overcome them?Since we couldn't style the list markers directly, we addressed it by using the ::before
pseudo-element for the ul
tags and a span tag for the ol
tags.
If you know any best practices for styling list markers, I would appreciate your insights.
In this project, we needed to style list markers, but since we couldn’t style the list markers directly, we handled it by using the ::before
pseudo-element for ul
tags and a span tag for ol
tags.
Is this styling approach appropriate? And if there is a more suitable method, please let me know.
If you have any insights, I would greatly appreciate it.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on BlonoBuccellati's solution.
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