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
网络信息安全保障计划陕西省网络安全峰会深圳 网络安全广州信息安全风云网络信息安全渗透测试课程微博营销与运营重庆主题营销页网络安全监督管理2013网络安全案例石家庄网站设计网站维护你们不觉得人类很奇怪吗? 明明混沌不可能被记录, 却依然有人讲述着混沌, 传播着混沌。 究竟发生了什么, 能让渺小如蝼蚁般存在, 用一本本典籍记录这直达宇宙的奥秘。 高等的种族, 为什么会愿意与人类交配。 当诸神把混沌散播在地这颗星球, 人类的火种点落在各处。 在一个神秘的大陆,从一个不可知的过去发展至今,大陆上的人类不知何时起掌握了斗争的武器-气脉,从此后整个几乎没有停止下战争,直到一个特殊的王朝诞生,解除了几乎半个大陆的内斗,但王朝的缔造者无法做出完整统一便逝世了。 在这大环境下,男主林真一,从一个小小的村落中诞生,立志成为一位天下第一的大英雄,而随之被一位侠士看中并决定带出了这位少年,还有许多未知和疑惑从此踏上了自己的人生旅程,从踏出这片村庄起,就注定了这位少年不平凡的未来。宇宙风暴席卷着大量的外星生物和星体碎片降临银河系 银河系即将面临灭顶之灾。 但盛大鹏和他的伙伴们并没有坐以待毙。 早已倾尽地球资源打造的那座太空穿梭战舰,带着全人类的希望与梦想出发了,目的只有一个:活下去。 而这宇宙,似乎也想让人类明白,只要敢想,没什么奇迹不可能——创造既是命运掌中的生命线。 幽魂怨鬼频频出现,这是意味着什么吗?世间即将大乱吗? 在阴穴里滋养数十年的厉鬼,我该怎么去应付? 被饿鬼蚕食的人类,我该怎么去拯救? 从地狱里冲出的鬼潮,我又该如何面对… 隐藏在世间的妖魔,我又该如何分辨… 埋在地里的千年僵尸,我又该如何消灭… 面对冤魂厉鬼我也很害怕,稍不留神就会要了我的命!   灵气复苏居然靠写小说就能具现功法,当别人为一部罗汉拳而大打出手的时候,我已经获得了九阳神功。 当众人有一部功法的时候,不好意思,我已经获得了全部的七十二绝技。 明明靠写小说就能获得功法,为什么还要打生打死呢? 王腾对此不太理解!荒凉和野兽纵横,机遇与至宝并存;这是最好的时代,也是最坏的时代。常承从废土醒来就从没遇到过上帝的善待,亲人安危未卜、自己面临追杀……但自从获得了超级基地系统之后,不论是生超级兵种还是奇术异能,只要解锁,就能够利用资源无限生产。什么?你有一条超凡路径,不好意思,理论上我的超凡路径是无限的,而且,超凡强者我甚至可以批量生产!这是一个无限生产力推动探索无尽时空尽头真实存在的故事。讲述关于一个被捡来的孩子周游世界结识许多伙伴并成为世界最强的魔法士的故事人之上,有九天;东方苍天,南方炎天,西方浩天,北方玄天,东北旻天,西北幽天,西南朱天,东南阳天,中央钧天。我九天教奉天承运,替天行道。 意外穿越,王腾穿越到了龙珠超世界,而且还到达了全王宫殿! 全王对王腾特别赏识,直接让他成为神界的监察官! 激活签到系统,开局奖励超级赛亚人五……… “叮,恭喜宿主在全王宫殿签到,奖励自在极意功!” …… 比鲁斯:“什么?监察官大人驾到了,赶紧出迎!” 芭朵斯:“王腾大人好帅啊,真希望能够跟着大人,成为他的贴身天使……” 年轻的拳王重生,带着上一世神奇的力量,看他如何纵横哈利波特世界
2017年网络安全案例 许昌网站建设 企业网络安全建议 广州信息安全 腾讯网络安全总监 信息安全等级 威胁 活动营销网 网络安全大事记 广东信息安全测评,-1 信息安全防范的基本方法 婚姻生活不顺的环境影响【www.richdady.cn】 事业不顺的职场调整有哪些方法?咨询【www.richdady.cn】 前世缘份的前世今生【www.richdady.cn】 婚姻生活不顺的前世记忆咨询【www.richdady.cn】 交通意外的常见原因【www.richdady.cn】 如何判断自己是否被冤亲债主干扰?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的法律援助咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的常见案例咨询【www.richdady.cn】√转ihbwel 财运不佳的风水调整方法有哪些?咨询【微:qq383550880 】√转ihbwel 公司破产的后续规划【企鹅383550880】√转ihbwel 意外的前世案例咨询【σσЗ8З55О88О√转ihbwel 耳鸣的原因及治疗方法咨询【σσЗ8З55О88О√转ihbwel 特殊学校的课程设置【微:qq383550880 】√转ihbwel 前世因果化解方法咨询【σσЗ8З55О88О√转ihbwel 官司的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司【www.richdady.cn】√转ihbwel 头脑混沌时如何提高注意力咨询【微:qq383550880 】√转ihbwel 维护良好家庭关系的秘诀有哪些?【企鹅383550880】√转ihbwel 心特别累的环境影响咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的根源是什么?咨询【www.richdady.cn】√转ihbwel 公司信息安全组织架构 沈阳做企业网站 2016国家网络安全博览会 推广及建设网站 合肥网站优化 淘宝大学营销免费课程视频 设计网站 国家实行网络安全等级保护制度 h5网站开发 如何注意网络安全 活动营销网 网络安全 逆向 太原免费网站建设 企业网站的特点 旅游网站模板下载 网站推广费用 购物网站设计需要哪些模块 大连网站建 网站定制 天津电子商务烟台网站建设 242信息安全计划 网络安全大事记 科技类网站色彩搭配 安庆网站制作 信息安全行业 福州网络营销 南昌seo网站开发 419网络安全 企业网站制作设计公司 网站 开发 价格 网络与信息安全监控记录表 怎么管理网站添加代码 苏州网站制作 php的网站 接设计网站 品牌网站推广 科技类网站色彩搭配 风云网络信息安全渗透测试课程 大连 网站制作 桂林做网站 账户信息安全事件,-1文库营销是什么意思 无线网络安全要求 桂林做网站 宿迁做网站 浙江华企做网站 信息本身具有()等特性使信息安全容易受到威胁和损害. 为什么百度要网络营销 珠海企业网站制作公司 信息安全等级四级 2017年信息安全形势 公安部网络安全法 网络安全等级保护政策 网站建设师 杭州互联网网站定制公司 北京大学信息安全 腾讯网络安全总监 抄袭网站 知识营销推广 2017年网络安全案例 成都网络营销 策略营销 国科大信息安全教材搜索推广营销职业规划 淘宝大学营销免费课程视频 网络信息安全月,-1 移动网站建设 玉林网站建设 网络安全大事记 武汉网站建设 2017年信息安全形势 旅游网站模板下载 网站开发建设 云南网站建 肇庆做网站 h5网站开发 云南网站建 最好网络营销公司 中国网络安全中心 建英语网站 宿迁做网站 网络信息安全 攻击手段 php的网站 品牌网站推广 重庆主题营销页 网络营销方法的概念 2016国家网络安全博览会 网站推广费用 b2b网站开发 甘肃做网站哪家好 高端公司网站 高大上公司网站 聊城定制化网站建设 外语网站建设 接设计网站 广州信息安全机构 信息安全管理运营平台 云南网站建设 网络安全态势感知 南昌seo网站开发 网站建设公司是什么 网络营销哪个机构好 品牌网站推广 合肥网站优化 大连做网站电话 外贸整合营销 杭州互联网网站定制公司 三亚网站建设 网络安全查询 2014国家网络安全周 广东信息安全测评,-1 网站开发建设 郑州营销外包公司有哪些 2017 7月27信息安全 酒店网络营销的方法 武汉手机网站建设咨询 网站建设视觉效果 信息安全设备选型 2017国家网络安全主题 聊城定制化网站建设 网站营销 响应式网站建设市场 广东网站设计 桃城区网站制作公司企业网络安全风险评估 网络广告营销的优缺点 搜索引擎营销的注意点 外贸整合营销 沈阳做企业网站 腾讯公司网络安全 服装手机商城网站建设 网络安全加密 太原免费网站建设 网络信息安全月,-1 大连做网站电话 武汉手机网站建设咨询 深圳专业服务网络安全公司排名 中国网络安全中心 石家庄网站设计