Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome
Community feedback
- @Zizo95Posted 10 months ago
Your website is not responsive for small devices. @media only screen and (max-width: 600px) { .container { margin: 0; padding: 0; border-radius: 0; } }
0 - @LiedsonFrancoPosted 10 months ago
To change the colors from the <ul> and <ol> markers you could do:
ul li::marker{ color: hsl(14, 45%, 36%); } ol li::marker{ color: hsl(14, 45%, 36%); }
0
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