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
龙华网网站微营销有哪些功能诺一网络营销重庆专业网站设计服务网站酷站友情链接式营销俱乐部的推广营销信息安全法学2015年我国互联网网络安全态势报告湖南长沙网站建高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦一名少年偶得一把断刀,孤身一人历经结识好友,共同成长,寻找自己的过去,历经磨难,最终能否封神?赵阳意外绑定可以往返现代与明末的传送门。 穿过传送门,对面是气势汹汹,向着他冲刺而来的八旗骑兵。 数次尝试都铩羽而归,赵阳直接上交传送门,与官方合作。 当官方看到赵阳展示的另一个世界后,整个大夏都为之轰动。 一个星球的资源,一个全新的未开发世界! 大夏官方第一时间下定决心,制定绝密计划,设置最高权限。 终于,再次踏入明末大地的赵阳。 身后,是一条蓄势待发的庞然巨龙……身怀不临世间法的百草小师叔郭玉磊,在某一天,带着一柄剑,一头猪,走下了终南山! 开始了他的传奇人生。 医术,可让大佬俯首,一针,可令百媚投怀。 以身为炉,炼化乾坤。以剑为坟,埋仙葬神! 【玄幻脑洞】+【剧情流】 燕十三穿越玄幻世界,成功觉醒神级宗门系统。 只要完成系统发布的任务,就可以获得奖励。 随着系统的挖掘,燕十三招收的弟子一个比一个惊艳。 有门派弃徒,却身负天剑之体的白宇! 有丹帝转世的丹尘! 有大帝重生的叶神! 有仙骨被挖的王昊! 有退婚流弟子,有凡人流弟子! 更有仙之巅,傲世间,有我元阳便有天的风元阳! 当无数主角模板的弟子汇聚在浩然宗,整个玄天大陆都震惊了! 众天骄:玩屁啊!潜龙榜前五十名都被浩然宗的弟子给占了。不行,我也得拜入浩然宗! 【简介无力,请移步正文!】那是神吗? 没有人知道...... 面对着未知,有的人迈出了脚步,有的人停滞不前。 在新世界了,人们会改变吗? 有人相信,会的。 会有人去行动,去证明。 五年后叶云天重返都市,发现当年帮他的美女被害成了瘫子,当年青梅竹马的婚约女友骂他下等人,当年埋葬父母的坟头不许祭拜! 但谁人清楚,他已再不是当年的废物,而是人间最大势力诸天的王者!这个世界上每一个人都或多或少拥有一些没办法实现的愿望,而我的任务就是帮助他们实现愿望,嘘,你听,有人来敲门了修炼一途,儿女情长,恩怨情仇,漫漫长路只为寻道求缘,若知,道在人为!意外融合古兽,让他的修炼一途成为领异标新,与天斗与地争,傲睨万物!一路上坎坷千万,却也没有阻挡住他的脚步。或许有人说他贪婪,残忍!的确,只要是灵石宝物都会被他收进囊中,对于敌人更是不会心慈手软。他的热血,关心和微笑,只会留给身边的人!?和主角一般,一路艰辛走过,不放手,不放弃,绝对会完本!地球陷入灵界,高等级生灵支配人类 人类该何去何从
工业信息安全联盟,-1 酷炫给公司网站欣赏 信息安全控制措施是指 设计网站怎么收费 2016年中国网络安全会议 南京网络营销 网络安全一体化 2016网络安全法 网络安全宣传移动 部队网络安全大讨论 冤亲债主干扰的前世因果咨询【www.richdady.cn】 儿子抑郁症的环境影响【www.richdady.cn】 强迫症咨询【www.richdady.cn】 事业不顺的职场建议【www.richdady.cn】 如何了解自己的前世今生咨询【www.richdady.cn】 老公家暴的应对方法【微:qq383550880 】√转ihbwel 莫名其妙感伤的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世记忆【企鹅383550880】√转ihbwel 前世今生的奇妙经历咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升职加薪的障碍分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回真相咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的识别方法【www.richdady.cn】√转ihbwel 大龄剩女的婚姻选择【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的表现及原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世影响【www.richdady.cn】√转ihbwel 去世的父亲的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的调解技巧咨询【www.richdady.cn】√转ihbwel 性压抑的情感释放咨询【www.richdady.cn】√转ihbwel 与公婆前世的前世解析咨询【σσЗ8З55О88О√转ihbwel 金融网络安全案例 开源网站系统 网络营销思维 昆山做网站 营销 传播价值 诺一网络营销 网络安全app 具有品牌的广州做网站 国家信息安全技术水平考试,-1 部队网络安全大讨论 网站自建 信息安全的公司排名,-1 信息安全 英国 长沙网站托管 中国信息安全测评中心华中测评中心怎么样 保卫网络安全信息安全管理职能部门 信息安全应聘岗位 全网营销推广如何做 如何提高网络安全 网站建设预览 南京制作企业网站 视频营销vip教程 平台化营销 培训网络安全 景安网站 网站建设中 微营销有哪些功能 网站资料备案照片要求2014法人现场拍照相片电子照要求 网络营销思维 龙华网网站 建立网站的条件 广州知名营销策划公司 旅游项目网络营销案例 自己弄个网站 广州网站开发 东台网站建设 自己弄个网站 金融网络安全案例 上海网站设计开 外贸企业网站 网络安全感知 开源网站系统 营销形网站 2016年中国网络安全会议 广州云创通营销手机 网络营销思维 网络营销平台图片 网站制作 常州 梧州网站建设 昆山做网站 信息安全标准化技术委员会 深蓝 信息安全 广州信息安全测试中心 营销 传播价值 信息安全体系是什么,-1 网络营销的生命周期 石家庄网站制作 诺一网络营销 网络安全 网络摄像头 石家庄网站制作 昆山做网站 网络安全app 龙华三网合一网站建设 广州外贸网站推广 联智营销策划有限公司官网 具有品牌的广州做网站 建手机网站的平台 怎么在网上创建网站 婚纱摄影网站模板 国家信息安全技术水平考试,-1 潍坊网站建设公司电话 网络安全人才报告 2015信息安全报告制度 部队网络安全大讨论 广东在线网站建设 信息安全专业专科学校 沈阳教做网站 网站自建 双语网站建设方案 信息安全行业招聘 2015年我国互联网网络安全态势报告 信息安全的公司排名,-1 搜索引擎营销作用 网络营销平台图片 网络营销的生命周期 建手机网站的平台 机械类内容营销案例 搜索引擎营销作用 富阳做网站 上海网站设计开 营销的产品策略 富阳做网站 2017网络安全日 美国信息安全15万美元 中国信息安全测评中心华中测评中心怎么样 设计网站怎么收费 营销 传播价值 青岛网站优化公司 计算机信息安全设备 网络安全一体化 1号店网络安全整体设计方案 广州网站建设信息科技有限公司大连微信营销 信息安全应聘岗位 手机营销策划南京 信息安全公司 qq邮箱营销方法及管理系统 国家信息安全师有用吗 网络安全app 全网营销推广如何做 青岛模板化网站 烟台软件优化网站建设 网站资料备案照片要求2014法人现场拍照相片电子照要求 营销形网站 信息安全集成 有哪些 网站设计模板 网站建设预览 杭州品牌营销策划有限公司官网 北京时间网站建设 计算机信息安全设备 网站酷站 南京制作企业网站 2017网络安全人才奖 潍坊网站建设公司电话 石景山广州网站建设 2017网络安全人才奖 视频营销vip教程 的营销推广措施分析 网站建设心得 2017网络安全日 唐山网站建设哪家专业 2017 网络安全 商品营销软件 医院网络营销 信息安全保障体系概述 广州外贸网站推广 信息安全集成 有哪些