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
杜蕾斯 社交媒体营销案例2017 信息安全展会网络营销不包括哪些如何建立自已的购物网站重庆建网站信息安全技术研究中心,-1珠海哪里做网站的2017 信息安全展会微营销企业百度杯网络安全技术对抗赛一个不普通的小山村,走出一位不普通的少年,经历一件件不平凡的事情,完成一段段不一样的旅程。“当时太天真了,以为跟个大哥就有口饭吃,结果……”十三机众人擦擦泪,说:“现在肉都吃撑了,再吃就吃不下去了……大哥别打肉了,再打真吃不完了……什么?晚上还要做肉,老大求你了放我们出去打架吧!” “你们这算啥?”治安署的人一把鼻涕一把泪的说:“以为是两个破小孩拉起个组织要搞事儿,我们都准备好搞了加工资,你这谁想得到我们的治安还更好了……等一下,各位,我先不哭了,好像过了今天我们就是同一个老大了。” 这谁想得到?搞事情的组织还要当头。 这么说,工资的话…… “宣誓了,宣誓了。” 东南三区,并非长久安定;天下之稳,皆因大守门人。 “守门人 李思仁!” “守门人 张耀文!” “守门人 十三机机所有人。” “守门人 春秋战国集团。” …… “还有我还有我,这次我可赶上了。” “张家众人,李达夜和其徒张燚,参上!” 洪武十二年,大明初创。 蒙元余孽依旧在虎视眈眈,逐渐走出黑暗中世纪的西方也开始文艺复兴。 就在这个古老民族即将被世界抛弃的关键节点。 一个穿越的灵魂降临大明,附身到了一个十五岁的少年身上。 “有一人。 他文可订币制,育良种,办大学,开科学为天下先! 武可发明蒸汽机,造枪炮,扬帆七海,让凶残的草原蛮子为朕歌舞助兴!” “他,就是我朱元璋的孙子,朱肇辉!”日月如磨蚁,万事且浮休。君看檐外江水,滚滚自东流。风雨瓢泉夜半,花草雪楼春到,老子已菟裘。岁晚问无恙,归计橘千头。 梦连环,歌弹铗,赋登楼。黄鸡白酒,君去村社一番秋。长剑倚天谁问,夷甫诸人堪笑,西北有神州。此事君自了,千古一扁舟。欢迎前来围观阅读绝望与救赎依偎,死亡与生机共线 人类与厉鬼共舞,善良与邪恶共眠 唯有灵异诅咒,方可对抗恶鬼 我乃李青,今日人族之守护神。若有妖魔残害人族,吾定不饶。四面楚歌,项羽奋起击败刘邦,创立大楚帝国。 意外穿越到刘如意(刘邦第三子)身上,开局遭遇刺杀获得系统,看刘如意如何恢复大汉天下。少年从小厄运缠身,身边人一个个离去,阴差阳错来到异世大陆,被人救治,却给救人者带来不幸,自己也再次涉险,从此开始流浪,在流浪中修炼,在流浪中成长,最终...... 李江,一个不是这个世界的人来到了这个世界。他没有比别人更多的本事,唯一的长处就是他有别人永远都没有的经验。经验这个东西,可以让一个平凡的人成为神,不是神话里面的神。 李江,觉得自己不是神。他只是多了一点别人没有的记忆,这是老天爷的恩赐;或者是上帝的奖励。总之,他来了,带着神一样的能力,来到了这个世界。他不是来改变这个世界的,但是世界却要注定因他而改变! 哥不是神!但哥却可以成为神话!
国家信息安全师 公安部 2016网络安全与信息化 网络安全法正式施行 企业展示型网站怎么建 工信部 网络安全处 佛山网站建设服务器 重庆整合营销那家好 中国网站建设公司百强 阳光网络安全资料 网络安全时代 与男友前世的前世解析【www.richdady.cn】 财运不佳咨询【www.richdady.cn】 学习成绩差的心理调适【www.richdady.cn】 财运不佳的财富管理【www.richdady.cn】 去世的母亲的前世故事咨询【www.richdady.cn】 去世的父亲的前世因果【企鹅383550880】√转ihbwel 前世记忆恢复技巧【企鹅383550880】√转ihbwel 前世今生的缘分如何解读?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场建议有哪些?咨询【微:qq383550880 】√转ihbwel 精神不振的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的心理调适【企鹅383550880】√转ihbwel 事业不顺的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的前世因果咨询【企鹅383550880】√转ihbwel 官司的法律咨询咨询【σσЗ8З55О88О√转ihbwel 改善亲子关系的技巧咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 什么原因意外的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的前世因果咨询【www.richdady.cn】√转ihbwel 莫名其妙感伤的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的前世修行【微:qq383550880 】√转ihbwel 莱芜网站建设 法国网络信息安全 酒泉做网站 百度杯网络安全技术对抗赛 重庆南昌网站建设 病毒营销的产品 仿威客网站 开展网络安全认证检测 北京旅游型网站建设 昆明网站建设价格低 长沙网站制作服务 网站图片大小 中国信息安全 事例 安全评估 网络安全法业务 网络安全 微网站内页 计算机网络 网络安全 清华信息安全方向 网站建设初期 计算机信息网络安全的技术支持 酒泉做网站 2014年第二届信息与网络安全国际会议 2016年中国网络安全发展形势展望 网络安全与信息测评 信息安全保障中心 中国信息安全 事例 嘉兴网站开发 2017 网络安全大赛 白帽杯 网站建设的好处 整形美容医院网络营销 单页网站 大学信息安全技术考试 二网络安全工作情况& 网络营销方法有几种 浏览国外网站 dns 网络信息安全实施意见,-1 2016网络安全与信息化 网络安全网站有哪些 网站建设的好处 网络安全时代 在线营销策划培训课程 成都网站制作设计 西安网站托管专业公司 最佳珠宝营销案例 建论坛网站 建网站地址 互联网产品营销 医院网络营销是什么意思 计算机网络 网络安全 小米内容营销分析报告 针对用户面临的电子邮件安全威胁设计一套完整的网络安全解决方案外贸网站模板建立 公安部网络和信息安全处 触屏网站 中国网络安全企业排名 陕西营销型手机网站建设 计算机信息网络安全的技术支持 外贸推广网站 网站的框架 网络营销结语 益阳做网站 广州外贸网站建设 西安网络营销电子商务培训课程 小米内容营销分析报告 乐清英文网站建设网络信息安全月报 信息安全技术研究中心,-1 网站设计风格 青少年信息安全展示中心 威胁网络信息安全的软件因素 网络安全建设论坛 网络信息安全特点有 网警检查网络安全 青少年信息安全展示中心 莱芜网站建设 2013 年中国互联网网络安全报告 研究院信息安全管理 互联网营销学什么 如何用网络营销的方法有哪些 外贸推广网站 中央企业信息安全 网站建设与搜索 微营销企业 高端电子网站建设 网络安全成果 营销邮件标题 大安市网站 学信息安全 电脑 重庆南昌网站建设 2017网络安全日登录 营销具 2017 网络安全大赛 白帽杯 建网站地址 明星营销 《信息安全服务资质》安全工程一级 网站建设深 工信部 网络安全处 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 安全评估 网络安全法业务 网络安全 信息安全事例,-1 深圳制作网站公司 网络安全应急中心 北京旅游型网站建设 国家安全网络安全威胁 互联网营销学什么 企业网站内容更新怎么操作 网络营销有哪几种 如何与网站管理员联系 网络营销方法有几种 深圳做企业网站的公司推荐 信息安全事例,-1 徐州网站制作 网站建设咨询公 信息安全保护等级 国标 专业企业网站建设公司 信息安全备案 网络安全与信息测评 计算机网络 网络安全 成都网站制作设计 宝安网站制作 信息技术与信息安全 防范系统攻击的措施包括 西安网络营销电子商务培训课程 优衣库微博营销案例 旅游企业网络营销案例分析 网络安全与信息安全的关系 重庆整合营销那家好 中国信息安全测评中心广东测评中心 小米海外代理营销模式 信息安全备案 网络信息安全特点有 中国信息安全测评中心广东 百度杯网络安全技术对抗赛 实战营销型网站建设 工信部 网络安全处 托管网站 网警检查网络安全 网站建设初期 仿威客网站