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

Responsive utilizing sass and media quieries, plis feedback🙏

@202745EsquedaDaniel

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Am I using REM correctly? How can I use min-with and max-with? How can I make media queries use another image? Can I print the image by CSS? thank you! 🙏🙏🙏

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

wrap <div class="attribution"> in a footer tag to fix the accessibility issues.

for the color of the image, Add a background-color of soft violet , a background-blend-mode of multiply and opacity of 0.8 to .card_img.

.card_img{
background-image: url();
background-size: cover;
background-color: hsl()
background-blend-mode: multiply;
opacity: 0.8;
}

in the media query you can reduce the screen size of. Give .card_img and .card_description a with of 50% , increase the the padding value of .card_description and give .card-description a text-align: left.

you using the rem well. well done.

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

Marked as helpful

1

@cvalencia1991

Posted

well Done for completing this challege, also there is a thing you should fix also the previous feedback

  • implement the land marks to fix this linter error

happy coding

1

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