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
2014中国信息安全报告网络营销和互联网运营重庆怎么做整合营销自己建网站程序手机网络安全技巧网络营销师值得学吗信息网络安全题目音乐网站的色彩搭配网站和手机网站网络安全吧古神大陆自诞生以来便流传着一个传说,命运之门会在一个时代结束时降临,得见命运之门者,可以登临神境,进入命运之门者,可获永生。 …… 杨凡天生道骨,却被家主算计和爱人偷袭,落了个修为全失,道骨被夺的下场,正当奄奄一息时,遇到了曾经见过命运之门的鬼圣阴无虚,并夺了对方的一身机缘…… 境界划分:炼体、苦海、神宫、仙台、破虚、同体、大圣、大帝、半神、神……灵修之道,不外乎,纳灵化旋,聚雾凝液,固晶结丹,筑台合道,九转涅槃;万古之劫即将再次袭来,天地能否逃脱这次灭世大劫,在乎巅峰也!水沝淼?…… 平凡的山村,莫名的出现了一个孩童。 少年时,一次偶然开启了上古的战神遗阵,挽救了整个城市。 自此,开始了不平凡的修真之路。 魂穿崇祯却发现自带华夏图书馆,整顿吏治,训练新军,平内安外,科技强国第一步先从留住魏忠贤开始。 东林意图众正盈朝?可曾问过厂卫刀还利否? 鞑子于辽东意图糜烂中原?可曾听闻枪与火炮轰鸣? 东瀛时常滋扰海防?与其日日提防不如给大明添座石见银山? 知识改变世界,放牧北美,开矿澳洲,殖民印度,脚踩东欧。 枪炮铸我铁血大明,科技铸我宏图盛世。 朱由检:海内诸国,皆为臣属,有明一朝,日月不落。不可磨灭的记忆,可在骨子里的过往陆离下山之后,竟然和一个女人发生了关系,却不想竟然是自己的未婚妻。 让我牵起你的手,带你见识这个世界不一样的风采。全球第一个全息虚拟游戏的创造者陆羽,在游戏开服的第一天被人谋杀,意外使用游戏头盔将意识投放到了游戏里面,成了一名玩家。 为了报仇,陆羽在游戏里面积攒实力,所有的宝物地点、副本攻略、隐藏任务他都知道,且看陆羽如何招募高手、组建公会、横扫天下,让所有敌人都跪倒在他的脚下!因工作原因,我被调动到这片原始森林的周围,这里有数不清树木和同样数不清的故事,自认为受过高等教育的我对这些故事嗤之以鼻,没想到这趟旅行将彻底改变我对于这个世界的认知。 龙峰,某特种部队退役后,一次乘坐游轮遇到飓风……醒来时,龙峰发现自己出现在一处岛屿的海滩。这处岛屿荒无人烟,里面处处杀机,有吸食血肉的树怪,还有身如巨山的凶兽……生存还是毁灭?龙峰开始了自己在异大陆的传奇人生。
邢台网站推广 长沙低价网络营销 信息安全 主管部门 网络营销的新闻 建微网站需要购买官网主机吗 旅游营销推广是指 网络公司网站建设 深圳整合营销行业 天融信网络安全学院 德州做网站 孩子不爱读书的家庭教育方法有哪些?咨询【www.richdady.cn】 强迫症的心理调适咨询【www.richdady.cn】 发育倒退的咨询技巧【www.richdady.cn】 前世缘份的缘分奇迹咨询【www.richdady.cn】 灵性提升课程咨询【www.richdady.cn】 生活中的无形干扰有哪些【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的原因分析咨询【www.richdady.cn】√转ihbwel 冤亲债主化解【www.richdady.cn】√转ihbwel 学习成绩差的心理调适【企鹅383550880】√转ihbwel 儿子不读书的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的心理调适咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析【微:qq383550880 】√转ihbwel 财运不佳的财富规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的咨询技巧【σσЗ8З55О88О√转ihbwel 大龄剩女的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的社交技巧咨询【企鹅383550880】√转ihbwel 脑部不清晰的原因分析【企鹅383550880】√转ihbwel 缺心眼的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的前世缘分咨询【www.richdady.cn】√转ihbwel 前世缘份的重逢有什么迹象?【www.richdady.cn】√转ihbwel 2017中国信息安全形势 网红营销执行方案 微信公众号的营销作用 互联网营销教程视频 响应式网站建设咨询 网络营销师值得学吗 深圳h5网站公司 整合营销传播什么意思 政府网络安全现状分析 网站怎么设置支付功能 网站设计和备案 信息安全等级保护几级 手机响应式网站 葫芦岛网站建设狼客网络营销 公司网站的制作公司 扬中网站建设 龙岩做网站 北京b2c网站制作 自己建网站程序 网站建设预览 手机响应式网站 邢台网站推广 网络安全法官网 网络公司网站建设 网络安全年会 昆明做企业网站多少钱 南宁市制作网站的公司 信息安全技术信息系统安全等级保护实施指南,-1 信息网络安全题目 免费企业网站 物流网站建设计划书 深圳h5网站公司 信息安全讲师认证,-1 创新发展可信计算 加强信息安全保障体系建设,-1 网络安全 csdn 网络安全实时监控 网站建设预览 网站制作公司哪个好 网络安全协调局为什么要加强网络安全 台州网站设计 解放路 天融信网络安全学院 网络营销标语 河南网站建设公 旅游营销推广是指 廊坊网站推广 网络安全博览会英文 网络营销的新闻 网站建设案例怎么样 网络安全属性和攻击的基本模式 网络安全比赛 商贸行业网站建设公司 网站建设名牌 建个简单网站 龙岩做网站 信息安全自评估报告 网络营销型企业网站案例 网站制作公司哪个好 葫芦岛网站建设狼客网络营销 设计公司网站 国家网络与信息安全通报机制 网络营销的拓展方法 建网站收费 2014中国信息安全报告 网站价钱 团购网站建设 网站设计和备案 自己建网站程序 免费企业网站 龙岩做网站 重庆怎么做整合营销 台州网站设计 解放路 网络安全法官网 为什么要整合营销 网络安全 签名 创新发展可信计算 加强信息安全保障体系建设,-1 网络营销所面对的挑战 陕西省信息安全中心地址 金融网络安全案例分析 网络营销所面对的挑战 龙岩做网站 惠州网站制作 网站制作公司 云南 网站建设空间 顺的品牌网站建设 免费申请做网站平台 营销策划网络课程 建微网站需要购买官网主机吗 2018年的网站制作 网络营销标语 黑白灰网站 微营销真的假的 网络安全法 风险评估 网站制作公司 深圳 深圳h5网站公司 广东省网络安全备案 信息网络安全评估方法 互联网营销教程视频 知名的网站设计公司 我国信息安全等与评价标准 网络营销的拓展方法 评价一个网站 问答营销好处营销型网站sempk 南通wap网站建设 创新发展可信计算 加强信息安全保障体系建设,-1 营销策划网络课程 潮州网络营销外包 网络营销和互联网运营 网络公司网站建设 深圳网络营销公司排行榜 国家信息安全师 高级 网络公司网站建设 网络安全培训材料 网络安全和信息化期刊 网络安全在线实验室 黑白灰网站 怎么攻击网站 网络安全隔离 济南网站建设第六网建 全球网站建设服务商 饥饿营销的作用 政府网站管理系统 成都网络安全技术公司 杭州网站建设公司联系方式 广东信息安全专业介绍 网络安全 csdn 公司网站的制作公司 2017中国信息安全形势 商贸行业网站建设公司 南宁市制作网站的公司 网络安全隔离 营销外包公司 金融网络安全案例分析 信息安全技术信息系统安全等级保护实施指南,-1 音乐网站的色彩搭配 知名的网站设计公司