Horje
how to put social media icons in html Code Example
how to put social media icons in html
<!-- Facebook -->
<a rel="nofollow" style="color: #3b5998;" href="#!" role="button"
  ><i class="fab fa-facebook-f fa-lg"></i
></a>

<!-- Twitter -->
<a rel="nofollow" style="color: #55acee;" href="#!" role="button"
  ><i class="fab fa-twitter fa-lg"></i
></a>

<!-- Google -->
<a rel="nofollow" style="color: #dd4b39;" href="#!" role="button"
  ><i class="fab fa-google fa-lg"></i
></a>

<!-- Instagram -->
<a rel="nofollow" style="color: #ac2bac;" href="#!" role="button"
  ><i class="fab fa-instagram fa-lg"></i
></a>




Html

Related
Uncaught TypeError: Cannot read properties of undefined (reading 'mData') Code Example Uncaught TypeError: Cannot read properties of undefined (reading 'mData') Code Example
amzaon web scraper html Code Example amzaon web scraper html Code Example
alpinejs event target Code Example alpinejs event target Code Example
html textarea placeholder multiple lines Code Example html textarea placeholder multiple lines Code Example
HTML entities must be escaped Code Example HTML entities must be escaped Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13