Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I encountered the annoying challenge of styling the numeric list lol, I tried using media queries to fix the changing screen sizes greater than 1440px but it didn't work out well smh.
What specific areas of your project would you like help with?I'd like help with the styling and positioning of the numbered list. :)
Community feedback
- @justCaioDevPosted about 2 months ago
Very good! You can use te pseudo-element in css :maker to style the numbers in the list. Example: ol > li:marker {color: red};
Marked as helpful1
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