BC Home
CODE
×
HTML
<a class='bc-home' href='#' role='listitem'></a>
CSS
a.bc-home { background-image: url('../img/home-button.svg'); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: auto; float:left; margin-top: -3px; margin-right: 12px; width: 20px; height: 20px; } a.bc-home:hover, a.bc-home:focus { background-image: url('../img/home-button_.svg'); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: auto; } a { color: var(--black); } a:hover, a:focus { color: var(--black); }
JS
BC Home
Letzte Änderung: 05.12.2023 - 13:50 Uhr
×