Home > Web Front-end > HTML Tutorial > 页面根据不同宽度自适应不同样式_html/css_WEB-ITnose

页面根据不同宽度自适应不同样式_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:15:55
Original
1093 people have browsed it

@media screen and (min-width:768px) and (max-width:991px){	.content{height:680px}.box{top:320px}		}@media screen and (min-width:992px) and (max-width:1199px){	//你想change的样式,多个样式直接跟着写即可	}@media screen and (min-width:1200px){	//你想change的样式,多个样式直接跟着写即可			}
Copy after login

这是常用的几个分辨率的样式。记录下

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template