Rumah >hujung hadapan web >html tutorial >CSS3 Media Query_html/css_WEB-ITnose
通过Media Query 媒体查询可以针对符合相应条件的媒体设置特定的样式。
引入媒体查询的方式有两种。
<link rel="stylesheet" media="screen and (max-width: 600px)" href="small.css" />
@media screen and (max-width: 600px) { 选择器 { 属性:属性值; } }
兼容性参考