Responsive utilizing sass and media quieries, plis feedback🙏
Design comparison
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
- @HassiaiPosted almost 2 years ago
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 helpful1 - @cvalencia1991Posted almost 2 years ago
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 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