Design comparison
SolutionDesign
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.
Community feedback
- @ryanthayesPosted over 1 year ago
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 helpful0@mvergara94Posted over 1 year agoThank you very much! I will apply this changes to project!@ryanthayes
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