Font size magic
Resize the result frame and enjoy the impossible
by Felis Catus
HTML
<div class="minmax">
Aa
</div>
CSS
.minmax {
font-size: 82vh;
}
@media (orientation:portrait) {
.minmax {
font-size: 82vw;
}
}
by Felis Catus
<div class="minmax">
Aa
</div>
.minmax {
font-size: 82vh;
}
@media (orientation:portrait) {
.minmax {
font-size: 82vw;
}
}