Dav*_*anu 3 html css css3 media-queries
我真的不明白为什么我使用:
@media screen and (max-width: 720px)
Run Code Online (Sandbox Code Playgroud)
身体改变高度和边缘.看看这个样本:
1)没有@media:http://jsfiddle.net/Clear/xrcxsmpp/
2)使用@media:http://jsfiddle.net/Clear/xrcxsmpp/1/
如您所见,我还尝试将身体属性更改为:
body {
margin: 0 !important;
height: 100% !important;
width: 100% !important;
padding: 0 !important;
}
Run Code Online (Sandbox Code Playgroud)
有想法的人?