Using Viewport Units

by gmattucc

HTML

<p>This text must always be 1 line</p>

CSS

p {
  font-size: 7vw;
  white-space: nowrap;
}