1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

The default grid system provided as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<div class="row">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

As shown here, a basic layout can be created with two "columns," each spanning a number of the 12 foundational columns we defined as part of our grid system.


Offsetting columns

4
4 offset 4
3 offset 3
3 offset 3
8 offset 4
<div class="row">
  <div class="span4">...</div>
  <div class="span4 offset4">...</div>
</div>

Nesting columns

With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.

Example

Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.

Level 1 of column
Level 2
Level 2
<div class="row">
  <div class="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>

Fluid columns

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

Percents, not pixels

The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.

Fluid rows

Make any row fluid simply by changing .row to .row-fluid. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.

Markup

<div class="row-fluid">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Fluid nesting

Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.

Fluid 12
Fluid 6
Fluid 6
<div class="row-fluid">
  <div class="span12">
    Level 1 of column
    <div class="row-fluid">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

Fixed layout

The default and simple 940px-wide, centered layout for just about any website or page provided by a single <div class="container">.

<body>
  <div class="container">
    ...
  </div>
</body>

Fluid layout

<div class="container-fluid"> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.

<div class="container-fluid">
  <div class="row-fluid">
    <div class="span2">
      <!--Sidebar content-->
    </div>
    <div class="span10">
      <!--Body content-->
    </div>
  </div>
</div>

Responsive devices

What they do

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.

  • Modify the width of column in our grid
  • Stack elements instead of float wherever necessary
  • Resize headings and text to be more appropriate for devices

Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.

Supported devices

Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:

Label Layout width Column width Gutter width
Smartphones 480px and below Fluid columns, no fixed widths
Smartphones to tablets 767px and below Fluid columns, no fixed widths
Portrait tablets 768px and above 42px 20px
Default 980px and up 60px 20px
Large display 1200px and up 70px 30px

Requires meta tag

To ensure devices display responsive pages properly, include the viewport meta tag.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Using the media queries

Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:

  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

// Landscape phones and down
@media (max-width: 480px) { ... }
// Landscape phone to portrait tablet
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// Large desktop
@media (min-width: 1200px) { .. }

Responsive utility classes

What are they

For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.

When to use

Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

Support classes

Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in responsive.less.

