Twitter (color)
CODE
×
HTML
<div class='twitter-c'></div>
CSS
div.twitter-c { background-image: url('../img/twitter-color.svg'); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: auto; display:inline-block; width: 32px; height: 32px; margin-right: 15px; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; cursor:pointer; } div.twitter-c:hover, div.twitter-c:focus { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
JS
Twitter (color)
barrierefrei
Letzte Änderung: 07.08.2023 - 15:36 Uhr
×