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企业网站优化深化对网络营销认识建网站方法展示型网站建设流程青浦网站建设支付宝网络营销策划网络营销策略例子高端网站设计建站澳洲网络安全挑战赛我是老中医,专治各种吹牛逼! 我武道超神,吊打一切不服气! 秦飞偶得神秘传承,拥有神眼,从此医术通天,武道超神,且看他逆天崛起,笑傲人生。五方力士,在天为五鬼,在地为五瘟。我叫李殇,师承五瘟使,从我父亲违背祖训的当日,阴差阳错被卷入两方势力争斗的旋涡中心,注定陷入无休无止的杀身大祸当中,为了活下去我变成了一个行走阴阳的摆渡人,真相伴着已逝之人沉埋黄土,拨开历史疑云,遥望过去,恍然惊觉,祸端的起因竟是我自己……我的誓言就是:绝不背叛国家!绝不背叛战友! (第一次写文,跑题了,活生生写成了玄幻战争??)陈阎被绿茶前女友陷害之后,在临死之际意外觉醒了〈系统收集〉系统,重生之后,发现回到了悲剧发生之前……刚穿越到文娱世界,杨墨就发现自己身边躺了个一丝不挂的小网红! 外头的女星老婆更是疯狂敲门呵斥。 “杨墨!你给老娘滚出来!“ “有本事偷人,没胆量见我是不是!“ 于是乎,郁闷的杨墨发现,自己成了活生生的冤种! 小网红没碰到,还被高挑的女星老婆摆了一道! 唯一的目的就是离婚! 离婚后,激活了系统的杨墨,无奈成了当下炙手可热的腿精高冷女神林婉璇的私人男助理。 上班第一天,又将女上司看了个精光! 有了系统傍身,杨墨只能在“旧邀社区“注册了自己的ID”久邀秦先生“,从此开始了一发不可收拾的文娱巨擘之路! 冷风如刀,以大地为砧板视众生为鱼肉;飞雪似剑,以苍穹为帷幔斩现实为红尘。 天下纷扰由剑起,世间忧愁识字出。 吾愿以己为祭品,换得世间永太平。 【新书发布,只为创造经典】 在部落与外来势力集团利益冲突中, 解决问题的最有效手段就是, 挥舞手中的上帝之鞭,那是最通行的语言。 请跟随狙击战神, 进入神秘非洲,统领部落,反抗霸权,重树正义, 铸就封神的传说! 去体验热血澎湃,野性喷张的另一种生命状态。 一开始,穿成假太监的李易只想安分苟活着,但后来,看着高贵雍容的皇后,李易心思变了。 “江山你坐着,皇后我替你照顾。” 李易都跟皇帝打好了商量,奈何那把椅子,皇帝就是坐不稳啊! 前有狼,后有虎,奸臣又一堆堆,眼看国不国,家不家的,李易操起了屠刀……你知道宇宙的起源吗? 你想知道平行世界的风景吗? 体会未知的恐怖,快乐和爱恨情仇。 知晓前世今生的羁绊。 在这个危诡游戏里面,你又有什么期待。  1987大年三十,母亲出走,父亲被打残废,颓废的三十年转瞬即逝。   意外回到三十年前,张旭要一手扛起本应支离破碎的家庭。   每次他都能把握市场风向,从摩丝到BP机,从实业到互联网,他才是真正的商业教父!   别人跟着历史车轮滚滚往前,而他已经站在终点!
网站的互动 企业网站优化 温州手机网站制作公司电话 掌握网络安全技术 机械行业营销型网站 信息安全技能赛 安全狗昆明购物网站建设 网站设计行业资讯 网站的栏目 建网站方法 橙网站 婴灵的超度与慈悲心【www.richdady.cn】 突然过世的原因有哪些【www.richdady.cn】 外灵的干扰特征咨询【www.richdady.cn】 婴灵的预防措施咨询【www.richdady.cn】 心慌胸闷头晕的前世因果咨询【www.richdady.cn】 前世缘份的修行建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 塔罗牌占卜与心理分析【www.richdady.cn】√转ihbwel 突然过世的原因有哪些咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的故事有哪些经典案例?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的情感生活如何改善?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的咨询技巧【www.richdady.cn】√转ihbwel 如何克服“缺心眼”的问题咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的心理分析【微:qq383550880 】√转ihbwel 莫名其妙感伤【企鹅383550880】√转ihbwel 特殊学校的前世因果【微:qq383550880 】√转ihbwel 儿子不读书的解决方法【σσЗ8З55О88О√转ihbwel 公司破产对股东的影响咨询【微:qq383550880 】√转ihbwel 前世今生的轮回解析咨询【微:qq383550880 】√转ihbwel 过世前可能出现的征兆【www.richdady.cn】√转ihbwel 信息安全风险的三要素 江苏省网络与信息安全协调小组 泉州做网站 洛阳网站制作 电脑信息安全培训 重庆网站推广营销价格 福州网站设计 郑州网站制作电话 上海网站建设网站制作 昆明做网站 南京电商网站建设公司排名 全国大学生网络安全 绵阳市公司网站建设 网络信息安全管理经理,-1 美国国家网络安全联盟 网络安全的实施 旅游响应式网站建设 网络安全 项目 网络安全技术文档 建网站中企动力 广东信息网络安全协会 网络品牌网站建设 杭州营销型网站建设 社交网络营销策划 建立政府公众网站的目的的 网站如何被百度收录 掌握网络安全技术 科技网站配色方案 网络安全性怎么设置 被通知公司网站域名到期 上海市公安局公共信息网络安全监察处 建湖建网站的公司 建网站方法 2015网络营销课程视频 网站的互动 展示型网站建设流程 腾达网络安全密钥不匹配 信息安全风险的三要素 临清网站建设 网络安全交流协会 有关网络安全的专业 江苏省网络与信息安全协调小组 网站的模块 信息安全方案安全号 2016网络安全热点问题 手机模板网站开发 机械行业营销型网站 网络安全100强 佛山新网站制作咨询 如何建立一个网站 全球网络安全市场报告 网络安全技术文档 信息安全风险的三要素 电脑信息安全培训 手机模板网站开发 企业网络营销调查心得体会 信息安全技能赛 安全狗昆明购物网站建设 开源sdn网络安全 温州手机网站制作公司电话 事件炒作营销 高端网站设计建站 福州网站设计 橙网站 信息安全技能赛 安全狗昆明购物网站建设 建立政府公众网站的目的的 郑州网站制作电话 信息网络安全接入技术规范 徐州建立网站 信息安全技术公司招聘 重庆网站推广营销价格 手机网站免费 国际 个人信息安全 网络安全宣传情况 信息安全意识评估系统 上海建站网站简洁案例 小红书的战略营销 网站推广方法 南京电商网站建设公司排名 黄鑫信息安全竞赛信息网络安全杂志全年 网络品牌网站建设 网站设计行业资讯 网站的标准 网络安全去哪里学 2016网络安全热点问题 社交网络营销策划 普洱网站建设 企业网络营销调查心得体会 商务网站与营销策划 全国大学生信息安全竞赛2017 网络信息安全管理经理,-1 2017网络安全比赛 免费注册网站空间 沈阳市做网站的公司 鹤壁做网站 网络安全实施计划 全国大学生信息安全竞赛2017 网络安全与应急管理制度娃哈哈产品营销策略 网络安全的实施 开源sdn网络安全 网络安全基础应用与标准 pdf 门户网站建设 机械行业营销型网站 网站制作换下面友情连接 建网站中企动力 关于网络安全的总结 2017青岛网络安全会议 国家信息安全服务资质证书 网站的模块 如何建立个人网站 做的好的网站 信息安全与泄密事件 网络安全运维流程图 腾讯 hook 网络安全 网络安全防御 信息安全 排名 教育部 网站推广方法 云南制作网站的公司 信息网络安全答案 社交网络营销策划 上海网站建设网站制作 泉州做网站 顺德网站制作案例价位 支付宝网络营销策划 江苏省网络与信息安全协调小组 网络维护网站美工 小红书的战略营销 广州h5网站开发 信息安全 bbc 2015年北京信息安全培训 信息安全会议议程 石家庄网站设计制作服务 石家庄网站设计制作服务 信息网络安全接入技术规范 黄鑫信息安全竞赛信息网络安全杂志全年 facebook营销方案设计