Created
April 21, 2017 14:33
-
-
Save zhabinka/89fa811efeb82dad9bd0c33c14452783 to your computer and use it in GitHub Desktop.
Фиксированные иконки соц. сетей
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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