HTML Test CSS body { font-size: 14px; } div { font-size: 1.2em; // calculated at 14px * 1.2, or 16.8px } 예를들어 에 font-size를 1.2em으로 지정 ...
確定! 回上一頁