Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Created April 21, 2017 14:33
Show Gist options
  • Save zhabinka/89fa811efeb82dad9bd0c33c14452783 to your computer and use it in GitHub Desktop.
Save zhabinka/89fa811efeb82dad9bd0c33c14452783 to your computer and use it in GitHub Desktop.
Фиксированные иконки соц. сетей
/* Social links */
.box_socials{
position: fixed;
top: 35%;
right: 10px;
z-index:999
}
.box_socials a{
clear: both;
}
.box_socials img {
opacity: 1;
margin-top: 6px;
}
.box_socials img:hover {
opacity: 0.8;
}
<noindex>
<div class="box_socials">
<div><a rel="nofollow" target="_blank" href="#"><img alt="" src="/img/ico/ico_vk.png"></a></div>
<div><a rel="nofollow" target="_blank" href="#"><img alt="" src="/img/ico/ico_f.png"></a></div>
<div><a rel="nofollow" target="_blank" href="#"><img alt="" src="/img/ico/ico_od.png"></a></div>
<div><a rel="nofollow" target="_blank" href="#"><img alt="" src="/img/ico/instagram.png"></a></div>
</div>
</noindex>
Файлы иконок - https://yadi.sk/d/fBvnEQBt3HDW9w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment