<h1>Başlık</h1>
:root {
--yazi-boyutu: 24px;
}
@media (min-width: 800px) {
:root {
--yazi-boyutu: 44px;
}
}
h1 {
font-size: var(--yazi-boyutu);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.