+ 1
how can i add social media icons at the bottom of my project
4 Réponses
+ 5
Search for "fontawesome cdn" you would find a website called bootstrapcdn something, from there pick the link tag for fontawesome and paste it in head.
Then go to fontawesome's own website, search for any icon such as "instagram" and you will get <i class="fas fa-insta"></i> something like that, so paste it inside ur code to get the icon.
The CDN for fontawesome at this time:
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
+ 10
Use Material icons.
😊
+ 3
Go to fontawesome's own website, search for any icon such as "menu" and you will get <i class="fas fa-bar"></i> or something like that.
Hey you can Include this link in the code cuz it creates the font awesome tags.
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
Thats the CDN link above.
Hope it helped you
Happy coding </>
+ 2
FontAwesome