
Social links profile challenge solved using HTML and CSS
Design comparison
Solution retrospective
Proud to excel smoothly through the various challenges in my learning path.
What challenges did you encounter, and how did you overcome them?The image would not show on github pages initially. After making the path in the src absolute, it worked.
What specific areas of your project would you like help with?So far, none.
Community feedback
- @MarziaJaliliPosted about 2 months ago
Nice work!
Some areas you can amend:
- For a smoother color change of the links, you can use the
transition
property.
Take the code below as an example:
.link { transition: background-color 0.5s, color 0.5s; /* or .5s for short */ }
This ensures that the color will change after 500 milliseconds. Which makes it look even better.
Other than this you're doing great!
If you find any difficulties, let me know.
😎😎😎
Marked as helpful0 - For a smoother color change of the links, you can use the
- @Vishnu-VCheruvatheryPosted about 2 months ago
Does the solution include semantic HTML?
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