CraftingMy Personal Interactive Social Network: An HTML & CSS Guide to
Design comparison
Solution retrospective
This was my first beginners level html and css task to create a personal social link page.
What challenges did you encounter, and how did you overcome them?Positioning all the elements correctly was most challenging.
Community feedback
- @amna1526Posted 8 months ago
Good effort dear! Here are a few recommendations for you:
--- Try using a class for all three of your links and then in css style that class, instead of styling each link separately
--- You were supposed to copy the original design exactly I think, instead of making it your own, but you did the styling well anyway
--- You were not supposed to use a gradient here
--- You should use an a:hover CSS selector to style the links when the viewer hovers over them, this was required in the challenge, check out my code if confused about this part, https://github.com/amna1526/Social-links-profile
0
Please log in to post a comment
Log in with GitHubJoin 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