Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This was my first project and i didn't get stuck...finished with ease that i feel proud of...
What challenges did you encounter, and how did you overcome them?It was easy to start as the first project...not complex
What specific areas of your project would you like help with?Need help how to avoid typing same codes for multiple elements
Community feedback
- @Glorit74Posted 8 months ago
If you think in terms of design, you can have several classes on one div. Each class contains a set of properties. for example class="flex"
.flex { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: var(--gap); }
1
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