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
中国网络信息安全展信息安全等级保护 定级网站样板网络安全 调查报告网络安全科技电子商务网站制作wifi网络安全解决方案电子商务网站制作网络信息安全实例信誉好的龙岗网站设计父母被辱,债主上门,女友背弃!俗话说的好,福不双至祸不单行,乡村小子王小飞本殷实的家庭,突发巨变,座座大山压在背上,难以喘息。 可不曾想,王小飞凭借家传之宝偶得透视之眼,从此他过上逍遥自在,人人向往的滋润生活。 可让他苦恼的是,遇到美女告白该何去何从? 异世大陆,强者为尊。 少年陆泽惨遭背叛,却意外获得无上神功,从此龙游苍穹,鹰翱九霄。 杀圣子,灭天骄,夺造化,逆天改命,强势崛起! 一步一登天! 一路披荆斩棘,一剑破万法! 高歌猛进,无所不克,一直走到巅峰。【叮!获得妲己的忠诚度、爱恋度+99999……】 “妲己永远爱大王!” “大王的命令永远是对的!” “大王,请尽情吩咐妲己!” 这不是封神,这是帝辛的洪荒!商纣的暴君之路,正在崛起!徐辰一朝穿越发现自己的的幸运值居然是满的?每次开卡别人白光一片,自己却时时出金,而且几乎都是战斗力又高,颜值又高的美少女?“不是你们也太弱了吧,连我卡灵一击都扛不下来啊!”众人满头黑线,你这幸运值开挂的人别人打得过???海明威:“加斯科因是我一生的挚友。” 斯泰因:“加斯科因是我见过最有写作天赋的人,没有之一。” 菲兹杰拉德:“我曾一度以为自己不会写作并想过要放弃,是加斯科因把我从泥潭里拉了出来。” 塞林格:“我从小就爱看加斯科因的书,他的每一本书我都看过……” 肯尼迪:“诺贝尔文学奖会因为没有颁给加斯科因而变得毫无意义。” 保罗.加斯科因:“我更愿意别人叫我保罗,因为提到加斯科因这个名字,人们第一时间想到的是那个也叫加斯科因的作家,而不是我。” 落魄作家食物中毒,竟穿越到20世纪,凭借自己超前的写作手法,成为了一代大文豪。一个在地球一事无成的青年在准备跳楼结束自己时,被域外神选中,最后成为了一宇至尊为了家族的利益,夏家二小姐被迫嫁给叶家的傻子长子。 结婚后才发现对方并不傻,反而知识渊博、心思缜密。 平白无故多了个美女老婆,叶风也很无奈。 他只想偷偷修炼报前世之仇,但是有这么一个美女老婆成天跟在自己身边,碰又不能碰,甩又甩不掉。 还要小心翼翼隐藏自己的大佬身份。 叶风心里苦啊! 神所在的地方那是天空的边际。但真的有神存在吗?谁都不清楚。修真为了什么?只是长生不老,还是到达顶峰?那又如何?脚下的路被杀戮染红难道自己的道就是一条血路?我要去改变这一切的一切,用新的的法则让每个人都有公平的路,而绝对不是杀戮。一个疯狂科学家与独裁者的阴谋,造成了末日降临,丧尸横行,羽佳与朋友在逃亡中成长,面对不受约束的人性和道德苦苦挣扎,在一次次死亡线边缘窥探远古家族的秘密,对抗共盟会的侵略,解开太阳纪陨石末世之秘。 林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战!
网络安全设计指标 网络安全服务机构有 新余网站建设 网站管家 高端网站建站公司 上海市网站建 重庆微信网络营销推广 msn营销广州 深圳 外贸网站建设 网络安全艺术字 网络安全科技 冤亲债主干扰的表现咨询【www.richdady.cn】 儿子抑郁症的咨询技巧【www.richdady.cn】 灵魂化解的仪式【www.richdady.cn】 大龄剩女的婚姻建议咨询【www.richdady.cn】 外灵干扰咨询【www.richdady.cn】 财运问题在线咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的解决方法咨询【www.richdady.cn】√转ihbwel 财运不佳的改善方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情问题咨询专家【微:qq383550880 】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的自我提升咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的常见案例【企鹅383550880】√转ihbwel 失业的心理调适【www.richdady.cn】√转ihbwel 事业不顺的职场提升咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世修行【σσЗ8З55О88О√转ihbwel 前世老婆的前世影响【企鹅383550880】√转ihbwel 忧郁症的心理调适【企鹅383550880】√转ihbwel 冤亲债主干扰的常见案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的改运方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系中的沟通艺术有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 北大青鸟网络安全 计算机信息安全四级 网络营销成功的案列 信息安全等级保护制度 整合营销传播特点 网络信息安全培训班 网络安全大学生 网络营销的好处和弊端 信息安全检测公司排名 信息安全不涉及的领域 机械网络营销 网络安全信息工作协会 胶南建网站 宁波电子商务网上营销 信息安全的发展依顺序 胶南建网站 营销网络的方式 信息安全的发展依顺序 网络信息安全实例 网站建设公司 深圳 成都有信息安全 网络安全教育与培训 企业信息安全活动 网络安全的紧急通知 msn营销广州 深圳 外贸网站建设 网络营销 360wifi网络安全密钥 营销pc端 信息安全与管理评测师 网络信息安全实验报告 邮件营销的图片 中山网站建设找丁生 网站制作及排名优化 北京附近做网站的公司 深圳网站建设 公司元 营销动态 msn营销广州 深圳 外贸网站建设 西电信息安全录取分 设计君网站 hd网络信息安全论坛 网络安全防御系统是个动态 西安企业网站 网站样板 胶南建网站 信息安全评估常用参数 营销pc端 两会网络安全 信息安全研究院 北大青鸟网络安全 浙江网站建设企业 电器微博营销策划书网站组成费用 病毒营销经典案例分析 分析网络营销环境分析报告 营销证 信息网络安全等级保护工作自检自查报告 信息安全 中央,-1 计算机信息安全四级 网站管家 嘉兴品牌网站建设 信息安全的发展依顺序 网站建设公司 深圳 网站推广渠道 中国邮箱营销edm 网络安全中强力攻击口碑会员营销经典案例 成都有信息安全 什么产品需要网络营销 网络安全 防御多样化原则 罗湖网站制作 深圳网站建设 公司元 网站添加属性 网络安全中强力攻击口碑会员营销经典案例 西安企业网站 网络营销方式 营销网络的方式 网络安全破坏 合肥市做网站的公司有哪些 网络安全设计指标 网站建设新闻分享 网络信息安全培训班 机械网络营销 华为信息安全认证 企业网站建站元素 网络安全设备进化史 上海市网站建 郭启全网络安全趋势 济南网站制作公司报价 佛山h5网站公司 网络营销的好处和弊端 什么产品需要网络营销 网络安全科技 国家网络安全活动周 wifi网络安全解决方案 信息安全培训的机构 中国邮箱营销edm 中国网络信息安全联盟昆明网站建设报价 整合营销传播特点 电器微博营销策划书网站组成费用 中国网络安全市场份额 三零盛安 信息安全培训 网络安全艺术字 病毒营销经典案例分析 中山网站建设找丁生 整合营销传播特点 怎样建立自己的个人网站国家注册信息安全员 电商营销公司做什么的 成都有信息安全 网络信息安全实验报告 网络安全委员会 微信网站模板 戴尔网络营销的关键 360wifi网络安全密钥 北京附近做网站的公司 深圳公司网站改版通知 网络安全 新闻 营销pc端 信息网络安全等级保护工作自检自查报告 成都网站制作公司 常德做网站 北京建设网站图片 免费网络安全培训课程 中国网络安全市场份额 信息安全的发展依顺序 网站制作及排名优化 信息安全与web安全 顺义石家庄网站建设 中国网络信息安全联盟昆明网站建设报价 中国信息安全博士,-1 华为信息安全认证 全国大学生网络安全竞赛 国际网络安全公司 哪里做网站 西电信息安全录取分 建立免费公司网站 网络安全教育与培训 访问网站慢