Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I have use API before on my job, but this will be my first personal project where I use API.
What challenges did you encounter, and how did you overcome them?While making the style for the dice button I ran into a problem, where if the button is click and the pointer is on the dice image it would stay focus on the button thus making the focus style on even though it shouldn't. To fix this I use :focus-visiable
instead of :focus
for the selector.
Right now i'm having issue on mobile where if the button is click it would focus on it, thus making focus style on. Help with this will be helpful.
Community feedback
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