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
Not Found
Not Found
Not Found

Submitted

Blog preview card solution

@AmirxonEngineer

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
Amit-R328 150

@Amit-R328

Posted

Great job!

One suggestion would be to replace the outer <div class="container"> with <section class="container"> to provide semantic meaning, designating the container as a distinct section of your webpage.

maybe also use variables for the colors?

:root {
  --primary-yellow: #f4d04e;
  --black: #111;
  --gray-dark: #6b6b6b;
  --white: #ffffff;
  --blue: hsl(228, 45%, 44%);
}
0

@AmirxonEngineer

Posted

@Amit-R328 ok thank you

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