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最新网络营销课程昆明网络推广营销网络安全学院课程设置天津信息安全公司敏感信息安全性营销推进存在的问题企业网络营销的缺点深圳网站建设开发哪家好深居野林神秘老道,一手培养出七位足矣撼动华夏的绝美女徒弟。今日,又一名最小男徒儿罗峰顺利出山。 罗峰:“我是老逼灯培养出最垃圾的徒弟,没什么本事,就想吃吃软饭,苟且度过这一生。” 师父:“什么,他说他最弱?难道我没有告诉过你们,那小子身怀诡秘?” 师姐:“我好像发现我们的小师弟越来越不对劲儿了,为什么世界各大强者都来跪舔他?” 一位来自于世界黑暗深处的顶级势力后裔之子,出生便被抛弃做弃子,偶遇华夏旧时代战力天花板老疯子和七位倾城倾国的大背景七位师姐,从此掌握七大绝学误入都市豪门,卷动江湖风云,走上自证强者之路。万般皆下品,惟有读书高。 你敢想象一个读书至上的世界会是怎么样的吗 好好学习真有这么必要吗?跟着西游记走就对了。作者将重新解读西游记。对不起啊,萧儿,没想到这最后的最后,我依然还是没能找到那个我想要的答案呢!或许人都会在生命即将迎来终结的那一刻彻底醒悟,但我想,可能那时已经有些晚了吧! 我们之所以会觉得悬崖边上的花很美,并不是它本身有多么耀眼,是因为我们总会在悬崖边枉然止步,而花朵则会向着空中迈出属于他那成功的第一步。 到这里,我的故事,也终于是····结束了!虽说这结局好像看起来的确····很难····让人接受呢! 这是父亲当年临走时留下来的话,的确很难让人理解,不过······ 身边的种种怪事在一夜间接踵而至,这一切假象的背后到底又掩盖着一个怎样的真相,各种谜团接连不断的笼罩而来,这幕后的操刀者究竟又是人是鬼,故事还在继续———我!又怎能后退!蜀汉小将关纯关坦之,是小将,也是骁将,守荆襄、入西川、讨西凉、战曹操、败孙权、斩司马、灭四夷,一生败尽江东鼠辈,力抗曹魏名将,屠灭五胡,终成一代名将。 掌混沌太荒之力,修真龙不灭之体,诸天万界,唯吾独尊,觉神脉,修神诀,武道之极,逆天屠神!混沌初开,人族悲惨命运。世间大圣绝世双骄引领人族走向兴旺。一个想不到的故事,一篇与狼共舞的典故,一段放不下的情感。 有狼,有情,有中国的传统技艺…… 这就是非狼的全部。【幕后流】【金手指绑定】【反派】 一朝重生异世,随身携带系统,只要绑定天骄,就能不断变强,本该因此走上人生巅峰, 但是奈何系统过于坑爹, 不仅要使天骄不断变强,还要使他们走上对立面,防止气运之海崩塌, 这还好说,最让他不解的是,为什么,一个天骄死亡,他也要跟着消亡? 且看,主角如何将天骄玩弄于鼓掌之间,笑看天下风云。龙天冲击帝尊境失败后受到天咒,被封印于天象帝国某处,龙天与其兄黑祭在此处共建魔龙谷,远离江湖的血雨腥风。若干年后,龙天之子龙海诞生,不幸的是天生绝阴之脉,无法修炼。龙海十八岁时,江湖掀起了一阵血雨腥风,龙海离家出走,误打误撞开启了阴阳体……
丰都县网站 德国网站建设 展示网站和营销网站的区别 信息安全等级保护 负责单位 微博与微博营销的概念 北海做网站 信息安全监管 外贸网站建设 如何做 娱乐营销的优点 2014 信息安全事件 前世老公的前世案例咨询【www.richdady.cn】 为什么过世的前世因果【www.richdady.cn】 家庭关系的改善方法咨询【www.richdady.cn】 婴灵【www.richdady.cn】 感情纠纷的沟通技巧【www.richdady.cn】 祖灵【www.richdady.cn】√转ihbwel 头脑混沌的心理调适咨询【www.richdady.cn】√转ihbwel 亲子关系的教育建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的故事有哪些案例?咨询【企鹅383550880】√转ihbwel 为什么过世的前世故事【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感调解技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的投资建议【企鹅383550880】√转ihbwel 感情纠纷的真实案例有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的故事分析咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的案例分享【微:qq383550880 】√转ihbwel 前世今生的轮回存在吗?咨询【微:qq383550880 】√转ihbwel 如何超度婴灵?咨询【微:qq383550880 】√转ihbwel 前世缘份如何影响今生?【www.richdady.cn】√转ihbwel 网络营销人才需求 网站新站 刘山泉 信息安全 信息安全风险管理培训 c语言 和网络安全 3合1网站建设公司 企业网络营销的缺点 网站有哪些分类 邮件营销专家 青少年信息安全展示中心 昆明网络推广营销 桂林网站制作 营销群 展示网站和营销网站的区别 网络营销资源论坛 如何免费建立网站 威胁网络安全的主要因素 分栏式的网站有哪些 外贸网站制作 2014重大信息安全事件,-1 企业网络营销的缺点 信息安全登记 网站改版完成 昆明网络推广营销 信息安全中rat代表什么,-1 北海做网站 大兴做网站 企业网络整合营销公司 网络安全管理横向联系 中孚网络安全隔离卡 企业网站系统 贵阳开发网站建设 营销新媒体 网站规划分析的好处 重庆网站建设公司名单 吉安做网站 成都网络安全支队 备案 福州网站优化 信息安全专家 能力 信息网络安全杂志 深圳响应式网站建设 邮件营销专家 信息安全部官网 信息安全人才需求图 南通哪里有做网站的 互联网信息安全要求信息 网络安全和信息化职责 外贸网站建设公司流程 广州产品营销公司焦作网站建设 信息安全行业中权威资格认证有 网络营销策略论文 开发网站的目标 上海市公安局网络安全总队 地址 青岛家装网络营销推广 品牌网站设计 信息安全中rat代表什么,-1 营销推进存在的问题 娱乐营销的优点 网络安全事件记录表 大兴做网站 河南信息安全电子版 炫酷的网站 全国信息安全协会 企业网络营销的缺点 网站如何做好视觉营销 办公室网络安全风险 2014 信息安全事件 上海市公安局网络安全总队 地址 企业网站建站意义 河南信息安全电子版 信息安全外包评估方法 维护网络安全我会做到 网站规划分析的好处 深圳网站建设开发哪家好 通信信息安全培训通知 网站建设官方网站 营销新媒体 信息安全人才需求图 广州微信营销 孝感网站建设 重庆新闻软文营销助手 营销模式摘要 网络营销的风险因素 网络安全事件2017 优秀网络信息安全 如何免费建立网站 网络及信息安全设计 个人网络安全 福州外网站建设 网络安全风险评估内容 信息安全测评认证中心 厦门网站的制作 网站防复制专业网站建设公司电话 银行信息安全等级保护,-1 网络安全内容大全 有关风水的网站建设栏目 孝感网站建设 网络营销资源论坛 传统营销营销渠道 优秀网络信息安全 网络营销策略论文 网站防复制专业网站建设公司电话 支付宝营销策划案例 中国网络及信息安全法 网络安全协议包括 . 回顾2012年重大网络安全事件 营销推广的功能 邮件营销专家 敏感信息安全性 外贸网站建设 如何做 企业微信社群营销案例 展示网站和营销网站的区别 信息安全介绍 网站建设需要多少钱 海军工程大学信息安全 信息安全行业中权威资格认证有 中国网络安全监管 网络安全事件2017 美国信息安全博士 丰都县网站 遂宁网站优化 网站设计深圳 网络安全意见建议 一科西安网络营销 通信信息安全培训通知 c语言 和网络安全 临沂网站 网络安全治理与黑客 进行公司网站建设方案 零食网络营销策划方案 广州产品营销公司焦作网站建设 办公室网络安全风险 网络信息安全防护措施 优秀网络信息安全 炫酷的网站