CSS3 多媒体查询语法
多媒体查询的官方推荐语法为:
@media mediatype and|not|only (media feature) {
CSS - Code;
}
也可以针对不同的媒体使用不同的css样式表,语法如下:
<1ink rel="stylesheet" media="mediatype and|not|only (media feature)"
href="my stylesheet, css ">
多媒体查询的官方推荐语法为:
@media mediatype and|not|only (media feature) {
CSS - Code;
}
也可以针对不同的媒体使用不同的css样式表,语法如下:
<1ink rel="stylesheet" media="mediatype and|not|only (media feature)"
href="my stylesheet, css ">
点击加载更多评论>>