Class Phones 480px and below Tablets 767px and below Desktops 768px and above
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
什么是网络安全管理营销策划相关的视频重庆大足网站制作公司哪家专业营销型网站的作用信息安全的指标大连营销策划公司电话信息安全技能竞赛山西信息安全管理中心趋势科技网络安全证书网站转微信小程序开发政府信息安全ppt一个热血少年步入电子竞技后的故事。东方君从小无法修炼使其实力微弱,但因一次机遇,激活了体内沉睡着的黄金圣龙,就此获得了不属于这个大陆的力量,从此实力超凡。 结束了东面西方的明争暗斗,最终成为人类的第九代战神,并渡劫成真神。 带着转化万物的能力的苏韵,来到了鸣潮的世界,在这片充满危机的土地成长了十几年后,来到了“隼”小队。 就算崩解的大地不再安稳 伤痕也依然会生长出顽强的意志 文明啊,再度越过了荒凉与崎岖 在狂乱的边境发掘新生的种子 如果有一天,当你睁开了惺忪的双眼望向这个世界。你还未来得及称赞这一觉睡得那样充足饱满,床垫是有多么的柔软舒适,取而代之的则是你的家园、你赖以生存的那座城市消失不见的恐惧。除了你自己以外的任何人都没有了关于那座城市的认知,你所有的找寻都无功而返,这个和世界没有了丝毫那座城市曾经存在过的迹象。你会相信并接受这个世界的改变还是会坚持自己的主见?如果有一天,你触发了“X-隐没”的故事,你会怎么办?修炼世界原本没有了妖族,几千年后,为何妖族忽然现世?为何师傅会再次叛变?太多问题需要解释了,燕雀和秦棋能解决这修炼世界中的灭顶之灾吗?穿越到大乾王朝的陈河,入赘叶家,本想着这辈子要不做个赘婿吧。   混吃等死算了。   谁想到新婚妻子娇艳如花,奈何天生体弱,红颜多薄命。   一本《伤寒论*小青龙汤》救了新婚的妻子。   一本《本草纲目》本奉为万世医典。   《神农本草经》济世悬壶,引得天下医道追逐。   多年以后,看着自己的济贤堂开遍大乾,陈河本想着这辈子也就这样过吧,娶个七八房媳妇,生个十几个娃,但没想到大乾内乱。   一纸诏令直达应天。   宣:陈河入宫! 意外的相遇即是缘,来一片只有游戏里见过的仙界!!!!谁对谁错都不重要,只是站队不同罢了。我本路人无力参与奈何明月照我身。。。。闲来无趣忆少年,重拾稚气......第一人称,真实虚幻感觉,身临其境网吧厕所墙上的联系方式千万不要随便加。叶锦年本以为自己运气爆表遇上了学姐交友,两人共处一室时,学姐的男朋友却找上门来...... 在学校被欺辱,就要反抗!拳头,不是为了欺负弱小,而是为了守护自己在意的东西而挥动。面对强敌,从不退缩,因为我的体内,有着那股能在瞬间被点燃的热血。
浙江网络营销好的公司排名 隐藏的网络安全吗 移动信息安全总结报告,-1 保密网络安全检查 违反信息网络安全案例 营销型平台网站 快速网络营销推广 网站制作公司排行榜 南京网站建站公司 郑州市公安局信息网络安全报警网站 长期头脑混沌可能是哪些疾病的前兆【www.richdady.cn】 莫名其妙感伤的前世影响咨询【www.richdady.cn】 儿子不读书的环境影响咨询【www.richdady.cn】 如何解决孩子不爱读书的问题?咨询【www.richdady.cn】 特殊学校的前世影响【www.richdady.cn】 冤亲债主的干扰与化解【www.richdady.cn】√转ihbwel 与男友前世的影响分析咨询【企鹅383550880】√转ihbwel 内心恐惧胆怯的心理调适咨询【微:qq383550880 】√转ihbwel 婴灵的常见案例咨询【企鹅383550880】√转ihbwel 家庭关系的咨询技巧咨询【微:qq383550880 】√转ihbwel 婴灵的感应现象咨询【微:qq383550880 】√转ihbwel 亲子关系的家庭氛围如何营造?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的常见案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的前世记忆【微:qq383550880 】√转ihbwel 失业的原因分析【微:qq383550880 】√转ihbwel 前世今生的故事如何改变命运?咨询【www.richdady.cn】√转ihbwel 外灵干扰的咨询技巧咨询【www.richdady.cn】√转ihbwel 耳鸣的案例分享【σσЗ8З55О88О√转ihbwel 老公家暴的原因分析【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的真实案例有哪些?【www.richdady.cn】√转ihbwel 网站制作哪家专业 婚纱店网络营销 计算机网络安全课程设计报告 网络 信息安全 协会 四川大学网络安全硕士 广州 网络安全 南京网站建站公司 银监 信息安全 欧美工控系统信息安全事件 网络安全协议简介 网络安全 ppt 苏州市无线网络与信息安全重点实验室禁忌网站 不属于微博营销特点 建云购网站 资讯网站排版 2015年网络安全活动 网络和营销策略 wifi无线网络安全意义 重庆大足网站制作公司哪家专业 网络安全文稿 做网站多少钱 长沙商城网站制作 信息安全等级保护测评工作管理规范(试行) 浙江网络营销好的公司排名 网络安全实训室 营销型平台网站 陕西省网络与信息安全测评中心怎么样 网站关键词 网站飘动 计算机网络安全课程设计报告 校园网网络安全解决方案 视频营销软件都有什么软件 网站被黑 天津市信息安全测评中心 北京微博营销服务商 信息安全技能竞赛 北京网络安全技术大赛 免费网站制作推广 资讯网站排版 视频营销软件都有什么软件 违反信息网络安全案例 信息安全等级保护测评工作管理规范(试行) 网站关键词 保密网络安全检查 快速网络营销推广 网站关键词 信息安全技能竞赛 信息安全工程中心地址 营销词组 珠海集团网站建设外包 209国家信息安全专项贵阳网站建设公司 国外的app设计网站 中国网络安全上市公司 广州 网络安全 深圳市网站设计公司 网络安全加固方案 专注电子商务网站建设 乌鲁木齐网站建设 2015年网络安全活动 改图网站 网络安全法与网信工作 龙岗网站建设 信科网络 原型图网站 网络安全情报信息 无锡网站建设哪家专业 重庆大足网站制作公司哪家专业 网络安全站点 网站侧边栏 冯英健 内容营销 营销型平台网站 信息安全等级保护测评工作管理规范(试行) 中国网络安全上市公司 互联网全网营销公司 许可email营销的特点 网站销售方案 专业的西安免费做网站 网站推广途径 网站建设制作 网络安全站点 什么是网络安全管理营销策划相关的视频 更新网站内容有什么用 2017年网络安全新闻 网络营销宏观环境因素 如何让百度收录网站 信息安全测评要求,-1 网站建设经验心得 网络安全服务机构向社会发布网络攻击 昆明云南微网站搭建b2b网络营销的难点 国际信息安全中心 信息安全测评要求,-1 网站的描述 o2o营销 校园网网络安全解决方案 网站的描述 秦淮网络营销系统 北京微博营销服务商 网站竞价 山西信息安全管理中心 网站排版策划 天津市信息安全测评中心 信息安全管理基本原则 网站内容添加 郑州市公安局信息网络安全报警网站 与网络营销相关的书籍推荐 app营销的劣势 国家网络安全管理员的认证 中国网络安全上市公司 2017年网络安全新闻 营销沙龙 网络安全宣传卡怎么做 保密网络安全检查 北京网络安全技术大赛 浙江网络营销好的公司排名 外贸建网站 信息安全研究29nike传统营销的案例 网站 托管 网站制作公司排行榜 网站首页面设计 免费网站制作推广 信息安全管理基本原则 网站建设 杭州 佛山+网站建设 冯英健 内容营销 长沙网站优化 资讯网站排版 三只松鼠营销的缺点 网站 托管 网络安全态势报告 苏州市无线网络与信息安全重点实验室禁忌网站 重庆建设网站 网站推广途径 长沙商城网站制作 信息安全技能竞赛 网站销售方案 校园网网络安全解决方案