Design comparison
SolutionDesign
Community feedback
- @zacc-anyonaPosted 9 months ago
Hello @makaracc, You've done a great job and I have learnt a few things from your code.
ol::marker, li::marker { color: brown; font-weight: 400; }
Cause of you now I know how to style list markers.
There a few things you can improve on though. I'll show you a better way to center everything without the use of padding. I hope it comes in handy in your future challenges.
body { min-height: 100vh; display: flex; /* it works with grid too */ justify-content: center; align-items: center; }
All things considered you have done a great job!
1@makaraccPosted 9 months ago@zacc-anyona Thank you for the comment and glad you find it useful!
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