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
健身器械网站建设案例东台网站制作网络安全 漏洞263网站建设怎么样2017优秀网站设计案例电商网站seo南昌网站建设公司资讯上海市网络安全办公室手机网站建设中心公告网络安全毕业直接就职保安,少走四十年弯路的陈煜,在救人的时候发生意外,一段精彩的旅途开始了。 第一世界-红楼由于核战争的爆发,大量的能量,摧毁了地表许多的城市但是一直在各种动植物体内沉睡的基因苏醒了。各种各位出现过的神奇动植物都出现。人类的生存空间越来越小……一个清脆的响指过后,托尼·斯塔克眼前一白,什么也看不见。 ‘难道我就这么死了吗’斯塔克闭上了双眼。 ‘不好意思你还不能死.......’一道声音传来。 ‘是谁!’斯塔克见有来人大喊了一声,神经也处于紧张的状态。 ‘我是漫威宇宙的观察者,托尼·斯塔克,你是受到永恒族知识诅咒的人,你不能这么轻易的陨落。’空灵的声音传来,但只闻其声不见其人。 ‘那我该何去何从?’ ‘你将重生于C34平行宇宙中一个叫陈天身上,从头开始这一切。超级英雄还是花花公子,都由你自己选择.......’ 这就是我的宿命吗? 被赋予希望诞生,再被命运枷锁缚住,然后义无反顾走向深渊里与黑暗抗争…… 可当我看清这世间所谓的“黑”与“白”后, 我选择逆“正道”而行, 就算变成恶魔也要斩断这天道为我牵引的宿命线!“九月浅秋,时光阑珊而过,岁月时光匆匆流逝,回首往事,如梦似幻,如烟飘散,上次面对面就好像发生在昨天……” “欢迎收看今天的女校那点事儿,在这里玖玖要包料一个重大消息。” “隶属于女校的莺花学园,今年也开始实行男女同校了。” “所以说,那边的男生,你是为了什么选择报我校的呢?” “嗯,我嘛?” “大概是因为这里离家近,上学方便。” “唉——”20世纪三好青年穿越到洪荒大陆,与三清结拜,与十二祖巫结拜,复活盘古,征服其他神话。我的26岁女房客同人番外,本人练手之作,望大家多多海涵当众公地权力会成员都柏林从苏联地区北部世界大厦冲破“玻璃”向下坠时,她一定会想起几个亚洲前(字面意思)参议员开罗驱车来的那个午后,他带的那两个没有头的人再也没有管了。仰望仙道尽头,你我的命运在何方? 纵观古史,谁为棋手谁为棋? 在这一场浩瀚无边的仙道棋局中,多出的一子,究竟是棋手还是棋子?滴滴滴…………吐槽系统已连接初号玩家! 没错,我叫郑飞,不是真废,但同样也是真的废! 什么玩意?吐槽系统!?吐槽就可以得到超级能量! 什么,在吐槽系统中!吐槽还分三六九等的级别!吐师!大吐师!吐宗!吐王!吐帝!吐皇!吐尊!吐圣!吐神! 系统连接!嘴遁开始!成为主角!吐槽升级!异界百世!由我畅游! 什么?你说吐槽不能升级?我说吐槽偏偏就能升级! 逗逼三国,二货西游!傻缺封神,皆等去探索吐槽! 穿越百世!属我最狂!要问为何!吐槽最强? 快看郑飞怎样无敌嘴遁?穿越异世,吐槽成神! 一开始便 莫名其妙的穿越到了西游主角被压在五指山下的时间段??这么倒霉?刚开始就卡关了!要活活煎熬的忍耐500年吗?或者是启用超级战斗系统直接崩开五指山?再次大闹天宫?产生不一样的结果,系统的bug!和达到巅峰系统系数产生一次失败战斗的重启!会产生怎样的精彩的故事? 经历四大名著主角不一样的爱恨故事经历、 且看且品小说人生…………
网络安全法 检查 网站到期诈骗 嘉兴 网站 制作 南昌网站建设公司资讯 银行客户信息安全 江苏网络安全平台 网络信息安全公安,-1 谷歌英文网站 企业手机网站建设精英 上海知名网站建设公司 解梦的前世影响咨询【www.richdady.cn】 意外的前世因果【www.richdady.cn】 外灵干扰的咨询技巧咨询【www.richdady.cn】 如何判断被冤亲债主干扰?咨询【www.richdady.cn】 莫名其妙感伤的心理调适【www.richdady.cn】 阴间生活的前世故事【www.richdady.cn】√转ihbwel 与老公前世的记忆解析咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲在哪威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业后如何快速找到新工作咨询【σσЗ8З55О88О√转ihbwel 前世缘份【微:qq383550880 】√转ihbwel 婴灵的形成原因【企鹅383550880】√转ihbwel 事业不顺的原因有哪些?【企鹅383550880】√转ihbwel 事业不顺的心态如何调整?【微:qq383550880 】√转ihbwel 与公婆前世的前世解析咨询【www.richdady.cn】√转ihbwel 官司的自我保护【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧【σσЗ8З55О88О√转ihbwel 老公家暴的环境影响【www.richdady.cn】√转ihbwel 江苏网络安全平台 网站控制 灰色的网站 网络安全属性 网站数据怎么会丢失 苏州网站推广 网络安全事件数据 个人网站建立步骤 青岛专业餐饮网站制作 顺德门户网站建设公司 德宏网站制作 公告网络安全 桂林网站推广 网络安全 专题 网站到期诈骗 健身器械网站建设案例 2016网络安全雅虎 阜新网站建设 网站改版收费 网站的意义 如何建立网站 品牌网站开发 温州网站建设联系电话 负责网络安全 第四网络安全周 深圳营销网站建站公司 态势感知 网络安全 成交型网站 桂林网站推广 网络安全 专题 免费网站建设下载 网站数据怎么会丢失 改密码为保障网络安全 杭州专业做网站的公司 郭启全 网络安全法 网络信息安全教育培训合肥全网营销 网站到期诈骗 网络安全法 检查 怎么做自己的网站? 池州网站制作 互联网市场营销的作用 企业网络安全报告2013信息安全峰会 网络安全与攻防专业 网络协议与网络安全 网络安全技术认证 提供佛山顺德网站设计 购物网站建设公司 海珠做网站 原型图网站 网络营销微博案例分析 银行客户信息安全 佛山网站seo 2016网络安全雅虎 公司网站市场价 网站手机开 岳阳网站建设 app营销推广公司 互联网市场营销的作用 信息安全软件是什么信息安全 本科 信息安全软件是什么信息安全 本科 提供佛山顺德网站设计 长沙 网站建设 公司网站市场价 福州网站建设案例 珠海集团网站建设外包 成都建网站 电子商务新网络营销 青岛找网站建设公司 网站设计存在的不足 线框图网站 广州网站建 怎么做自己的网站? 郑州网站托管 深圳营销网站建站公司 安恒信息安全研究院 营销型网站建设制作 网站的意义 南京专业做网站的公司哪家好 网站改版收费 263网站建设怎么样 网络信息安全公安,-1 哈尔滨做网站电话 网络安全应急响应服务 国际信息安全学习联盟 邀请码 公安网络安全保卫培训 深圳专业网站制作多少钱 网络营销十大问题及对策 网站阴影 网络营销带来的好处 网络营销引擎 网络安全考试网址 2016网络安全雅虎 手机网站建设中心 江苏省网络安全对抗 深圳网站维护有限公司 windows server运行.net网站和php网站 大市场营销的6p 做网站步骤 中国信息安全相关考试 java 网络安全 温州网站建设联系电话 杭州品牌网站建设 东台网站制作 大市场营销的6p 海珠做网站 深圳网络营销三只蜘蛛 成都建网站 安丘做网站 负责网络安全 长沙微信网站制作 注册网站 顺德门户网站建设公司 饥饿营销案例有哪些 企业成功营销策略案例 电商网站seo 银行客户信息安全 第四网络安全周 网站设计公司 无锡 企业手机网站建设精英 京东的网络营销工具 网络营销的学费 关于网络安全动态 杭州专业做网站的公司 公安网络安全保卫培训 网络信息安全与防范 提供商城网站 免费网站建设下载 营销培训学校 seo优化网站建设公司 原型图网站 德宏网站制作 网络安全的评价标准 天津市信息安全服务资质 建行手机网站 池州网站制作