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
大型网站设计方案佛山企业网站建设策划手机网站建设动态b2b网络营销的定义重庆网络安全测评机构网站建设报价书商城网站内容模块有哪些学校网络安全机构网络安全展门票b2b网络营销的定义重庆网络安全测评机构展会 网络安全相关一个热血少年步入电子竞技后的故事。诸神之局,吾为棋,吾之局,众生为棋。 拥有神秘老者赠予的黑塔,拥有追寻武道之巅的决心,这一生必踏破天穹,手持天道,成为万千世界的至尊之神。这个人很懒什么也没有留下“是妖,又怎么了?”不仅仅是对这个时代的侃侃而谈,更是年少时羁傲不逊曾对你许下的诺言。而林无忧和他(她)们的故事正是从临天大陆的一个小国家开始的……五彩斑斓的背后总是深邃的黑……马克?李,无论干掉你的是谁,我都会为你报仇,以告慰你在天之灵。 注①:第一次写文,用的是第一人称,慎入。 注②:因为是同一个作者写的, 所以这篇也能在话本小说(如果有更多 人支持的话将来可能会在B站?)找到。 注③:作者是学生党,随缘更新。“我这一辈子想过的是一纸一笔,不惊不扰;一茶一酒,不虑不思这样的闲淡日子!” “可命运之手却让我一步一步的从百花镇那地方走了出来,走入了大辰的京都,走到了这庙堂之上,那么我总得给这个国家和这个国家的人民做点什么。” “我所希望的是能够在有生之年为这个国家和这个民族凝聚一道魂!” “当然,首先要做的是解决他们的温饱问题。” 扶贫干部许小闲带着四颗土豆一粒玉米穿越到了风雨飘摇的大辰王朝,数年之后再观天下,唯大辰风景独好。“我是给你脸了,还是怎样?老子都给你道歉了,你还想要老子跪下,你在想屁吃吗?”白楠瞬间就不乐意了,用全身最大的力气把手中握住的球朝火团砸去。 因为白楠刚才道歉的时候离火团很近,所以球砸过去的时候,火团来不及躲开,被这颗篮球正中脑壳,随后,那颗篮球以一个诡异的弧线反弹砸到白楠。 火团先倒下,白楠摇晃了一会也跟着倒下。 自此这颗篮球拿下了它球生的第一个双杀!?他经受了一次次灾难险情的磨砺,意外修成了一些神奇的本领,却不知由来。他如同脱胎换骨一般,斩妖除害,从一个普通人成为功高盖世的战神。秦缘穿越到全民模拟人生的世界: 如果改变人生轨迹打破人生限制,可以成为人上人;如若失败,只能当个寿命只有五十多岁的下等人,终生贫苦。 毕业典礼:觉醒贤者。 贤者模式:可以推演一切。 模式时能力越强,推演越详细,成功率越高。 一世:【重生末世,觉醒超级异能,二十岁基因变异死了。】 “贤者模式开启,推演抑制基因变异的方法。 【你攻克基因突变,成为世界主宰,拯救人类开创修仙科技时代,寿终正寝。】 【模拟结束:贤者模式增强一倍、你获得三滴龙血、你获得灵米提供资格、你获得一次模拟机会、你获得......】 某世:【18岁的你,被女帝逼婚,虐待致死。】 “贤者模式开启,推演征服女帝方法。” 【女帝唱征服,获得最高评价。奖励:阴阳锻体决、获得….】 同届新人,纷纷成为普通人,苟延残喘。 此时:异族入侵基地时。 秦缘站出来,扮演异能强者,持仙法只手遮天。 这天: 异世入侵主世界。 秦缘仅仅一句话,万族臣服。 “怎么?征服不够,想被灭世?”世界越来越乱了!! 人类的贪婪导致世界末日, 丧尸堪比釜山行!!变异物种专门吃小孩子!! 辛亏我不怕 不要问为什么! 问就是我会抽烟!!!【滑稽】
大型网站设计方案 汽车的信息安全指哪些 网络营销讲师介绍 佛山企业网站建设策划 信息安全专业创业 如何用搜索引擎营销 网络安全架构ppt 第三方人员 信息安全 微信营销培训讲师常州网站建设key de 海淀网站设计公司 无形干扰【www.richdady.cn】 前世老公的咨询技巧【www.richdady.cn】 冤亲债主干扰的前世因果【www.richdady.cn】 前世老公的前世解析咨询【www.richdady.cn】 儿子抑郁症的前世因果【www.richdady.cn】 事业不顺的案例分享咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚姻建议【www.richdady.cn】√转ihbwel 什么原因意外的前世案例咨询【σσЗ8З55О88О√转ihbwel 财运不佳的理财技巧有哪些?咨询【σσЗ8З55О88О√转ihbwel 忧郁症的案例分享【微:qq383550880 】√转ihbwel 与公婆前世的咨询技巧咨询【微:qq383550880 】√转ihbwel 处理感情纠纷的方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的案例分享咨询【微:qq383550880 】√转ihbwel 感情纠纷的沟通技巧【www.richdady.cn】√转ihbwel 改善脑部不清晰的方法咨询【微:qq383550880 】√转ihbwel 特殊学校的咨询技巧【微:qq383550880 】√转ihbwel 婴灵的超度与心理安慰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的心理调适【微:qq383550880 】√转ihbwel 婴灵的超度方法【σσЗ8З55О88О√转ihbwel 前世老婆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 宝安网站设计 山东省信息安全等级 互联网信息安全产业基地 昆明建企业网站多少钱 手机网站建设动态 合肥网站商城开发 网站所有页面 网络安全技术学校 海淀网站设计公司 北邮 信息安全 毕业生 旅游网站建设方案 信息安全的漏洞 展会 网络安全相关 信息安全专业创业 汕头网站公司 信息安全实验室研究方向 网站主题网珠宝内容营销案例 微博营销运营 单位信息安全等级保护 17做网站广州 邢台网站设计哪家好 网络安全训练 坚守信息安全底线 快消品网络营销方式 网站建设报价书 商城网站内容模块有哪些 信息安全的漏洞 华为网络安全案例分析 信息安全保密技术,-1 网站年费 佛山营销网站建设服务 全能网络营销软件 上海 互联网营销 信息安全的漏洞 信息安全等级保护北京,-1 坚守信息安全底线 网站维护公司 国家信息安全研究中心 网站主题网珠宝内容营销案例 网络安全培训目的 国内网络安全厂家排名 营销型网站和展示型网站的区别 昆明建企业网站多少钱 福州外贸网站建设 网站年费 网络安全战争 b2b营销软件 4000万中小企业网站建设 不足10% 美国 80% 2014广西信息技术与信息安全 政府系统信息安全检查指 建立企业官方网站 南川网站制作 网络安全网络信息安全 大型网站设计方案 微博营销运营 营销软件站 中国信息安全 国家信息安全研究中心 网站建设官方网站 建交友网站 陈墨网络营销顾问 展示类网站 珠海企业网站制作费用 广东米酒营销 欧美风格网站设计 网站建设软件 大型网站设计方案 上海 互联网营销 南阳网站建设 如何用搜索引擎营销 家庭网络安全设置 第三方人员 信息安全 兰州网站建设公司 网络营销的4c是什么意思 b2b营销软件 郑州网络营销外包公司排名网站建设渠道合作 北邮 信息安全 毕业生 第三方人员 信息安全 商务网站建设方案 国内网络安全厂家排名 信息安全考试 网站是什么 电子商务可能存在哪些不安全因素?一般可采取哪些网络安全措施 广东米酒营销 中国信息安全 广州易网外贸网站建设 网络安全技术学校 商城网站内容模块有哪些 2014广西信息技术与信息安全 政府系统信息安全检查指 合肥网站商城开发 滨州网站设计 南阳网站建设 商城网站内容模块有哪些 国家信息安全研究中心 网站建立费用 4p营销理论图解 国家信息安全研究中心 陕西信息安全监测中心 信息安全产品国际认证,-1 网络安全防火墙技术论文 深圳市建网站 网络安全战争 北京信息安全学院 南川网站制作 网站建设软件 营销型网站搭建的工作 佛山企业网站建设策划 建交友网站 网站建立费用 网站年费 深圳网站建设新闻 官方网站怎么建设的 商务网站建设方案 在东营怎么建网站 网络安全基础的关键操作 目前国际上通行的与网络和信息安全有关的标准可分成( ). 国家信息安全研究中心 信息安全等保彩页 商务网站建设方案 福州外贸网站建设 营销咨询网 滨州网站设计 2014中国网络安全大会 郑州网络营销外包公司排名网站建设渠道合作 网站建设软件 信息安全规则 天津网站制作公司 信息安全专业创业 上海云计算信息安全,-1 网络安全培训班哪个好 网站主题网珠宝内容营销案例 网站年费 网络营销的4c是什么意思 中国信息安全办 内容营销 软文营销 网络安全法 执法协助 信息安全考试 网站是什么