Design comparison
Solution retrospective
How can I color blend from a layout to another ?
Community feedback
- @MooseCowBearPosted over 1 year ago
I think you're asking about the color difference from the top to the bottom on the dark blue side?
If so, you can achieve the effect by setting the background property of the element to a gradient, specifying what the start color should be, any intermediary colors, and the end color. There are different types of gradients depending on the effect you want. In this case, you want a linear-gradient. You won't need two layers since the effect is applied across the element.
This article might be helpful.
Marked as helpful2@Tinsel19Posted over 1 year ago@MooseCowBear Will i be setting the background-color to gradient? I'm yet to get how it works
0@aaishverPosted over 1 year ago@Tinsel19 check out on youtube do some work the person given you hints look for (gradient color property CSS ) on youtube
0@Tinsel19Posted over 1 year ago@aaishver Thanks very much, i'll be sure to check it out.
1 - @NallyNikPosted over 1 year ago
This comment was deleted over 1 year ago
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