Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
πΎHello @Rhenriquez94, congratulations for your new solution!
Add flex to the
box
and make it have the alignment vertical for all the text content in the left column, also remove thepadding-top
for the h1 to have this proper aligned. See the code below:.box1 { display: flex; background-color: var(--Darkdesaturated); height: 430px; width: 540px; border-radius: 2%; flex-direction: column; justify-content: center; }
To reach the overlay effect purple over the image you dont really need a long code, just two lines,
mix-blend-mode
. See the code belowimg { mix-blend-mode: multiply; opacity: 82%;}
π I hope this helps you and 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