Huddle Landing page using CSS & HTML only

Solution retrospective
- The most difficult thing for me was to work in the responsive layout, any tip would be more than welcome.
- How can i change the collor of icons, like i used in the footer ( from https://fontawesome.com/icons ) for the hover.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ryanthayes
For changing the icons try this:
.footer__item { color: var(--secondary-color); border: 1px solid var(--secondary-color); }
Also, your icons are not all perfect circles. I struggled with that at first, too. I used this solution to get mine looking right: https://bostonianadam.com/2019/09/how-to-add-circle-border-around-font-awesome-icon/.
Marked as helpful
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