Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
My biggest learning from this exercise was styling list markings using a pseudo-element. example:
.instruction li::marker { color: hsl(332, 51%, 32%); font-weight: bold; font-size: 1.1rem; }
In addition to trying to use the most semantic HTML possible.
Community feedback
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