+ 9
How can I add a logo like Facebook, Instagram, Twitter logo for my website
8 Respostas
+ 11
You can search on internet for icons, and than import it to your code. You got code so just copy/paste. There is lot site what have this. So you can choose what you like the most
+ 10
+ 5
thank you all🌹🙏
+ 3
You mean social icons, then like this https://code.sololearn.com/WipJ5q1NUCvj/?ref=app
+ 3
Use fontawesome
+ 1
Try this from code source of sololearn to creat facebook icon
<!DOCTYPE html>
<html>
<head>
<title>social icons</title>
</head>
<body>
<a href="https://www.facebook.com/sololearn"><img src="https://cdn1.iconfinder.com/data/icons/iconza-circle-social/64/697057-facebook-512.png" width="100px" height="100px"></a>
</body>
</html>
0
Yes, Y.K
0
Here's a link to a video creating a circular nav menu you could modify or just use the links for the icons
https://youtu.be/4h9WH6YsMro