Design comparison
Solution retrospective
Hi, I finished next challenge. I downloaded the design files long time ago, but I didn't know, how to recreate the meter component. I know that HTML has meter tag but styling this component for all browsers is impossible, so I made it from div tags.
I added some hover effect and title attribute on buttons for better accessibility.
It would be great, if you can give me some feedback about accessibility or sass.
Happy coding ππ©βπ¦°
Community feedback
- @samuelpalaciosdevPosted over 3 years ago
Hello, Sirriah π
Well done on this challenge!. Your solution looks nice (almost pixel perfect) and it scales pretty well.
I only suggest some thingsπ:
-
Adding
outline: none
to the buttons with the icons. When I click on them, that outline doesn't look bad but I'd not display it. -
About your sass stylesheets. I suggest you to watch [this video] (https://www.youtube.com/watch?v=9Ld-aOKsEDk&ab_channel=KevinPowell)
I really like the way you approach this, keep coding ;).
0@sirriahPosted over 3 years ago@samuelpalaciosdev Hello, which browser and OS do you use? I work on macOS in Chrome, Firefox and Safari and I don't see any outline after clicking :(.
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