Social links card using tailwindcss

Solution retrospective
I'm proud of learning how to deploy via vercel using a build script in package.json.
Next time I would create custom css classes to better match the design colours.
What challenges did you encounter, and how did you overcome them?The deployment with a build script was failing multiple times, but I watched some youtube videos explaining how to do it.
What specific areas of your project would you like help with?I'd like to know whether the use of <address> is appropriate for this case and also if I should have an <ul> and wrap the <a>'s with <li> tags the way I did. It was tricky because then the clickable part of the button was only the <a> portion so I had to set the display to block. Not sure if this is a good practice or if I should just keep it simple with a <div> and <a>'s inside.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on NunoJDMachado'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