Design comparison
Community feedback
- @HassiaiPosted almost 2 years ago
Replace<div class="container">with the main tag, <h2> with <h1> and <h4> with <p> and <div class="attribution"> with the footer tag to fix the accessibility issues. Give the p that replace the <h4> a class for the styling.
Increase the width of .container in the media query. For the color of the image , wrap the img tag in a div and give it a class.
<div class="img_container"><img class= "image"></div>
give .img_container a background-color of soft violet and add height:100%, mix-blend-mode: multiply and opacity of 0.8 to . image..img_container{ background-color: hsl(); } image{ width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: 0.8; }
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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