Design comparison
SolutionDesign
Community feedback
- Account deleted
Hi @dinethlive,
Your solution is looking really great thus far. I have one tip to make your solution better.
- To make the overlay in center of over image you add this code:
.overlay{ position:absolute; background-color: hsl (178, 100% ,50%); top: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .25s ease; }
Hope this helps you
Marked as helpful1@dinethlivePosted about 2 years ago@bccpadge Thank you very much dear ! I'm really struggled with that point. Very helpful comment )
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