“Ikon Facebook di HTML” Kode Jawaban

Ikon Facebook HTML

With FontAwesome:
<i class="fa-brands fa-facebook"></i>
MitchAloha

Ikon Facebook di HTML

You can download the logo pack from facebook with link below

https://www.facebook.com/brand/resources/facebookapp/logo


alternatively 

You can use font awesome by adding this cdn 


/* Add to head, this script is from font-awesome.icon */
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">

/* Add this to where to need the icon in your html */
<i class="fa fa-facebook-square" aria-hidden="true"></i>



Sparkling Snake

Jawaban yang mirip dengan “Ikon Facebook di HTML”

Pertanyaan yang mirip dengan “Ikon Facebook di HTML”

Lebih banyak jawaban terkait untuk “Ikon Facebook di HTML” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya