hanuman6
11/8/2013 - 4:51 PM

レスポンシブ外部スタイル振り分け

レスポンシブ外部スタイル振り分け

<!-- 振り分けスタイル-->
<link rel="stylesheet" media="screen and (min-width: 769px)" href="css/pc.css">
<link rel="stylesheet" media="screen and (max-width: 768px) and (min-width: 641px)" href="css/tablet.css">
<link rel="stylesheet" media="screen and (max-width: 640px) and (min-width: 0px)" href="css/phone.css">