Design comparison
Solution retrospective
I am very happy and is my second challenge, I am seen how I improve my development web in relation to CSS
What challenges did you encounter, and how did you overcome them?This is challenge is very similar to the previous one, but I have minus difficult in this challenge that previous one
What specific areas of your project would you like help with?I need you to suggest what I can improve in relation to HTML and especially CSS to reduce the code and make it leaner
Community feedback
- @SrkiMaxPosted 7 months ago
There is a small note under the project that says: The font sizes in this project a slightly smaller in the mobile layout. Find a way to reduce font size for smaller screens without using media queries.
Try to find it on google, it's a good solution, and will save you some time and space of writing media queries:
/*The bellow code changes the font-size without the media-queries. It is done by using this code: font-size: clamp(min, ideal, max); example bellow: font-size: clamp(0.8rem, 1.75vw, 1rem); */
Marked as helpful0@adonesguerreiroPosted 6 months ago@SrkiMax Thanks for the suggestion I will definitely use it.
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