Design comparison
Solution retrospective
From this project i am able to learn about css grid.
What challenges did you encounter, and how did you overcome them?responsiveness.
What specific areas of your project would you like help with?But when i make it responsive for mobile screen how to add some spacing at the end?
Community feedback
- @Lescano713Posted 3 months ago
You can group all the colors and font sizes using ::root; this will help you add or remove colors without having to go to each element. Another way to import font families from Google is by using @import url('https://...'). If you have more than one font, you can combine them into a single @import statement.
I also like to use CSS Grid. If you want to reduce the use of media queries while maintaining a responsive page, I suggest researching how to implement grid-template-columns: repeat(auto-fit, minmax(13em, 1fr)).
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