How to design a follow me section? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to design a follow me section?

I want to design a follow me section with html and css. I want to add Facebook, twitter, YouTube etc icon. I already try to do this. But not finished properly. https://code.sololearn.com/WKyQCRoHXTKr/?ref=app

10th Sep 2018, 6:44 AM
Mohammad Enam Uddin
Mohammad Enam Uddin - avatar
4 Answers
+ 6
If you want to resize images like facebook. Add this to your CSS. a img{ height: 50px; width: 50px; } PS: Mark this as best if you find it helpful.
10th Sep 2018, 10:23 AM
Email Not Activated
+ 1
Thanks a lot
11th Sep 2018, 9:19 AM
Mohammad Enam Uddin
Mohammad Enam Uddin - avatar
0
what do you want different
10th Sep 2018, 6:54 AM
Roel
Roel - avatar
0
I want to resize icon and also put them into one line.
10th Sep 2018, 9:12 AM
Mohammad Enam Uddin
Mohammad Enam Uddin - avatar