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
什么不属于网络安全技术微信营销号的劣势公司网站图片传不上去上海网络安全专业大学南昌建网站的公司三星网络营销策划书湖州网站建设临沂网站建设多元化网络营销网络营销调查方法有哪些仿建网站前往北方,寻找答案。少年风华,可曾逝去。圣者天下,何人不求不过是些许风霜罢了当宝可梦世界不再美好和和平,一切涌动在那平凡的表面下的黑暗都将被揭露,我们的男主云扉——一位21世纪宅男,又将以怎样的手段改变这一情况呢? 云扉:‘去吧,阿伯怪,使用亚空裂斩!’ 路人:‘纳尼,你这阿伯怪招式不合法。’ 云扉:‘我是阿尔宙斯指定的男人,当然合法。’ 且看云扉在宝可梦世界里如何一步步走上巅峰,又是怎样成为黑白两道的王。“雷雨天,别进山” 山野小镇的少年余樊,一直谨记父亲临终前的忠告,当一个安分守己的猎户。 他从未想过小镇外面的世界是什么样子,只想守着母亲,长大以后讨房媳妇,像祖祖辈辈一样繁衍后代,生生不息。 直到有一天,小镇来几个陌生的“仙人”。 雷声起时,少年终于还是进了山,从此走上了一条注定无法停下脚步的长生路。 九龙大陆,强者为尊,武道一途,与天争命,且看一朝皇子,凭三尺长剑,如何皇临天下!武道巅峰,谁为皇? 为了心中的一丝执念,阳炎勤修武,争太子,夺皇位,战天下,历生死,证武道,破轮回! 号令天下,莫敢不从!末世降临,域外生物踏星而来,恐怖危机席卷全球。 在凶兽咆哮的世界,他一梦醒来,却成为六道之外的异类…… 重掌天帝剑,不靠神魔,不服仙佛。 镇守九州,出征天外! 这九州,这人族,这末世,我自己扛!讲述的是一名不良少年为了给奶奶报仇而走上了一条危险玄幻之路,他从未后悔当初的选择,但是他也因为自己的孤注一掷失去了很多,他身处迷雾之中,没有方向,没有同伴,且看李元破雾成神。作品将持续更新,以细腻的角度独特的视角来讲述你所不了解的大宋故事以及你所了解的大宋故事中的你所不了解的细节 本书语言风格幽默,学习当年明月,飘雪楼主,六神磊磊的写法平民视角看大宋的力作,白话正说宋代故事在暗裔降临、秩序混乱、礼崩乐坏的末世,林安济手持三尺青锋斩杀暗裔,守护自己的信念,在这充满血与骨的末世谱写属于自己的华章,他会为后世留下怎样的浓墨重彩的一笔?穆曦辰生在一个世家大族,但在一个夜晚,他所在的家族和族人被某个势力所灭,他和妹妹侥幸逃跑,在深山之中被一位神秘强者收为门徒······ 他们能否找到灭族真凶,为族人报仇呢?
上海网络安全专业大学 山东网络信息安全 银川建网站 网站后台 设计 公司网络安全需求报告 中华人民共和国网络安全法 许可营销工具有哪些 学营销网 如何设计网站域名 信息安全 技术 管理 亲子关系的教育理念有哪些?【www.richdady.cn】 外灵的干扰特征【www.richdady.cn】 家庭关系的咨询技巧咨询【www.richdady.cn】 孩子厌学的前世因果咨询【www.richdady.cn】 构建和谐亲子关系的方法咨询【www.richdady.cn】 迟缓儿的康复训练威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的前世记忆咨询【σσЗ8З55О88О√转ihbwel 官司【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富转运【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰如何影响心理健康咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的生活习惯咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感和解【企鹅383550880】√转ihbwel 亲子关系的情感交流方法有哪些?【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋规划如何制定?【www.richdady.cn】√转ihbwel 婴灵的安抚有哪些实用技巧?咨询【www.richdady.cn】√转ihbwel 性压抑的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵【www.richdady.cn】√转ihbwel 大龄剩女的情感困扰【www.richdady.cn】√转ihbwel 升迁障碍的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 国外网络安全事件有哪些 网站怎么吸引人 网络安全实验教程(第2版) 我国网络营销的现状 网店营销计划模块 信息安全培训实验室 微信营销号的劣势公司网站图片传不上去 如何设计网站域名 信息安全工程师官网,-1 网络安全攻防比赛 金盾信息安全招聘 关于信息安全的 国标 网站设计说明书 太原网站建设需要多少钱 互联网营销前景如何 网站的层级 寻找石家庄网站建设 第七届信息安全漏洞分析与风险评估大会 网站建设需要多少钱 网站后台 设计 2017网络安全 银川建网站 网站编排 网络营销方法和应用研究 网络营销机会 免费申请网站域名 展示类网站 营销型网站效果不好 网络营销第一层是什么意思 海口网站制作 公司网络安全需求报告 国内ui网站有哪些 什么是网络营销品牌 微信营销号的劣势公司网站图片传不上去 杭州 平台 公司 网站建设济南营销型网站建设 太原网站开发哪家好 互联网公司网络安全 怎样建立自己的个人网站 腾讯事件营销案例 信息安全 学会 重庆旅游网站建设 网络营销相关案例分析 什么不属于网络安全技术 网络安全法 肉鸡 网站缺点 2017网络安全 网络安全应注意几点 信息安全等级保护政策培训教程下载 基于站点网络营销方法 丰都县网站 金盾信息安全招聘 重庆旅游网站建设 信息安全认证标准,-1 网店营销计划模块 信息安全专利 价格营销策略 计算机网络安全资料 银行信息安全解决方案 网站建设价目 沈阳信息网络安全公司 第二届 360 杯全国大学生信息安全技术大赛 口碑好的搜索引擎营销企业 原生营销定义 网站编排 信息安全 技术 管理 身边的网络安全 网络营销经理线上2017 网络安全攻防演练 基于站点网络营销方法 shopex站点栏目内容编辑后在网站上无法显示是什么原因 4C营销理论 全国计算机信息安全技术 上海专业网站建设咨询 网站制作设计 宁波信息安全 去哪里学网络营销师 上海信息安全管理培训,-1 网站编排 网络安全法敏感字 信息安全保护技术措施是 太原网站开发哪家好 b2b外贸网站 免费申请网站域名 什么是网络营销品牌 信息安全 学会 微信营销号的劣势公司网站图片传不上去 网站的网页 珠海品牌机械网站建设 织梦cms 网站所有的链接target属性 怎么统一修改 网络安全服务保障方案 柳市网站建设公司 网站设计公司长沙 全国计算机信息安全技术 官方网站怎么建设的 四川微信网站建设 西安网站建设平台 dw做网站 信息安全保密技术,-1 第二届 360 杯全国大学生信息安全技术大赛 网络防火墙系统就是网络安全技术在实际中的应用之一英文翻译 临沂网站建设 上海网络安全专业大学 信息安全实验室研究方向 解放军信息安全测评中心 网络信息安全最新技术 国际网络安全会议 网络营销第一层是什么意思 dw做网站 科技企业网站设计制作 信息安全负责人 网络营销策划培训班 网站建设需要多少钱 传统营销 网络安全组织管理 网站设计说明书 权威的网站建设 网络营销调查方法有哪些 网络市场营销方式 如何开展等级保护信息安全 网络安全实验教程(第2版) 中华人民共和国网络安全法 口碑好的搜索引擎营销企业 吉安高端网站建设公司 美国信息安全排名 解放军信息安全测评中心 网站建设公司上海 国内ui网站有哪些 身边的网络安全 云彩网站 选择微博营销的原因 官方网站怎么建设的 信息安全实验室研究方向 网络安全组织管理 网络营销能力秀微博 网站主题下载 贴吧营销