2015年8月27日 星期四

different size width , different css file

<link rel="stylesheet" media="screen and (min-width: 400px) and (max-width: 700px)"href="example.css" />

@media screen and (min-width: 400px) and (max-width: 700px) {
    .selector1{...}
    .selector2{...}
}

沒有留言:

張貼留言