Design comparison
SolutionDesign
Community feedback
- @TomSifPosted 2 months ago
Nice job, your work look almost identical to the model.
One way to improve your code would be to use variable for better sustainability :root { --White: hsl(0, 0%, 100%); --Green: hsl(75, 94%, 57%); --Grey700: hsl(0, 0%, 20%); --Grey800: hsl(0, 0%, 12%); --Grey900: hsl(0, 0%, 8%); }
And your HTML should contain a <meta> description tag that helps search engine determine what the page is about, Something like this <meta name="description" content="" />
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