码迷,mamicode.com
首页 > Web开发 > 详细

html5响应式布局

时间:2016-10-26 19:38:37      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:bootstrap   sheet   styles   style   响应式   str   .com   ref   round   

1.media控制布局

<link type="text/css" rel="stylesheet" href="css04.css" media="only screen and (max-width:640px)">

<style>
  @media screen and (max-width:600px) {
    body{
      background-color: aquamarine;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 960px){}

</style>

2.bootstrap

http://getbootstrap.com/

很强大,支持响应式布局

html5响应式布局

标签:bootstrap   sheet   styles   style   响应式   str   .com   ref   round   

原文地址:http://www.cnblogs.com/huoran1120/p/6001202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!