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
网红网站建设营销合理性在线营销型网站建设淘宝中的网络营销衡水企业做网站推广信息安全风险评估标准郑州网络营销外包网络营销公司多少钱河北高端网站设计公司网络营销渠道的选择一个巧合,一段经历。野微微因为一次意外被卷进了一个匪夷所思的世界。本是一个刚上高中的女孩确拥有了一种神奇的能力。拳皇同人作品东汉末年,黄巾肆虐,朝廷衰亡,乃至群雄并起,皆想在乱世之中建起属于自己的势力。先帝旧臣董重率先夺取邯郸城,五年后。此城一户许姓人家诞生了一名异童,此人在不久的将来,或许会颠覆整个历史。本书内容纯属虚构,各位看官切勿当真。嫂子红杏出墙,大哥锒铛入狱,家破人亡下,他也身心具创。 数年后,容貌大改,决定报复,誓要让那女人悔不当初。 却不料,嫂子嫁入他家,也是为了报复。 起因,只是源于昔日的一场情债。 感情是蜜更是刀,虽不伤身却伤心;动情之前先问心,用情不专祸无穷。 代号三十五的大陆 少年林澈,自平凡中崛起,登临绝巅,誓要揭开这片天地间的秘密!一座沉寂的山,突然有一天吸引了一干人来,原来他们揭开的,将是古老而神秘的——灵魂再生 我们是生活在一个多维的空间,现在所处的三维空间只是其中很小的一部分,其他空间到底隐藏着什么奥秘需要我们不断地探索。现代人的大脑开发只有10%,就连爱因斯坦的大脑使用率也只有15%。而古时人类大脑使用率是100%。有些事情不是你解释不了就认为不存在,那是因为你的大脑使用率太低了。特异功能的修炼过程也是在逐渐提高人类的大脑使用率的过程,当你的能力达到一定水平之后很多问题将迎刃而解。掉落山谷时得修炼真经《易天生生诀》,从此以后进入疯狂修炼状态,美女争相投入怀抱,富可敌国,却爱在村里生活。一朝穿越,成为朱元璋十七子。 赐封宁王,朱权有点皮。 朱元璋:朱家老十七,纨绔属第一! 直到洪武六十大寿…… 这一天,有人单骑斩叛将,纳哈出归降。 这一天,有人发粮赈灾民,百姓终活命。 这一天,天降祥瑞传国玺,大明得国正。 这一天,朱元璋册封朱权,无敌宁王! 海明威:“加斯科因是我一生的挚友。” 斯泰因:“加斯科因是我见过最有写作天赋的人,没有之一。” 菲兹杰拉德:“我曾一度以为自己不会写作并想过要放弃,是加斯科因把我从泥潭里拉了出来。” 塞林格:“我从小就爱看加斯科因的书,他的每一本书我都看过……” 肯尼迪:“诺贝尔文学奖会因为没有颁给加斯科因而变得毫无意义。” 保罗.加斯科因:“我更愿意别人叫我保罗,因为提到加斯科因这个名字,人们第一时间想到的是那个也叫加斯科因的作家,而不是我。” 落魄作家食物中毒,竟穿越到20世纪,凭借自己超前的写作手法,成为了一代大文豪。
酒店网络营销方案样版 营销合理性 苏州装修公司网站建设微网站建设包括哪些方面 淘宝中的网络营销 有实力的网络营销公司 聊城网站制作 电子书营销 网络安全攻防实战教程 网站制作旅行社 信息安全等级怎么划分,-1 祖灵的超度仪式【www.richdady.cn】 事业不顺的解决方法咨询【www.richdady.cn】 外灵干扰的原因分析咨询【www.richdady.cn】 解梦的前世因果【www.richdady.cn】 精神不振的案例分享【www.richdady.cn】 去世的母亲在哪咨询【微:qq383550880 】√转ihbwel 公司破产的环境影响咨询【企鹅383550880】√转ihbwel 前世缘份的化解方法【www.richdady.cn】√转ihbwel 什么原因意外的前世修行咨询【微:qq383550880 】√转ihbwel 事业不顺的职场心态【微:qq383550880 】√转ihbwel 前世老公的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的前世缘分【微:qq383550880 】√转ihbwel 孩子学习不好【企鹅383550880】√转ihbwel 意外的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系中的沟通艺术【σσЗ8З55О88О√转ihbwel 灵魂治疗与心理辅导咨询【微:qq383550880 】√转ihbwel 升迁障碍的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的选择方法【www.richdady.cn】√转ihbwel 蓝色网站 信息安全等级保护方案院校,-1 网站建设的搜索栏怎么设置 国家网络安全周专题网络营销的定价策略有 山东省信息网络安全协会是骗人的吗 战略性网络营销策划书 营销型网站建设是什么意思 深圳网络营销策划招聘 门户网站 中国网络安全宣传周 企业网络安全漏洞 东凤网站建设 应用第六章中所讲的网络营销工具之一对该书进行网络营销推广 基于攻防对抗的网络安全动态评估方法 网络安全教学平台 营销公司 上海 有实力的网络营销公司 法国网络安全立场 常州网站价格 企业标准型手机网站 互联网信息安全问题主要来源 中国主要网络安全公司 山东大良网站建设 搜索引擎营销是一种 河北高端网站设计公司 信息安全与对抗技术 合肥网站制作前3名的 网红网站建设 企业做网站天津 可信赖的手机网站设计 信息安全等级怎么划分,-1 网络安全法的义务主体 凯里网站建设 做网站设计服务商 title:(网站建设) 宝安建网站 成都网站建设市场分析 沈阳网站建设 信息安全创业,-1 文具的网络营销策划 信息安全风险评估指南 gb 网络营销的策略有哪些? 应用第六章中所讲的网络营销工具之一对该书进行网络营销推广 企业做网站天津 北京航空航天大学信息安全中心 企业网络安全漏洞 在线营销型网站建设 成都网站优化公司 网络营销渠道的选择 网站建设明细 网络营销公司多少钱 法国网络安全立场 山东省信息网络安全协会是骗人的吗 互联网饮料营销策划 企业标准型手机网站 昆明网站开发 信息安全的人员管理包括 微信网站制作 企业信息安全工程 门户网站 基于攻防对抗的网络安全动态评估方法 微信支付 网站建设 企业网络安全漏洞 网络营销计划 案例分析 北京网站页面设计 信息安全风险评估指南 gb 网络安全审计读后感 网络安全保卫 会议 蕲春做网站 广东网站建设 网络安全科普 做网络营销就业前景 上海平台网站建设公司 营销型网站建设是什么意思 E校园营销推广方案 网站建设排版页面 信息安全等级保护方案院校,-1 惠州做网站公司 信息安全风险评估指南 gb 信息安全创业,-1 如何加强网络安全的 郑州网络营销外包 杭州 网站建站 中国网络安全提高 无忧网站 信息安全风险评估标准 个人网站建设制作 网络安全保卫 会议 个人网站推广 商城网站主要功能 苏州装修公司网站建设微网站建设包括哪些方面 做网络营销就业前景 文具的网络营销策划 什么公司需要网路营销 网红网站建设 网站建设排版页面 全球十大网络安全公司 2015信息安全事件 中国网络安全提高 搜索引擎营销是一种 大连做网站 河北高端网站设计公司 网络营销广告图片 中国网络安全提高 做软件网站 重庆如何做整合营销 国家网络安全中心 英文 保障国家网络安全 营销群发器 网络营销的策略有哪些? 东莞全网营销网络推广方案 凯里网站建设 网站建设的搜索栏怎么设置 企业网络安全漏洞 张家港专业的网站制作公司 应用第六章中所讲的网络营销工具之一对该书进行网络营销推广 可信赖的手机网站设计 网站建设明细 网络安全条例的是江苏君立华域信息安全技术有限公司 张家港专业的网站制作公司 青岛手机网站制作 互联网饮料营销策划 长沙微信网站公司 武汉 网站建设 做网站设计服务商 国家网络安全周专题网络营销的定价策略有 互联网信息安全问题主要来源 保障国家网络安全 西宁网站维护 网络安全教学平台 应用第六章中所讲的网络营销工具之一对该书进行网络营销推广 网络安全与防范技术 北京航空航天大学信息安全中心 电商网站有哪些类型 中国重大信息安全事件