Design comparison
SolutionDesign
Solution retrospective
I am still learning JavaScript I wanted to try whatever I have learnt till now and I will surely update this when I finish my JavaScript.
Community feedback
- @WilouricardPosted about 2 years ago
Hello ! You're doing a great job :)
I noticed that you used hover state on the 'dice' button to add the box shadow. The hover state for this button is a very slight colour change, and the box shadow should be used for the active state
.dice-container:hover { /*background-color: ; */ } .dice-container:active { box-shadow: 0 0 20px 5px var(--neon-green); }
Cheers
Marked as helpful0@akgec-saurabhPosted about 2 years ago@Wilouricard I will surely update it Thank You for your feedback
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