What's the best method for creative responsive text
other than using media queries
, I find that using media queries
takes up too much time and I'm guessing there will be an alternative which will automatically resize it's self.
h1 {
font-size: 22px;
}
<h1>Test</h1>