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
新疆网站制作客户型网站下列哪项不全是防火墙的功能 防止内部信息的外泄强化网络安全性深圳 网络安全公司换网站了吗asp网站设计中国信息安全测评中心属于宁波营销型网站建设公司网站维护阳江做网站注册信息安全专家妖乱末世,巨兽屠城,万妖夜行,人间如狱。 神秘少年,半妖之身,踏上猎妖风云路,书写一代妖相传奇! 且看他,猎妖、除魔、斗巨鳖、擒天龙、佐明君、征天下、运筹帷幄、纵横捭阖、荡除妖兽、平定末世!不废柴,不舔狗,不圣母,杀伐果断,智商在线,暴爽无敌流。 神明重生,势要杀尽天下负我者。 宁教我负天下人,休教天下人负我。 灵魂,存在于宗教思想中,它指人类超自然及非物质的组成部分。但若是Host(宿主)临终前仍心存怨念,其Soul将不死不灭于世间,直到找到新的Host,成为Regulator(监管者)。往往Soul成为Soul的事情是很罕见的,所以Regulator更是屈指可数。雪夜,Dark Knight的Soul意外寄宿到了天野雨果的身上。Dark Knight本是Comers的心腹大患,11世纪战死后,他的Soul逃离了Comers的围杀,苟延残喘至今。Comers被迫赋予Soul,创造出更多的Regulator前往世间猎杀Dark Knight以及他的Host。当Dark降临于宿命的Knight身上,灵魂的潮汐将席卷世间。林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战! 一场空难,韩涛和邻座的美女流落到了未知的荒岛。没有救援,危险重重,没有见过的野兽,人迹罕至的秘境,与世隔绝的蛮族,沉没在海底的遗失文明……惊险、刺激、还有绝境中人性的善与恶,一切不可抵挡的扑面而来。没有简介[无系统] [无金手指] [智谋] 从年幼的爱情,到少壮年时的从军,到最后薨。少年从幼稚走向成熟,从彷徨走向坚定。妖吞三千界,帝陨傲世间。为她凡尘一坐三千载,起身回首凡尘,往长生。秦风被迫从游戏界龙头企业辞职后,加入了一家只有几个人的小公司。 制作游戏,我秦风还没服过谁。 看不起小游戏?《开心消消乐》《神庙逃亡》教你做人。 单机游戏没落了?仙剑系列,魂系游戏,剧情或难度,总有一款玩哭你。 网游模式单一?LOL,绝地求生,自走棋,这回不是打怪升级了吧? 就凭做游戏,也能做首富! 不信?做给你看!亦木墟历练归来时见到家族覆灭,发誓欲要血刃仇敌,报其家恨。 闯秘境,夺至宝,守边疆,战万族。 沧海一粟,修行千秋,蝼蚁尚且贪命,诸天生灵皆在争渡。 一颗黑球可炸山镇海,一杆长枪可斩万千神明。 是非对错唯有强者定义,弱者只配臣服。 武道九重,上为天地境。 当末法时代结束,修行元气重归上古。 整个修士界,皆因亦木墟的一颗轰天雷,即将暴走...
松岗建网站 gb/t 20270-2006信息安全技术 网络基础安全技术要求 互联网算什么营销渠道 文库营销 微信网站建设 上海高端品牌网站建设 公众号营销有哪些策略 企业网络信息安全培训课程 公司网络安全 门窗企业网络营销计划 婴灵的超度仪式如何进行?【www.richdady.cn】 为什么过世【www.richdady.cn】 存不住钱的前世因果【www.richdady.cn】 婴灵的前世记忆咨询【www.richdady.cn】 孩子学习不好的辅导方法咨询【www.richdady.cn】 存不住钱的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富增长威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的检测工具【www.richdady.cn】√转ihbwel 如何知道自己有前世缘份?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的心理调适方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何知道自己有前世缘份?咨询【www.richdady.cn】√转ihbwel 学习成绩差的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书【微:qq383550880 】√转ihbwel 阴间生活的前世影响【微:qq383550880 】√转ihbwel 心特别累的原因分析咨询【微:qq383550880 】√转ihbwel 迟缓儿的心理调适咨询【σσЗ8З55О88О√转ihbwel 忧郁症的预防措施咨询【σσЗ8З55О88О√转ihbwel 家庭关系的相处之道咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的咨询技巧【微:qq383550880 】√转ihbwel 医疗器械外贸网站建设 如何建自己的个人网站 网络信息安全介绍 如何做全网营销 四川省网络安全协会 网络安全专家 网络口碑营销 美胸 热点.事件营销 上海信息安全中心地址 网络安全与信息化领导 松岗建网站 深圳 网络安全公司换网站了吗 国企网站建设 优秀企业网站欣赏 无纸化营销 沈阳公司网站建设 武汉网站建设公司 不是信息安全所包含的内容是 网站建设 福州 聊城网站优化案例 开展经常性的网络安全 太原网站建设培训 国企网站建设 网络信息安全设备,-1 国家信息安全认证服务资质证书 gb/t 20270-2006信息安全技术 网络基础安全技术要求 网络安全专用产品 最新网络安全产品 北京信息安全公司排名 百元建网站 微信网站建设 昌平企业网站建设 信息安全 哪些资质证书,-1 中国工业信息安全 网站轮换图 太原网站建设培训 万州建网站 广州网络安全技能大赛 网络营销出来有用没 信息安全审计系统 如何优化网站 公众号营销有哪些策略 营销的网络 郑州知名网络营销公司排名 网站推广专家 南昌网站定制 网络安全活动报道 杭州做网络安全的公司 智能网联汽车信息安全 佛山企业网站建设特色 网络安全技术杂志 深圳做网站(官网) 最新网络安全产品 国家信息安全等级保护三级测评 广州网站建设哪家比较好 电信行业信息安全网络营销成本包括哪些 网络安全编程多吗 龙岗做网站 超市建网站 汉中网站建设 国家信息安全网络安全 网络安全专家 企业网络信息安全培训课程 营销型网站优化网络事件营销的优缺点 上海高端网站开发 郑州计算机系网络营销 营销职能 阳江网站建设 超市建网站 网站建设 福州 中国工业信息安全 南昌网站定制 网站的管理 信息安全 哪些资质证书,-1 北京网站设计 如何宣传网络安全 工业控制网络安全态势 想要做一个网站 网站规划的案例 网络安全威 企业信息安全评价指标 网站的颜色 如何优化网站 北京做网站 龙岗做网站 企业信息安全评价指标 西安网站建设制作 石家庄市制作网站公司 网站设计的优点和缺点 西安网站建设制作 提供企业网站建设价格 网络口碑营销 支付敏感信息安全审计 信息安全情报,-1网络安全 实训机构 深圳做网站(官网) 360杯第一届信息安全大赛 gb/t 20270-2006信息安全技术 网络基础安全技术要求 建一个网站 网络安全编程多吗 网站轮换图 四川省网络安全协会 信息安全服务资质 安全工程类 网络安全知识ppt 网络安全和网络管理 国家负责网络安全 网络营销岗位是什么意思 网络信息安全介绍 医疗器械外贸网站建设 昌平企业网站建设 电子商务营销中心 计算机信息安全的基本要素 门窗企业网络营销计划 如何做全网营销 工业控制网络安全态势 青岛公民信息安全,-1 网络安全夏令营 信息安全事件通报流程 网络营销出来有用没 ncre信息安全技术 营销职能 搜索引擎营销的含义与分类 网站制作公司合肥 门窗企业网络营销计划 网络安全事件处理报告 如何建自己的个人网站 提供企业网站建设价格 北京做网站 全网营销型网站 国企网站建设 企业网络信息安全培训课程 电信行业信息安全网络营销成本包括哪些 视频营销的应用 低成本网络营销 太原市网站制作公司 信息安全管理三个要素