Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found

Submitted

Semantic HTML and CSS syntax

@adonesguerreiro

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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

SrkiMax 50

@SrkiMax

Posted

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 helpful

0

@adonesguerreiro

Posted

@SrkiMax Thanks for the suggestion I will definitely use it.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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