rem 레이아웃 코드

1998 단어 프런트엔드html
<script type="text/javascript">
	(function() {
     
	    var html = document.documentElement;
	    var hWidth = html.getBoundingClientRect().width;
	    html.style.fontSize = hWidth / 36 + 'px';	// 36   
	    console.log(html.style.fontSize);
	})();
</script>

좋은 웹페이지 즐겨찾기