Design comparison
SolutionDesign
Solution retrospective
Hopefully i did the landmarks correctly this time. As always all feedback is greatly appreciated, thank you!
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Petri, congratulations for your solution!
I was writing a comment the last time you've posted this solution but then the challenge disappears, note that you can just upload your solution instead of submiting a new one.
You can add the correct overlay effect using:
img { mix-blend-mode: multiply; opacity: 0.8;}
And the alignment for the component:
display: flex; min-height: 100vh; align-items: center; justify-content: center; }
Hope it helps and happy coding!
Marked as helpful0@Peteksi95Posted over 2 years ago@correlucas Okay, once again thank you so much for your feedback
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