Design comparison
SolutionDesign
Community feedback
- @jen067Posted about 2 months ago
-
In terms of CSS, it might be helpful to use a CSS reset more frequently, followed by the :root selector, and then proceed with other style settings.
-
For using font-family, consider using CSS variables, like: --ff-montserrat: 'Montserrat', sans-serif; --ff-fraunces: 'Fraunces', serif;
-
gap: 1rem; only needs a single semicolon.
-
Good use of flex-basis helped me solve my layout problems.
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