Design comparison
SolutionDesign
Solution retrospective
I could use a good example of that background radial for the winner. Thanks
Community feedback
- @GerLCPosted over 3 years ago
Hello! Nice solution. I just finished this solution recently.
For the radial background on the winner, I used on my solution:
box-shadow: 0 0 0 50px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.03), 0 0 0 150px rgba(255,255,255, .01);
Where the rgba worked fine, with a white background and the last var(alpha) the opacity.
Marked as helpful0 - @palgrammingPosted over 3 years ago
⭐⭐⭐⭐⭐ Really nice results. It is fun to play with nice speed. Great Job!!
Marked as helpful0
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