如何使用 CSS 测量单位 vmin 设置字体大小?


要使用 CSS 测量单位 vmin 设置字体大小,请尝试运行以下代码

<html>
   <head>
   </head>
   <body>
      <div style = "position:relative;left:90px;top:3px;background-color:yellow;font-size: 4vmin;">
         This div has relative positioning.
      </div>
   </body>
</html>

更新于:30-Jan-2020

175 次浏览

开启你的职业生涯

完成课程即可获得认证

开始学习
广告