Responsive Social Links with HTML and CSS

Solution retrospective
So far with my HTML and CSS have been improved greatly!
What challenges did you encounter, and how did you overcome them?I'm still having a little trouble with CSS but I have noticed some improvements along the way and I am still learning.
What specific areas of your project would you like help with?I am still struggling with flex-box and just general CSS.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @khatri2002
The solution looks great on desktop devices! However, on smaller width devices (e.g., width = 375px), the buttons inside the card are sticking to the left side, leaving noticeable space on the right side.
This can be resolved by adjusting properties like
margin
,padding
, andwidth
. You can use media queries to fine-tune the design for smaller devices.Happy coding!
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