flex, ol, ul, table, li::marker, last-child.

Solution retrospective
I'm proud of how well-structured and clean my HTML and CSS are! I've used semantic elements (like <main>, <h1>, <ul>, <ol>, and <table>), which makes my code easy to read and accessible. I've also applied Google Fonts properly, and maintained a consistent design. Next time I would enhance User Experience:
- Add some hover effects to make it more interactive.
- Use CSS transitions (e.g., for buttons or links) to add smooth animations.
Changing <ol> Number Colors with ::marker Not Working Properly
Challenge: The numbers in the ordered list didn’t change color as expected. Solution: I correctly used li::marker, but sometimes browsers require display: list-item; on li for it to take effect. Also, ensure list-style-type is not overridden elsewhere.
What specific areas of your project would you like help with?Nothing for the moment, but any suggestions or improvements would be great to learn from.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on RidaniFZ'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