Small Button
CODE
×
HTML
<button class='small'>Alle Meldungen</button>
CSS
button.small { text-align:center; background-color: rgba(78,78,78,1); color: var(--white); font-family: 'Roboto'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 18px; line-height: 125%; display: inline-block; height: 44px; border-radius: 44px; border: none; padding: 11px 38px; vertical-align: middle; margin: 15px 30px 15px 0; transition: all 250ms ease-in-out; cursor: pointer; } button.small:hover, button.small:focus { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); }
JS
Small Button
This button style is not for form use, but for navigation use!
barrierefrei
×
Alle Meldungen