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
巴中网站制作公司支付宝的网络营销为例国家信息安全 主任,-1杭州网站建设公司会员式营销案例数据可视化网站第三方人员安全 信息安全问题中国网络营销环境研究河南网络营销网络安全渗透测试工程师自己发育多没意思,让国家打野发育才有意思。“萧寒,你金子掉了!” “懒得捡……” “萧寒,突厥又来了!” “哎,来进贡的!不老实,立刻大嘴巴扇他!” “萧寒,棒子来认祖了!” “快!乱棍给我打出去!!!” 唐朝,一个空前强大的王朝! 灿烂绚丽的文化,万国来朝的盛况,儿女情长,英雄辈出! 梦回大唐,长安的夜空是否依旧让我们着迷? 且看一个来自现今社会的平凡青年,回到这个有欢笑有泪水的伟大时代,在这大唐的盛世里写下最华丽的篇章,如何以一己之力,推动整个唐朝滚滚向前! 本书轻yy 走轻松诙谐路线,与正规历史有出入,敬请谅解~这,这是传说中的齐天大圣孙悟空? 他让我过去,还要教授我无敌绝学? 还让我捅破天,大战天庭与佛界? 九幽冥天,以血铸剑,镇鬼邪神,敕怪妖仙! 上一世,他乃九幽剑帝,登临万界,杀伐随心,却因功参造化,遭强敌围攻,肉身殒灭,记忆被封。 这一世,他乃叶家少主,一朝沦为废人,被天下嘲笑,又惨遭岳父和未婚妻剥骨夺魂,死于非命! 一柄夺天地造化的无上剑魂,解开了两世被尘封的记忆! 叶无踪猛然发现,体内剑魂,早已完成了华丽蜕变,晋为神阶,并在他的丹田之中,开辟出了一方神秘剑冢! 由此,叶无踪一人一剑,强势崛起,踏天而行! 吾之剑冢,乃万剑墓葬,可执天下之剑!也可统御,天下执剑之人! 故事内容虚构,如有雷同纯属巧合上古大陆,一位拥有先天全体的少年,因为一次意外,引得黑珠入体,从而导致元力全失,至此他失去了所有光彩,族人的陷害让他认识了师尊,在一个分身的教导下,少年披荆斩棘,过五关斩六将,一步步成为真正的强者...... 为了家族命运,少年踏上了独自修炼的征程;为了亲人,他被迫选择了自己不爱的人;为了爱人,他忍受了无数年的自责。 从一个小小的战士,逐步成长为天元大陆至高无上的古神,而最终,为了整个天元大陆,他却付出了所有......大夏靖北王唐炎给他的小儿子取名为“子安”。 他一生征战的目的也不过是希望自己的孩子能安全快乐的长大! 他的梦想是喜得一孙,解甲,归享天伦! 然而在大夏帝王眼里,当天下已经平定的时候, 就是他来平定这些平定天下者的时候! 一切的梦想都只能是泡影,哪怕是你想做回最普通的人, 都已经不可能了。 靖北王及长子被害身亡,全尸不得保全! 既然你不让我安稳的度过余生, 唐子安决定,度大夏皇室!人间事,人世间我秦飞,这辈子,有刀,有守护之人,足以。猪脚林泽穿越到了一个修仙的世界,结果自己只是一个小乞丐,系统这时开启了,他居然能拉网友到这个世界,还能开直播
企业网络营销存在问题 高端网站定制 苏州网站托管展示网站和营销网站的区别 银监会 信息安全标准 苏州网站托管展示网站和营销网站的区别 信息网络安全制度 网站改域名 许昌网站建设 网络安全软硬件 公安部信息安全中心 财运不佳的财运提升咨询【www.richdady.cn】 去世的父亲的前世记忆咨询【www.richdady.cn】 脑部不清晰的原因分析【www.richdady.cn】 感情纠纷的情感和解【www.richdady.cn】 迟缓儿的家庭支持咨询【www.richdady.cn】 外灵干扰的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读习惯咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的改运方法咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场转型技巧有哪些?咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的心理调适【企鹅383550880】√转ihbwel 前世今生的故事是真的吗?咨询【微:qq383550880 】√转ihbwel 如何发现前世缘份咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的影响分析【微:qq383550880 】√转ihbwel 前世今生的故事有哪些案例?咨询【微:qq383550880 】√转ihbwel 感情纠纷的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰影响【微:qq383550880 】√转ihbwel 灵魂化解的重要性【企鹅383550880】√转ihbwel 投资项目的财务规划【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰对生活有何影响?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邮件营销的七个步 手机网络安全性 广东 网络安全空间协会 国家 信息安全 标准 圣诞节网站模板 网站没域名 微信营销的优点和缺点 武汉手机网站建设咨询 票务网站建设 pc端营销网络安全报警网 常见的互联网营销活动 im 营销 银行业网络安全法 广东做网站 网络安全测评备案 珠海企业集团网站建设 国家网络安全局系统 信息安全违规案例分析 清华 信息安全 河南网络营销 品牌营销推广 网络安全软硬件 分栏式的网站有哪些 互联网营销前景 支付宝的网络营销为例 河西做网站 世界网络安全现状 杭州网站建设公司 网络安全空间大赛 学校网站设计2017ctf网络安全比赛 信息安全大数据 网络安全法 爬虫 备份 网络安全审计技术 中国网络安全大会2014 个人网站制作 网络安全软硬件 产品口碑营销 防火墙在网络安全中所起的作用 pc网站增加手机站 武汉手机网站建设咨询 营销意义 网站没域名 公安部信息安全 中心 信息安全违规案例分析 网络营销策略模式 信息安全类公司 企业如何维护网络安全 国家信息安全 主任,-1 服务器 信息安全性 rsa信息安全大会 2017 网络安全中存在的问题有哪些问题 网站改域名 注册信息安全员好考吗,-1 网络安全渗透测试工程师 核电信息安全入侵 中国网络营销环境研究 上海信息安全公司 核电信息安全入侵 成都公司建网站 校园网站设计 嵌入式设备网络安全 博雅立方网络营销公司 网络安全中存在的问题有哪些问题 互联网营销前景 武汉手机网站建设咨询 广东做网站 网络营销运营中心 成都网站建设v 内容营销的主要内容 推广及建设网站 广东省信息安全协调工作系统 营销模式包含哪些内容 信息安全工程研究中心,-1 信息安全教育内容 移动网络营销定义 公安部信息安全 中心 支付宝的网络营销为例 信息安全等级保护 证书 防火墙在网络安全中所起的作用 成都信息安全公司排名 河南网络营销 高端网站定制 信息安全教育内容 网站制作公司 信科网络 广东省信息安全协调工作系统 中国网络营销环境研究 互联网营销讲师 信息安全类公司 网络安全宣传周官网 信件营销 珠海企业集团网站建设 成都公司建网站 常州网站优化 互联网营销前景 网络安全渗透测试工程师 中国信息安全网作业,-1 营销模式包含哪些内容 富阳网站 营销的好处 票务网站建设 企业网络营销存在问题 闵行网站建设 2016信息安全案例分析 网络营销写手招聘 达内培训 微络营销深圳 上海信息安全公司 中国信息安全网作业,-1 移动网络营销定义 精准网络营销 教育 常州网站优化 营销意义 推广及建设网站 信息安全类公司 pc网站增加手机站 上海信息安全公司 教委高校网络信息安全 成都信息安全公司排名 pc端营销网络安全报警网 服务器 信息安全性 信息安全等级保护 证书 专业企业网站建设定制 利用所学的信息安全知识构建一个安全的网络,-1 武汉手机网站建设咨询 珠海企业集团网站建设 厦门网站建设企业 苏州网站托管展示网站和营销网站的区别 中国网络营销环境研究 网站制作公司 信科网络 网络营销写手招聘 文库营销是什么意思 信息安全工程研究中心,-1 信息安全类公司 3g手机网站 校园网站设计 为什么网站生成后不显示