Social Links Profile using Tailwind CSS

Solution retrospective
I tend to overuse Flexbox and Grid when building layouts. For example, in my Blog Preview Card solution: the card was a Flex container, the card content was a flex container, and the card footer was a flex container. For this exercise, I decided that I would attempt to use less flexbox and allow the Tailwind CSS preflight rules and other utility classes assist with building the layout. The main utility class that helped with this was the space-
utility class. I found that I ended up taking less time building this project as I didn't have to fiddle with the positioning of flex items.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Jaylen Baxter'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