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
网络安全法 电信诈骗天融信网络安全审计网络营销出来有用没衡水网站制作深圳市计算机网络公共网络安全协会企业网站建站意义信息与网络安全问题山东大学生网络安全信息安全国家标准目录深圳网站建设公司广道网络安全审计十年前,滨海第一大家族林家一夜之间被灭族,唯一幸存者林玄被一路追杀,所幸危急时刻被一个小女孩救下,北上逃难。 十年后,林玄成为一代王者,但却在加冕当天卸下王冠,回到滨海...... 这是我本人所试试看写的新书,但是只有草稿,还没发表,原本那是要扔进垃圾桶的,后来想想看,这样实在是真的是太过于可惜了,所以,我就打算发表出来从而给大家去鉴赏了。一路坎坷不平的柳白,经历生死后,在远古遗迹中得到幽冥鬼火,炼化幽冥鬼火后得到蜕变。 柳白经历诸天万古后,最终以鸿蒙之气,洪荒之力,凝聚天界于太空,从此守护太空亿万星辰宇宙………………道术奇高的师傅为何隐居小村庄! 为何命中注定又遇见了她!为何手上的“阴书”带来的事故,频频之多。 神奇的大陆,因神兽而支离破碎,又因神兽而得以重生!! 各方势力追寻多年的重宝出世,一场腥风血雨正在酝酿…… 有些人眼中他是救人于危难的神灵,有些人眼中他却是杀人如麻的邪神。 在这个以灵气为本源的大陆上,一代武神横空出世!!!穿越到各大武侠融合的世界,成为了宋朝的皇子,赵月轩很是无奈。 咦,剧情还没展开?那我就不客气了。 九阳神功,九阴真经,神照经,六脉神剑……都是我的。 无忌别慌,本皇子这里有一本九阳神功,以后你好好修炼,千万别相信女人的话,让大哥帮你对付他们。 郭夫人,你也不想郭大侠在外受到伤害吧……倒霉蛋李悠然被陨石砸中,竟然被超高智能机械生命寄生,穿越到了陌生的异世界。在这个剑与魔法的世界,李悠然又是如何用机械科技走出一条康庄大道? 当强大的外族入侵时,作为一名普通老百姓你会怎么选择?是农具当武器站着死,还是归顺他们苟且生?当外族入侵时,作为一名高高在上的九五至尊,你会怎么选择?是割地赔款最终成为一名国破家亡的亡国奴,还是振臂高呼带领大家抵御外族将他们赶出国门最终把他们消灭掉啦? 作为一名普通老百姓,当外族入侵时,农具必是武器,站着死。作为一名天子?你做过天子吗? “ 没有” 那就让我们随着20世纪的小白方小乐到大周王朝看看,作为天子的他会怎么抉择,是站着死还是跪着生。七千年前,被选拔出的勇者我被冠予为最强人类的盛名,最后还获得了史今第一勇者的称呼,以一己之力击败了魔王军,在与魔王最后的战斗中,无可救药的爱上了哪位粉发绝美的少女魔王,后在我的追求下,成功娶得了魔王,就这样魔王与勇者的爱情持续了七千年至今。“别人是被炮弹追着轰,我特么是被核弹追着炸!” 核弹灭世之后,主角被迫寻找修道寻仙之路。 然而作为一位修仙小白,遭受修仙门派收徒时的白眼。 “小白!你境界都没有!”守护修士冷眼看了过来。 “没有资格入门。” 可是主角我有金手指啊! “我特别强调一下:打我的时候需要控制力量,不许使用超过一成的力量!” “你们总是不听话!” 安临渊把头仰起,45度朝向天空, “我说不许使用超过一成的力量是在保护你们!” 在凡人地界,核武末世下走投无路的安临渊,迫不得已,被逼入进入阿尔卑斯门,寻求庇护。 安临渊开始走向修仙道路。 即使安临渊已经遁入阿尔卑斯门修仙求道,凡人地界依然未放弃对安临渊的追杀。 安临渊不断遭遇各种追杀。随着修仙境界的不断提升,被追杀的同时,也展开自己的复仇行动。
公众号营销有哪些策略 网站意义 信息安全技术 路由器安全技术要求 建站宝盒做的网站 营销职能 信息安全测评备案 网站排序 上海信息安全中心地址 建设企业网站公司 如何宣传网络安全 感情纠纷的情感调解咨询【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 前世缘份的缘分解读【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大【www.richdady.cn】√转ihbwel 特殊学校的咨询技巧【www.richdady.cn】√转ihbwel 强迫症的心理调适咨询【微:qq383550880 】√转ihbwel 自闭症的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职业规划如何制定?【企鹅383550880】√转ihbwel 解梦【企鹅383550880】√转ihbwel 强迫症的康复训练【微:qq383550880 】√转ihbwel 特殊学校的环境影响【微:qq383550880 】√转ihbwel 升迁障碍的职场规划咨询【企鹅383550880】√转ihbwel 如何化解冤亲债主的干扰?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全监管部门 展示型网站解决方案 济南三泽信息安全测评有限公司 广道网络安全审计 西安网站建设 思维营销 网络安全事件处理报告 公信部信息安全 自己的qq群营销方案 wifi信息安全检测报告 营销推广方 东软网络安全产品 许昌做网站 网站意义 电商类网站 营销型企业网站建设教案 公众号营销有哪些策略 支付宝的网络营销 移动互联网广告营销 济南三泽信息安全测评有限公司 深圳市计算机网络公共网络安全协会 e春秋网络安全实验室 信息安全国家标准目录 做网站需要多少钱 许昌做网站 如何宣传网络安全 建立网站的价格 网络安全推荐 引擎营销的四个过程 网络安全服务 沈阳市网站设计公司大全 公司 信息安全 案例 最新2017网络安全事件 长春建站网站 2017网络安全对抗赛 什么叫文库营销 新网站优化 信息安全泄漏 传播式营销 网络安全通报实行 网络信息安全相关专业,-1 名词解释搜索引营销 中国信息安全测评中心隶属 信息安全哈工大威海 社会大学生网络安全总体数据分析 国务院负责统筹协调网络安全工作和相关 建设企业网站公司 酒网站模板 网络安全事件处理报告 信息安全国家标准目录 信息安全院士 王 网络营销seo中级 石家庄整合营销网络安全需要linux 银川怎么做网站 天融信网络安全审计 信息安全中心 施耐德 国家信息安全等级保护制度 拨号访问控制 ccid 2010-2011年中国信息安全产品市场研究年度报告 展示型网站解决方案 符合国家信息安全产品 简洁大方网站建设 信息技术安全技术信息安全事件管理指南 信息安全国家标准目录 国家网络安全日 网站建设方式 西安网站建设 移动网络营销优缺点 世界网络安全公司50强 图文并茂计算机信息安全 信息安全建设方案 信息安全哈工大威海 移动网络营销优缺点 服务厅网络安全管理 返利网营销 萍乡建网站东莞做网站 服务厅网络安全管理 海尔的成功营销策略 e春秋网络安全实验室 网络安全知识ppt 电商类网站 湖南省金盾信息安全等级保护评估中心有限公司 广州网络互动营销公司 支付宝的网络营销 论网店营销 中国信息安全测评中心隶属 信息安全管理控制规范 江西信息安全 整合营销的好处 响应式公司网站 互联网营销是什么 珠海医疗网站建设公司 信息安全和网络安全的区别 如何用好营销成本 信息网络安全 监 预警 机制 信息安全中心 施耐德 上海信息安全中心地址 网站设计的优点和缺点 中国信息安全测评中心属于 网络安全专项治理评估 新闻营销 网络营销服务有哪些 想要做一个网站 网络安全技术 公众号营销有哪些策略 信息安全院士 王 信息安全技术云操作系统安全检验要求 2017网络安全年会合肥 自己的qq群营销方案 网络营销模式发展现状 网络安全通报实行 信息安全和网络安全的区别 信息安全评测报告 展示型网站解决方案 wifi信息安全检测报告 国家网络安全日 国家信息安全等级保护制度 拨号访问控制 网站转移 酒网站模板 移动互联网广告营销 建立网站的价格 网站信息安全等级测评保护 随州网站建设 新网站优化 网络安全专家 ccid 2010-2011年中国信息安全产品市场研究年度报告 信息安全院士 王 济南三泽信息安全测评有限公司 网络营销实验教程 以网络安全类命题 什么是营销策略组合 社会大学生网络安全总体数据分析 网络安全技术公众号 公众号营销有哪些策略 国家网络安全日 网络营销seo中级