Submitted over 1 year ago
Responsive Result-Submit page using Flex and Grid
@Mirali44
Design comparison
SolutionDesign
Solution retrospective
It would be great if someone could help me about setting blue colors as the original one in real picture.
Community feedback
- @Rhinozer0sPosted over 1 year ago
Hello @GreyCodder,
the background-color is a linear-gradient. Add this to your result - div:
background: linear-gradient(hsl(252, 100%, 67%), hsl(241, 81%, 54%));
The same goes for your circle. You can read more about this here: https://www.w3schools.com/css/css3_gradients.asp
I hope you find this helpfull ππ€
Marked as helpful1 - @mukwende2000Posted over 1 year ago
You should the style-guide.md file, all the colors and gradient colors are there
1 - @anespoul34Posted over 1 year ago
Hello @GreyCodder! When I need to know about colors, I use this colorpicker. I hope it might help ;)
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