Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
๐พHello htet, congratulations for your solution!
I've looked your live site and everything seems really good, there are two things you can change in order to improve it. The h1 purple color (thats not the correct one) and the overlay effect.
Here's the fix for the h1 highlighted word:
.insight { color: #af5ec3; text-decoration: none; }
Here's fix for the image overlay color:
.spcc-img { opacity: 0.8; mix-blend-mode: multiply; width: 600px; height: 450px; } .spcc-img-bc { background-color: hsl(288deg 46% 57%); /* height: 300px; */ }
Hope it helps you, happy coding!
0@htet-myetPosted over 2 years ago@correlucas Thank you for your advice .Next time I'll do correct :).
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