Module 4
Icons and graphics. Using svg (vector) icons and fill property. More complex icons within and image tag. Social media icons and Font Awesome.
Icons and graphics. Using svg (vector) icons and fill property. More complex icons within and image tag. Social media icons and Font Awesome.
Changing the icon color using fill property in CSS. Applies in practice only if you are using a simple svg icon that’s placed using an svg tag.
If you are using more complex icons or illustrations that are still vectors and svg files but placed using an img tag, you can style them as any other image in CSS. However, the fill property won’t work anymore!
Practicing adding Font Awesome icons as pseudoelements for our text, buttons or any other element.