Socials-Link Page Basic HTML and CSS

Solution retrospective
One achievement that stands out to me is styling and applying different techniques to make this page look similar to the original design, If I were to approach this again I would probably think more about responsive design.
What challenges did you encounter, and how did you overcome them?My first approach to build the buttons section was to actually use <button> tags, however it is better to use anchor elements since buttons are mostly use to perform actions with javascript.
Also there was a problem with my approach using selectors in which CSS was overriding :hover (There was another selector with more specificity), by using color:inherit in that selector; I didn't need to change or add more classes, instead when :hover is active it will inherit the color of parent, in other words, if :hover is currently active it will inherit the color property from :hover if it's not then it will inherit from global color which is set to white.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JDev-8
Good implementation
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