Root font-size on the document level */ html { font-size: 20px; } ... body { font-size: 62.5%; /* 10px */ } h1 { font-size: 2.4rem; ...
確定! 回上一頁