Design comparison
SolutionDesign
Solution retrospective
Hi i here again. This is my solution for this challenge. I used html, and css (flex-box) for this version.
Thanks and happy codding
Community feedback
- @KingSkyrosPosted about 1 year ago
Hello, @Arirockdev. You forgot to add hover effects to the buttons. You can try using CSS code to achieve this.
button: hover{ Background-color: transparent; color: #fff; or use color: white; border: 2px solid white; }
I hope this was helpful 👍.
Marked as helpful0@ArirockdevPosted about 1 year ago@KingSkyros
thank you so much. I had forgotten that detail. ;)
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