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