Design comparison
SolutionDesign
Solution retrospective
interesting using filters
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h2> with <h1> to fix the accessibility issue.
For the color of the image, give .img_container a background color of soft violet and mix-blend-mode: multiply and opacity: 0.8 to the img
.img_container{ background-coloe: hsl(); } img{ mix-blend-mode: multiply; opacity: 0.8; }
In the media give .data-container a gap value for the space between them.
gap: 4rem
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
0@FopartyPosted almost 2 years ago@Hassiai thanks a lot. there are so many options on css that sometimes i just go the hard rout for not remembering the easy ones!
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