Submitted almost 2 years ago
i used grid and flex box to control the layout
@akhribabderahmane
Design comparison
SolutionDesign
Solution retrospective
all feedback is welcomed !! just a note because i have a little problem ,i wanted to center the item inside the container and this truck does'nt work .....
<html> <main class=container> <div class=item> </div> </main> </html> ...............................................................Community feedback
- @HassiaiPosted almost 2 years ago
For the color of the image, add backgroun-blend-mode: multiply, background-color of soft violet and opacity of 0.8 to .item-2.
.item-2{ background-image: url(); background-size: cover; background-color: hsl() background-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