I used classes, div and flex to arrange my whole page.

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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @IvanFdez01
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 helpful
Join 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