반응형

첫번째 팁 Css 분리


<!-- 안드로이드용 css -->


<link rel="stylesheet" type="text/css" href="안드용.css" media="only screen and (max-width:600px)" />

<!-- 데스트크탑용 -->

<link rel="stylesheet" type="text/css" href="데탑.css" media="only screen and (max-width:601px)" />


요런식으로 분리가 가능하네요 ㅎㅎㅎ 재미나는 Css 입니다

반응형

+ Recent posts