如何使用 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>
廣告
要使用 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>