Files
web/css/text.css
T
2025-03-15 21:45:14 -06:00

5 lines
60 B
CSS

h1 {
font-size: clamp(4vw, 6vw, 8vw);
color: #00ee00;
}