H5
CODE
×
HTML
<h5 class=''>Dies ist eine Headline (H5)</h5>
CSS
h5 { font-size: 21px; line-height: 25px; font-family: 'Roboto'; font-style: normal; font-weight: 300; letter-spacing: 0.01rem; word-spacing: 0.025rem; color: var(--black); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; } @media screen and (max-width: 1119px) { h5 { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } } @media screen and (max-width: 767px) { h5 { font-size: 18px; line-height: 21px; } }
JS
H5
barrierefrei
Letzte Änderung: 07.07.2021 - 11:04 Uhr
×
Dies ist eine Headline (H5)