H2 (Form)
CODE
×
HTML
<h2 class='form'>Bereichsbezeichnung (H2)</h2>
CSS
h2.form { display:inline-block; margin-top: 50px; margin-bottom: 10px; width: 100%; } h2 { font-size: 30px; line-height: 36px; font-family: 'Roboto'; font-style: normal; font-weight: 300; letter-spacing: 0.01rem; word-spacing: 0.025rem; margin: 0 0 12px -2px; max-width: 800px; color: var(--black); margin-left: -2px; } @media screen and (max-width: 1119px) { h2 { font-size: 24px; line-height: 29px; margin: -3px 0 8px -1px; margin-left: -1px; } } @media screen and (max-width: 767px) { h2 { font-size: 21px !important; line-height: 25px !important; margin: -2px 0 12px 0px; margin-left: 0px; } }
JS
H2 (Form)
barrierefrei
Letzte Änderung: 12.06.2024 - 09:13 Uhr
×
Bereichsbezeichnung (H2)