Design comparison
Community feedback
- @dedezeraPosted over 1 year ago
Good solution friend, i'll tell you a tip, maybe using the background with a gradient will make your project more visually attractive like in the original solution. Type:
.card__content { background: linear-gradient(320deg, [add a color here], [add another color here]); }
You can customize the gradient by specifying different colors and directions. For instance, you can use keywords like to top, to bottom, to left, to right, or specific angles like to 320deg (as I gave you the tip.) to define the direction of the gradient. Additionally, you can include more color stops to create more complex gradients with multiple color transitions.
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