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
4 ответов
+ 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.
+ 1
Thanks a lot
0
what do you want different
0
I want to resize icon and also put them into one line.