Design comparison
SolutionDesign
Community feedback
- @Iamweird2Posted over 2 years ago
Hi, nice job so far. To improve your code, you can do the following
-
Add an hover effect to the button by
.dice-btn:hover{ cursor: pointer; box-shadow: 0px 0px 40px hsl(150, 100%, 66%); }
-
Try not to style via id and tag name but use classes instead
-
One should be able to input an advice number and then call the advice when you click the button
I hope this helps even a little. Have fun
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