Social Media Links using HTML and CSS

Solution retrospective
I'm happier with the responsiveness of the layout than my last solution.
Next time I would use media queries the other way around -> mobile first. It didn't really matter in this case but from what I have read it is better practice to design and build for mobile first.
What challenges did you encounter, and how did you overcome them?-
I couldn't quite get the transition to work on the buttons the way I wanted it too. In the challenge solution, the transition appears to restart on the buttons if you quickly move your mouse onto and off them. I couldn't quite get this working in mine. My transition timing appears to be about right on hover, but the behaviour doesn't match the challenge solution perfectly.
-
I also had issues with margin on my p tags, I ended up setting the margin for all p tags to be 0 by default. Is this considered bad practice?
Happy for any feedback. Help with the transition problem I talked about in the problem section would be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on ImposterCodeVault's solution.
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