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
网络信息安全审计与监控教育部工程技术研究中心 学术委员会网站建设初期2014(第七届)全国网络与信息安全学术会议,-1建网站合同信息网络安全宣传江苏省网络安全协会信息安全 cissp中山营销外包广州专业网站设计企业网络安全共享张昕一朝穿越来到修仙世界,然而自己这具肉身居然不能修炼。但是不要紧,他天生兽族亲和,御兽资质超群,再有系统附身,称霸仙界不是梦。“我就是修炼废物,但你也打不过我的御兽,气不气?”众人满头黑线…… 世纪之末, 仙路湮灭,前路断绝,动乱时代,宇宙重开,少年叶天重生于异域,从此踏上仙武大道,悟五行,领阴阳,掌握极致力量。堤岸横空,生灵争渡,不详与诡异肆虐。 少年的背后是血与乱,是生灵的悲歌,少年的探寻的是万灵之希望。彳亍前行,万古寂然,永远在路上。 在地星上遭遇了流星降落意外死亡的王丑魂穿到了平时世界的另一个年少的自己身上.... 嗯?这个世界的人都拥有精神力?还能和异兽签约?看我王丑如何在这个异世界潇洒四方...... 异世觉醒却不知自己是远古主宰,却不知挚爱也身处异世 。 如蝼蚁却肩负重任 。 故人归红颜来,人生如飞驰终成大能 。 抵破灭创万世辉煌 。不会种田的乡村少年牛小田,误打误撞拜师老神仙,看相风水医术道法无所不能,从此人生开挂。异世界,魔王,勇者这些本应存在幻想世界的事物却降临在了我一个平凡的美术实习生的身上。 异世界,现实?两者交融,一股神秘力量将我卷入其中,而我身边只有绘画及工具而已,以“笔"为剑开始了我的异界之旅,又有什么在等待着我,神秘而又未知.....女侠何在? “女侠在此!”怪男李永修,一届农民,思想怪异,不拼命养家,选择逃避。 贫穷,让他愚昧,相信命运。树挪虽然活,方法不对,伤害了家人,散了家庭。 他还一本正经,歪理一堆…… 他,是世界顶级组织kh的核心精英级特工,原本拥有优质的一切,然而有天,他厌倦了一成不变的生活,虽然条件优越,可必定受制于人,于是他决定,摒弃目前所拥有的一切,重新开始,重新书写他璀璨的一生起川 一个农村偏僻的农村小子 在这乱世之中 他又将会如何生存下去 又会掀起怎么的波涛呢
营销培训费用 网站打模块 萍乡做网站 杭州 平台 公司 网站建设 南宁网络营销大学 朝鲜 网络安全 青岛哪里可以建网站 公司网络安全需求报告重庆营销型网站设计 武大信息安全实验室 建网站的公司哪家好 前世今生咨询【www.richdady.cn】 婚姻生活不顺的案例分享【www.richdady.cn】 意外的前世案例咨询【www.richdady.cn】 有官司的法律援助【www.richdady.cn】 婴灵的超度与心理安慰【www.richdady.cn】 与女友前世的识别方法咨询【企鹅383550880】√转ihbwel 脑部不清晰与生活习惯的关系咨询【企鹅383550880】√转ihbwel 祖灵与家运的关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的自我提升咨询【www.richdady.cn】√转ihbwel 孩子学习不好的自我提升咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的心理调适咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感疏导技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的前世因果咨询【微:qq383550880 】√转ihbwel 前世缘份的重逢故事咨询【微:qq383550880 】√转ihbwel 前世缘份的缘分奇迹咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的风险评估【www.richdady.cn】√转ihbwel 孩子学习不好咨询【企鹅383550880】√转ihbwel 暗恋的自我提升咨询【企鹅383550880】√转ihbwel 耳鸣咨询【σσЗ8З55О88О√转ihbwel 朝鲜 网络安全 电商网站有哪些类型 南通网站建设seo 网络信息安全月报 信息安全 壁纸 网络与信息安全等级保护 白帽子-高端信息安全培训 合肥网站设计高端公司 网站后台 深圳自适应网站制作 网络信息安全实施意见,-1 信息安全等级保护准则,-1 网站营销公司 网络信息安全审计与监控教育部工程技术研究中心 学术委员会 旅游企业网络营销案例分析 信息安全事件有哪些内容 网络安全协议技术及其系统 网络安全架构方案 网络安全防火墙 创建网站哪个好 专业的信息安全宣传网站 沂水网站优化 武大信息安全实验室 网站营销公司 密码技术是网络安全 中国信息安全测评中 网络安全 移动防御 建网站的公司哪家好 国家推进网络安全服务体系建设方案 2017 信息安全展会 温州手机网站建设 公共网络安全 建网站合同 网站网络营销策略组合 商城网站建设新闻 信息网络安全宣传 网络安全 华为 朝鲜 网络安全 空间网络安全研讨会 企策和营销 微博营销的推广方法 电商网站有哪些类型 常州网站推广 陕西省信息安全竞赛 营销具 网络安全法 数据公司 jquery html5响应式手机网站左侧弹出导航菜单代码 深圳品牌推广营销策划 保定 网站建设 一个网站做几个关键词 北京市重大网络安全事件 网络安全防火墙 酒店网络安全 信息安全 壁纸 川大网络安全学院 网络直播营销 特点 杭州 平台 公司 网站建设 旅游企业网络营销案例分析 深圳建网站的公 开展信息安全风险评估要做的准备有 南昌网站建设在哪里 白帽子-高端信息安全培训 大同网站建设 寻找石家庄网站建设 公共网络安全 合肥网站设计高端公司 建网站合同 2017 信息安全展会 信息安全培训报告 公司网络安全需求报告重庆营销型网站设计 信息安全风险管理活动主要包括 信息安全 壁纸 白帽子-高端信息安全培训 商城网站建设新闻 网络安全控制按照问题的严重性依次可采取 网络营销教学 珠海动态网站制作外包 网站网络营销策略组合 营销具 中国国家信息安全政策 网络安全协议技术及其系统 深圳自适应网站制作 网络直播营销 特点 南宁网络营销大学 网络与信息安全等级保护 个人网站注册 专业的信息安全宣传网站 营销平台 研究院信息安全管理 运城做网站 网络安全服务标准 杭州 平台 公司 网站建设 泰安网站建设公司 营销培训费用 在线营销策划培训课程 网络信息安全实施意见,-1 国家推进网络安全服务体系建设方案 网络安全协议技术及其系统 免费的网站 南昌网站建设在哪里 个人网站注册 网络安全防火墙 营销培训费用 营销促销案例分析 跨境电商平台营销方案 音乐网站如何建设的 为什么信息安全学费高 什么样的网站 成都网站设计制作工作室 网站打模块 中国网络安全平台 跨境电商平台营销方案 北京邮电大学 信息安全中心 网络安全架构方案 商城网站建设新闻 上海建设网站制作 广西免费网站制作 运城做网站 网站营销公司 跨境网络营销的发展观念 南通网站建设seo 思科 企业网络安全解决方案 信息安全 pdca 青岛哪里可以建网站 网络安全的四梁八柱 网络营销策划书结构 国内ui网站有哪些 西安网络营销电子商务培训课程网络安全后立法时代 网络信息安全入门 北京邮电大学 信息安全中心 天津学网站建设 询盘网站 建网站合同 网红网站建设 营销促销案例分析