Mobile first approach using Sass and BEM methodology

Solution retrospective
Had a little trouble figuring out how to change the color of the share button image, so opted to creating a new image with a different color. Any advice on how to accomplish this?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nikkuv
You did a great job on your first project. It almost looks the same as in the design. All you have to do is on your share button set the style of "outline: none" on focus, like this. &:focus{ outline: none; }
- @PedroLealLopes
To change the color of an svg add this to its style with the respective color you wish to apply. For example:
.___footer-share-active{ fill: red; }
- @bashiroglu
Hi @Kerri-AnnBates, sorry I didn't figure out what you are asking. But as a improvement, you can add some padding to top and button in mobile size. Good luck
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