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
电信 网络安全河北师范大学信息安全网络互动营销公司自己建立的网站无边界网络安全外贸营销策划企业网络营销问题研究网络安全定位网络营销的创新方法网络营销渠道的特点是合作建网站人到三五,一事无成的福川。总是把各种问题归咎于自然。生活各种不顺以及中年危机的即将到来,让他越发暴躁。 这天他与妻子离婚后,夜晚便与一群狐朋狗友,伶仃大醉。借着火酒劲以及不顾朋友的劝阻,他执意醉酒开着他的破捷达。 酒后开着的车总是摇晃不定,有惊无险。不知开了多久,借着月光与昏暗的车灯来到了一处田埂与山间的小路。 懒得开导航的他也就这么一直顺着这条路一直走,不管对与不对,他都就这么一直开着。 直至有道幻音传入他耳中,这声音告诉他,如果想改变现在的状况,就朝着这条路一直走。 不知是酒精的原因胆子大,或者是他此时脑袋一时想不开。便真的按着这声音的一直往这条路深处开去… 这是一个修炼玄能为主的世界,玄能就是这个世界的主旋律。 没有玄能的人就会生活在这个大陆的最底层。 等级制度:玄徒、玄者、玄士、玄师、大玄师、玄主、玄宗、玄王、玄皇、玄尊、 功法级别:日月星尘,每阶段九品,一品最次九品至高 玄器阶位:天地玄黄,每位分九阶,一阶最低九阶最高 张珩成为拯救宇宙的救世主,他不断搜寻神器变强变强,最后在第二次暗宇宙生命入侵时再次成功封印大门。人在善恶的取舍中,并没有旁观者。 孟子曰:“恻隐之心,仁之端也”。 我们称之为人性的东西,就是我们的同情心。 你温暖,这个世界便因你而温暖;你冷漠,这个世界便因你而冷漠。三年前,他破产落败,从天堂跌落地狱,尝遍了人情冷漠,白眼奚落,谩骂针对。 三年后,他携一身本领强势回归! 他是神医,也是杀神!不论你是想活命,还是想见阎王,都一个一个来!大魏王朝,妖魔乱世,幽鬼横行。 当顾青玉睁开眼睛醒来之后却发现自己只有七日可活! 无奈之下,只好凭借驯养系统驯养一只青龟,将其化作自己的一个分身! 【叮!是否消耗成长点驯养青龟?】 【驯养成功!】 【青龟等级提升!】 …… 【叮!是否消耗进化点进化天元青龟?】 【进化成功!】 【天元青龟进化成为:天元龟!】 【叮!获得能力‘天元一气’!】 …… 顾青玉发现,自己驯养的分身不但可以不断升级,还可以不断的进化…… 一次旅行,游轮沉没,幸存者流落荒岛,鹭洋与护士馨可经历重重磨难,在荒岛上上演着一幕幕绝命逃生的故事……窝囊废赘婿冯一洵,无意中得到天师传承,成为最后一名天师。 面对出轨的妻子,无情的岳母,比自己更窝囊的岳父。 冯一洵从此开启了不一样的人生。 妻子:老公,其实那是个误会。 岳母:一洵,妈妈真的知道错了。 岳父:哥,咱俩以后就当兄弟处!天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!在科技日益发达今天 游戏已经不单只是游戏了 而是被赋予了很多意义,它是社交 较量 是年轻人之间独特的沟通的桥梁 随着这些网络游戏的潮流,同时也出现一种新型的学校类别 俗称“电竞学院” 张子凡是一个视游戏如命的高三落榜的学生 高考失败后就一直宅在家 一天他接到了来自K市百耀电子竞技学院的招生简章,在父母的极度反对之下来到了 电竞学院 。 被嘲笑又如何? 总有一天 我会让你们刮目相看 我要证明你才是错的! 因为在这里 有许多和他一样怀揣着相同梦想的人一起同行! 虽然经历过不少的失败,但是他并没有退缩 而是不畏惧失败 勇往直前 最后他终于站在了CFPL的职业赛场上! 实现了自己目标 也寻得了良人归!!!
国家信息安全的通知 昌平网站设计网络安全 g20 外贸营销策划 陕西省网信办网络安全管理 盐山网站 免费做网站 网络安全攻击例子 金融机构网络安全风险评估 深圳 信息安全 案例 我国网络安全漏洞管理 感情纠纷的情感疏导【www.richdady.cn】 邪灵咨询【www.richdady.cn】 前世老公的前世记忆咨询【www.richdady.cn】 灵魂化解与心理疗愈咨询【www.richdady.cn】 家庭关系的改善方法【www.richdady.cn】 投资项目的前世因果咨询【微:qq383550880 】√转ihbwel 官司的自我保护咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰与超度咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的教育理念威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的真实案例有哪些?【www.richdady.cn】√转ihbwel 家庭关系中的矛盾解决【微:qq383550880 】√转ihbwel 家宅磁场的检测工具咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富规划如何制定?咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析咨询【企鹅383550880】√转ihbwel 与男友前世的前世缘分咨询【σσЗ8З55О88О√转ihbwel 性压抑的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的自我提升【σσЗ8З55О88О√转ihbwel 信息安全是一门 4.29北京市网络安全周 外贸营销策划 营销资源网 渭南网站建设 广州做网站信息 基于区块链的信息安全,-1 企业网络营销总裁培训班 网络安全定位 网络信息安全平台 营销分销 游戏公关营销案例 广西南宁公司网站制作 电商型网站 网络安全术语 大型网络安全 北京市委网络安全和信息化领导小组 python 3.5网络安全 linux网络安全研究 番禺网站推广 分析公众平台营销策略 俄罗斯 网络安全机构 山东网络安全周短信 b2b技术型社区营销 沈阳网站优化 gb/t 20270-2006 信息安全技术 网络基础安全技术要求 中国信息安全期刊 gb/t 20270-2006 信息安全技术 网络基础安全技术要求 中国信息安全测评中心华中测评中心 苏州网站seo 国家信息安全问题研究 4.29北京市网络安全周 成都社会化营销 2014年春节可口可乐的营销主题是 . 常州网络营销外包 陕西省网信办网络安全管理 东莞网站设计 企业网络营销总裁培训班 上海信息网络安全备案 番禺网站推广 深圳营销网站 上海信息网络安全备案 淘宝营销顾问 网站建设 趋势 网络安全实验室 解题 补天 信息安全 汕头网站设计 大学生 网络信息安全 网络营销分为哪些特点 提供商城网站制作 信息安全框架示意图,-1 网络营销的创新方法 公安部网络安全通报局 济南网络推广网络营销报价 网络营销理解和认识 网络安全攻击例子 网络信息安全平台 卫龙整合营销 游戏公关营销案例 东莞网站设计 上网搜集做得最好的一家邮件列表应用于营销的基础条件是什么? 广州网络安全学校 大学生 网络信息安全 b2b技术型社区营销 我要建网站 中关村信息安全测评考试 渭南网站建设 陕西省信息网络安全协会声像资料司法鉴定中心 基于区块链的信息安全,-1 电商型网站 防城港网站建设 常州网络营销外包 网络安全培训机构 网站和网址的区别 旅游线路的营销推广罗湖高端网站设计 国家网络与信息安全信息通报中心网站 淘宝营销顾问 上海信息网络安全备案 信息安全认证包括哪些 重庆网站制作 网络安全攻击例子 价格营销 微信邮件营销 传统营销和内容营销 旅游线路的营销推广罗湖高端网站设计 网络安全 端口 软件信息安全吗 广州网络安全学校 营销资源网 国家信息安全的通知 深圳 信息安全 案例 俄罗斯 网络安全机构 网络安全细则 合作建网站 济南网络推广网络营销报价 电商型网站 python 3.5网络安全 有设计感的网站 互联网效果营销 途牛网络营销策划 重庆网站制作 校园网网络安全的动能 品牌病毒式营销案例 成都网络安全培训机构 多种成都网站建设 网络营销软件 淘宝营销顾问 广州网络安全学校 网络安全法 项目管理 河北师范大学信息安全 日照网站设计 俄罗斯 网络安全机构 深圳网站设计 建设元 惠州网络营销 网络安全建设整改计划 电商型网站 信息安全框架示意图,-1 网络营销分为哪些特点 卫龙整合营销 途牛网络营销策划 网络信息安全平台 网络与信息安全要求 网络安全设备介绍 上海信息网络安全备案 大学生 网络信息安全 河北省信息安全协会 大型网络安全 软件信息安全吗 电信 网络安全 多种成都网站建设 企业网络营销总裁培训班 深圳网站设计 建设元 网络安全设备介绍 信息安全技术体系中的应用安全一般不包括,-1 成都社会化营销