CSS Tutorial
Menu
CSS Advanced
Menu
CSS Responsive
Menu
CSS Grid
Menu
CSS Icons
How To Add Icons
Icon library is used to add an icon to the HTML page, such as Font Awesome.
The name of the specified icon is also added in class to any inline HTML element.
The icon libraries consisting of icons as mentioned below, are scalable vectors that can be customized with CSS.
Font Awesome Icons
To add the font Awesome icons, go to fontawesome.com, sign in, and use the code to add in the <head> section of your HTML page:
<script src=”https://kit.fontawesome.com/yourcode.js” crossorigin=”anonymous”></script>
Font Awesome icon library
Some Font Awesome icons:
Styled Font Awesome icons (size and color):
Output
