xing (black)
CODE
×
HTML
<a class='xing-ico'></a>
CSS
a.xing-ico { width: 32px; height: 32px; margin-right: 25px; display:inline-block; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; float:left; } a.xing-ico:hover, a.xing-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
xing (black)
barrierefrei
×