Responsive Result-Submit page using Flex and Grid

Solution retrospective
It would be great if someone could help me about setting blue colors as the original one in real picture.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Rhinozer0s
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 helpful - @mukwende2000
You should the style-guide.md file, all the colors and gradient colors are there
- @anespoul34
Hello @GreyCodder! When I need to know about colors, I use this colorpicker. I hope it might help ;)
Join 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