Design comparison
Community feedback
- @TheShonuffPosted over 2 years ago
I was looking through solutions to see where people where sticking there h1 tag to fix all the accessibility issues and I checked out your solution. I would recommend you check out the Request.cache MDN documentation. I believe you able to solve the issue for reloading in a new quote when a new button click events occurs. I struggled with this for a bit myself and was actually pretty upset when I learned it was solved with 3 words.
Also I would think about adding a hover to your .dice class. I added a box shadow with this code to achieve the look in the design.
box-shadow: 2px 2px 30px rgba(83,255,171, .8);
Marked as helpful1@MNRSkillsPosted over 2 years ago@TheShonuff Thank you for the advice; I will be looking this up.
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