Design comparison
Solution retrospective
Hello DEVS
I had a problem with the :hover
function in the .svg
of social media icons. If anyone can help me, put it in the comments.
If you have any comments in general feel free to comment.
Community feedback
- @FilipCondacPosted over 1 year ago
The problem with your code is you need to address the <a> element and not the <svg> , like so:
footer a:hover { styles.... }
Also I recommend putting the SVG code in a .svg file as it makes it easier to read!
I checked you GitHub out and you have a massive repo with all your projects. I recommend making individual repos for each project and committing small blocks of code. This makes it much easier to see and follow your progress on larger projects, also of course allows for easier rollbacks!
Good luck in your learning journey!
1
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