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
警惕网络窃密构筑网络安全防火墙视频顺德建网站的公司顺德建网站的公司360网络安全实验室数据科技网站配色方案宝洁网络营销现状营销应该怎么学中国大学生信息安全中国黑白it信息安全国家信息安全甘肃招聘一场精心策划多年的入侵,摧毁了夏月一族最后的净土,为了复仇,也为了让族人活下去,夏月提前肩负起自己的责任。 没想到数年之后,夏月姐妹二人却发现了世界的秘密,在这个不断轮回的世界里,她们是唯一的变数。 我们,只想活下去!本部由五十个不同故事组成的短篇恐怖小说刘阳重生到平行世界,惊奇发现回到了08年老特拉福德的球场。 就在这个时候,自己所在的红魔正遭受维冈队有史以来最顽强地阻击。 对方后卫更是用恶意飞铲划伤了我方前锋。 维冈主教练气焰嚣张地在佛爵爷面前叫嚣。 “拥有巨星C罗和鲁尼又怎么样!被女王加封爵士又怎么样,还不是没办法!” 面对越来越近的比赛时间! 佛格森果断下令,换上刘阳。 刘阳不负众望,开启球王编辑器。 “完美的人球分过!三秒精准绝杀!” “我要裂开了,这是马拉多纳版本的彩虹过人吗?!” 一粒粒进球不断摧毁对手的心理防线! 从此红魔所向披靡!直指三冠王! 佛格森习惯性嚼了嚼口香糖:“夏国是一个人杰辈出的地方,刘阳必然也会成为一名闪耀的新星!” 温格教授震惊道:“怎么会?维冈十一人的铁桶方阵都换不来一个平局,那个刘阳是谁,快给我查!”随着怪异的天灾降临,世界各地出现了各种奇怪的现象。浓雾带来了人类的觉醒,动植物的进化,似乎一切都预示着新的纪元即将到来。 “既然一切不合心意,那就,重启这个时代好了。” [无女主+不圣母]宇宙的深处。 时间的未来。 那里有着未知的文明。 张买提带领着12个美女仿真机器人穿越星河,成功降临九宝大陆。 做为外星人,他们将会面临着怎样的挑战? 又如何开启自己的生存之路? 如何让新的文明在异界大陆上遍地开花? 地球上的科技、文明,是否能够与修炼界的法术、仙人相抗衡? 智慧生命的未来将会走向何方?一场灾变,让世界沦为秩序崩坏的废土。 有人栖身要塞,有人躲在荒原,还有人在辐射中变成了另外一种生物。 世界分割为两个极端,权贵们掌握着顶尖的科技,用一座座拔地而起的要塞将自己隔绝在乱世之外。 易子而食,危机四伏的流民区内,一名迫于生计的猎人,为了度过即将到来的凛冬,走向了一条披荆斩棘的道路。 在这艰险混乱的世道当中,一群草根出身的生死兄弟,逐渐让世界为之颤抖。广袤3的玛法大陆天空出现异变,古老的遗迹和禁地随之发生躁动,神秘的天选者降临,这次会有什么不同吗?这次会改变界域战场人族和魔族的战争吗?(纪念那逝去的兄弟,纪念那些年的燃情岁月。)混迹于政治场上长大的皇子,立誓要做一位明君。奈何寒来暑往物换星移,登上龙椅执掌天下时,才知皇帝的不易。酒池肉林夜夜笙歌,使其明君之路步履维艰,最终成为了要美人不要江山的快活皇帝。实在的话,我只想说一句,我是想过要写好小说,如果有不好的地方,你们可以随便提出,我是会改正的。叶辰懂医术,会古武,下山后的他,还在幻想着自己逍遥纵横都市,吊打一切不服! 万万没想到,参加自己婚礼的时候,新郎竟然不是他……
有了域名 网站建设 中央网络信息安全小组,-1 网络营销策划中定位 2013年进行互联网营销推广的企业各种网络营销方式的渗透 网络安全流程 科技网站配色方案 河南网络安全专科 2015年网络安全漏洞 成都网站设计制作价格 网络安全和信息化官网 为什么过世的原因分析【www.richdady.cn】 家庭关系的幸福指南咨询【www.richdady.cn】 自闭症的案例分享【www.richdady.cn】 婴灵咨询【www.richdady.cn】 缺心眼的案例分享咨询【www.richdady.cn】 孩子厌学的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的改运方法咨询【www.richdady.cn】√转ihbwel 财运不佳的自我提升【微:qq383550880 】√转ihbwel 前世今生的缘分揭秘【企鹅383550880】√转ihbwel 事业不顺的应对策略【微:qq383550880 】√转ihbwel 前世今生的奇妙经历【微:qq383550880 】√转ihbwel 与女友前世的识别方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的情感生活咨询【微:qq383550880 】√转ihbwel 头脑混沌的前世因果【www.richdady.cn】√转ihbwel 事业不顺的解决方法咨询【σσЗ8З55О88О√转ihbwel 事业不顺咨询【企鹅383550880】√转ihbwel 干扰的预防与化解咨询【www.richdady.cn】√转ihbwel 查财运专业服务【σσЗ8З55О88О√转ihbwel 前世缘份的故事如何改变命运?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 干扰的预防与化解【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 优秀的学校网站欣赏 北京信息安全 网络营销问题汇总中国网络安全峰会 网站 制作公司 济南外贸网站建设公司排名 是网络营销的劣势 重庆知名营销公司 网站布局f 星巴克网络营销的价值 英文营销网站 网站单选框的实现 网络安全周报道 网络安全的思考 网站栏目排序 上海集团网站制作柳市做公司网站 合肥网络安全公司排名 上海信息安全公共服务平台 中国信息安全认证中心特点 网站布局f 免费网站模板 网络营销技术巨头 公安部关于网络安全 网络安全的思考 信息安全服务资质证书 安全工程类 河南信息安全专业 上国外网站用什么dns 网络安全产品排行 滁州网站设计 安全威胁信息安全,-1 农产品网络营销与实施 路由器网络安全密匙 个人落实网络安全法 饥饿营销弊端 营销第一网 南方信息安全研究所 公安部关于网络安全 科技网站配色方案 营销推广公司 武汉网站制作 app开发 高端网站制作公司 珠宝网站建商台北 武汉网站制作 app开发 警惕网络窃密构筑网络安全防火墙视频 互联网信息安全评测认证 中央网络信息安全小组,-1 信息安全和电子政务 黄山网站建设 路由器网络安全密匙 网络安全信息分析报告 网络安全监测预警系统 广东省网络安全维护调兵山网站 三门峡网站建设 网络营销促销的的定义 网络安全信息分析报告 网络营销工资 南京营销策划推广公司 安全威胁信息安全,-1 网络营销工资 网络安全有专项资金 国家信息安全成果产业化基地 信息安全系 营销qq邮箱如何登录 河南网络安全专科 营销推广公司 企业网站策划 网络安全和信息化官网 网站色彩的搭配原则有哪些 2015年网络安全漏洞 广州微网站建设案例 网站布局f 营销第一网 高逼格网站 饥饿营销的促成 饥饿营销弊端 互合营销 2013年进行互联网营销推广的企业各种网络营销方式的渗透 营销推广公司 2017上海网络安全论坛 互联网网络安全周 大数据网络安全专业 旅游响应式网站建设 医院网络安全解决方案 珠宝网站建商台北 网络安全 硬件 成都网站设计制作价格 旅游响应式网站建设 淮安网站制作 网站策划厂 常见的信息安全威胁 淮安网站制作 网络安全流程 营销第一网 信息安全评估的作用 网络安全有专项资金 信息安全的管理方法 网络安全文库 上国外网站用什么dns 办公室 信息安全工作 邢台网站建设厂家 南方信息安全研究所 济南外贸网站建设公司排名 网站最合适的字体大小 金融客户信息安全 大型网站建设 国家信息安全成果产业化基地 企业网站策划 网络安全风险管理专业 优秀的学校网站欣赏 个人落实网络安全法 信息安全包括数据安全 linux网络安全技术 qq营销的案例分析电信用户信息安全协议 网站建设初期 全网营销系统 上海建站网站简洁案例 网络安全ac 专业网站建设 东凤网站建设 6月1日 个人信息安全 网站色彩的搭配原则有哪些 搜索引擎营销如何使用技巧 镇江网站推广 网络营销定价 杭电信息安全专业怎样 北京信息安全 网络安全流程 网络安全和信息化官网 信息安全等保分级 网络安全的思考 加强 提高信息安全 上海网站建设系统 网站建设初期 企业外包营销策划 昆明做网站 宁波网上营销网