Main-Menue-Item (Theme)
CODE
×
HTML
<a class='main-menue-theme' href='#' role='listitem'>Wann und wo?</a>
CSS
a.main-menue-theme { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 26px; line-height: 100%; color: var(--black); text-decoration:none; display:inline-block; margin: 0 1vw 0 1vw; height: 24px; line-height: 1.5; } a.main-menue-theme:after { display: block; content: ''; border: 1px solid #000; border-radius: 3px; height: 2px; background-color: #000; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; } a.main-menue-theme { text-decoration: none !important; } a { color: var(--black); } a:hover, a:focus { color: var(--black); }
JS
Main-Menue-Item (Theme)
Letzte Änderung: 29.05.2024 - 13:58 Uhr
×
Wann und wo?