Answer the question
In order to leave comments, you need to log in
Put social icons networks to the site?
And so I downloaded a pack of icons for social networks
from it I need telegram, instagram, facebook and youtube.
The archive had a psd file when opened, which we see all the icons that are in this pack
in another folder, such white png files.
How to install these png files on the site correctly so that they are the same as in the psd file? What do I need to do? I found other packs where color png images go right away, but there is no telegram there, if you download them separately, they turn out to be of a different style, size, and in general it sucks, how to do it right?
Answer the question
In order to leave comments, you need to log in
With font icons . And what's the problem with inserting png icons just on the site?
Cut out individual elements and paste as normal pictures
<a href="">
<img src="" alt="">
</a>
As another option, you can find icons in svg and put them...
There are several options...
I.e., the layout is something like this...
<div class="social">
<a href="#" class="social__icon social__facebook"></a>
<a href="#" class="social__icon social__telegram"></a>
<a href="#" class="social__icon social__youtube"></a>
</div>
.social__facebook {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4...);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question