Design comparison
SolutionDesign
Solution retrospective
Any tips for the image color :)
Community feedback
- @lack21Posted over 1 year ago
Good job 👍, but I have a suggestion!
- Remove
filter: opacity(0.5) drop-shadow(0 0 var(--Soft-violet-accent-img))
from the.right-content img
, addposition: relative
to the.right-content
and add these styles to theCSS
.right-content::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: hsla(275, 75%, 40%, 0.5); }
this should change your image color!
Marked as helpful0 - Remove
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