Design comparison
Solution retrospective
The fact that I'm getting better at noticing what I need to do in order arrange a certain element in a page.
What challenges did you encounter, and how did you overcome them?Changing the background color and text color of a div when you hover over it, I figured out that I did not need to put the text in a paragraph tag and just put the text in the div.
Community feedback
- @IvanFdez01Posted 3 months ago
Save code!! All the buttons have the same behavior. So, grouping them in CSS will help you a lot either with the classes and the hovers.
.g, .fr, .l, .t, .i {...the same code}
and.g::hover, .fr::hover, .l::hover, .t::hover, .i::hover {...the same code}
.Nice job by the way.
Marked as helpful1@NapgoldenPosted 3 months agoOh thanks for the tip, This will help in future codes, thank you so much, will update and push to github@IvanFdez01
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