Thứ Hai, 25 tháng 7, 2016

responsive css mobi

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="styleSheet" href="320.css" type="text/css" media="screen and (max-width: 320px)" >
<link rel="styleSheet" href="360.css" type="text/css" media="screen and (min-width: 321px) and (max-width: 360px)" >
<link rel="styleSheet" href="480.css" type="text/css" media="screen and (min-width: 361px) and (max-width: 480px)" >
<link rel="styleSheet" href="640.css" type="text/css" media="screen and (min-width: 481px) and (max-width: 640px)">
<link rel="styleSheet" href="767.css" type="text/css" media="screen and (min-width: 641px) and (max-width: 767px)">

Không có nhận xét nào:

Đăng nhận xét