Media Query媒体查询

(1)@media screen and (max-width: 1400px) {

选择器{ 属性:属性值; }

}

(2)<link rel = "stylesheet" media = "screen and (max-width: 1400px)" href = "task.css" />

posted @ 2016-01-24 21:48  ning0_o  阅读(93)  评论(0编辑  收藏  举报