
Submitted about 2 months ago
Responsive social links card using HTML and CSS
@darlene9497
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of completing this project entirely on my own, without relying on external resources.
Community feedback
- @MarziaJaliliPosted about 2 months ago
Great job!!!
A tiny adjestment you can make:
- For a smoother color change of the links, add the line below to the
<a>
elements:
a { transition: background-color .5s; }
This ensures that the color will change after 500 milliseconds. Which makes it look better.
Other than this your solution is spot on!
Keep up the grind🫡
Marked as helpful0 - For a smoother color change of the links, add the line below to the
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