[CSS 3] Responsive Text with vw unit

Just like the title

h1 {
  font-size: 5vw;
}

Make font responsive to view width

原文地址:https://www.cnblogs.com/Answer1215/p/13368140.html