
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Amit-R328
Great job!
One suggestion would be to replace the outer <div class="container"> with <section class="container"> to provide semantic meaning, designating the container as a distinct section of your webpage.
maybe also use variables for the colors?
:root { --primary-yellow: #f4d04e; --black: #111; --gray-dark: #6b6b6b; --white: #ffffff; --blue: hsl(228, 45%, 44%); }
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