2017-02-15 47 views

回答

0

你應該或REM使用的措施。爲了適應變焦和你的反應靈敏的設計。像素不利於zoomin

例子:http://codepen.io/SitePoint/full/XmRaGd/

h1 { 
    font-size: 3em; 
} 
h2 { 
    font-size: 2.5em; 
} 
h3 { 
    font-size: 2em; 
} 

Documentacion:https://www.sitepoint.com/understanding-and-using-rem-units-in-css/

+0

我改變了一切使用REMS(我使用的是引導無禮的話),並設置基本字體大小,以.8rem 。所有其他值都是基於該基值計算的。這稍微改善了一些,但仍然達到了150%。 –

相關問題