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
企业网站必须实名认证安阳做网站上海市信息安全师重庆网站制作公司建设网站费用信息安全安全前沿技术有哪些地图营销衡水如何做企业网站阳江网站建设西安成品网站建设我是谁?我在废墟残垣中醒来,人类和机器人的战争让世界都濒临毁灭,谁来救救我们?谁来救救世界?谁来拯救这次末日之战? 何事了山中苦修一十二载,一朝出山天下惊! 是艺高人胆大,还是无知者无畏! 有人的地方,就有江湖。 他和他,还有她,以及一众兄弟,结伴走江湖,谱写一段有血有肉、可歌可泣的人生! 魔主?我的乖乖,想不到本公子竟然会是最大的反派 宋江:那是我的梁山? 萧禾:梁山?星主的?谁说的,靠边靠边,我先来的 宋江:可是,九天玄女给我说的 宋徽宗:吾的九鼎何在 道长:在梁山异世重生,命运多舛。 在家族利益中被驱逐,在万族大乱中求生存。 拥有一颗强者之心,老天却总跟他开玩笑,无法修炼灵力。 终以剑入修,走出剑仙之道。一个奇怪的梦,不同的神奇经历,在梦中冒险,体验不同的人生百态。当李谷来到第一个梦境中偶然获得了煞,李谷在拥有了煞后会进行怎样的冒险。牛头马面勾错魂,错把一名学霸带下了阴曹地府,最后将其送到明朝,他的明朝之旅就在这里开始..........世纪战乱,人为变更,年年战争最终玄武帝国统一了这片大陆,并命名为玄武大陆。秦一凡出生在黔玄城一个最穷,最偏僻的小村庄里,后来得知自己家族是道教三大顶尖门派伞旗一脉的传人,自己更是天赋异禀来是千年难遇的天纵奇才,为了逆天改命,复兴宗门,从此便踏上修真之路...秦天明穿越小说世界,成为小说中一个戏份不多的反派。 系统:只要宿主你完美杀青,就能够带着本系统回到你原本的世界当龙傲天。 秦天明:简单,演反派我最在行了! 结果女主不按剧本来,开始疯狂倒贴。 秦天明:能别倒贴了吗?我只想杀青啊!男主呢?你怎么还抑郁了?!一名初中生,在目睹了一场惨案后,突然发现自己居然可以看见常人看不见的东西。 我本是剑道门派一名不起眼的弟子,一次机缘巧合下得到了一根笛子,那一天一切都变了……
身边的网络安全问题 网络安全宣传页 商场网站建设 东营有哪些制作网站 昆明网站建设排名 网站如何上传 什么是网络安全扫描 网络安全的发展趋势 seo网站推广方案 2017网络安全专业 投资项目的环境影响【www.richdady.cn】 婴灵咨询【www.richdady.cn】 特殊学校的案例分享【www.richdady.cn】 灵魂化解与心理疗愈咨询【www.richdady.cn】 大龄剩女的婚恋困惑如何解决?【www.richdady.cn】 强迫症【企鹅383550880】√转ihbwel 忧郁症的前世记忆【企鹅383550880】√转ihbwel 大龄剩女的改运方法咨询【www.richdady.cn】√转ihbwel 耳鸣的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的前世记忆【www.richdady.cn】√转ihbwel 耳鸣的原因分析【www.richdady.cn】√转ihbwel 耳鸣对睡眠的影响【www.richdady.cn】√转ihbwel 与老公前世的识别方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的沟通技巧咨询【企鹅383550880】√转ihbwel 强迫症的环境影响【www.richdady.cn】√转ihbwel 前世今生的故事如何影响现代生活?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的前世影响咨询【微:qq383550880 】√转ihbwel 与公婆前世的故事分析咨询【微:qq383550880 】√转ihbwel 婴灵的感应现象【σσЗ8З55О88О√转ihbwel 前世缘份的解读方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站建设制作 台州网站建设 台州市网站建设 日本在哪一年组建了政府网络安全中心 网络安全新闻案例分析 政府如何应对网络安全 网络安全运维流程图 佛山做网站 邯郸做网站 网站建设一条龙 重庆有那些制作网站的公司 昆明市网站备案 百度知识营销广告语 考信息安全认证 网络安全防范方法 客户端安全 网关安全 服务器安全 安全服务 ppc营销 互联网营销 案例视频教程 免费创建网站 信息安全行业安全标准 网站站群建设 杭州营销策划方案 edm营销模版 营销外包是什么意思 对信息系统运营 使用单位的信息安全等级保护工作,-1 网站营销 信息安全 解决方案 信息安全测试,-1 信息安全 解决方案 西安成品网站建设 建网站的地址 电子商务网站模板 全国信息安全大会 2014 网络安全设备 安全威胁 网络安全设备 安全威胁 互联网营销 案例视频教程 王老吉营销管理案例分析 建设网站费用 建公司网站要多久营销号公司 2017网络安全专业 山西网站设计 佛山做网站 网络安全 加密 日常网络安全监测 什么是网络安全扫描 北京代建网站 身边的网络安全问题 深圳学网络营销哪个 建设网站教程 网络营销学习路线图 昆明网站建设排名 信息安全事件的案例 上海的广告公司网站建设 信息安全技术 网站 网络营销评价方法有哪些方法有哪些内容 西安网站架设公司 考信息安全认证 山东网络安全 西安网站架设公司 东营有哪些制作网站 无锡建设网站 简单的网站模板 信息安全等级测评报告案例 信息安全职业生涯 网络营销策略包括哪些 网络安全宣传页 杭州营销策划方案 排名好的青岛网站建设 简述什么是网络营销 网络安全 加密 网络安全意识培训 网络安全设备 安全威胁 身边的网络安全问题 网站站群建设 网络安全设备 安全威胁 网络营销调研结论 网络安全综合实验 直播是网络营销嘛 成都市网站建设 信息安全管理人员 国标 四川建网站 学网站设计 整合营销传播 缺点 安阳做网站 网络安全宣传页 湛江有那些网站制作公司 长沙做网站 网站建设制作 seo网站推广方案 秦皇岛网站开发公司 郑州网站排名优化 搭建网站需要什么 网络安全运维流程图 网络营销评价方法有哪些方法有哪些内容 高大上网站建设公司 上海高端网站设计 无锡网站推 山东信息安全等级保护 做网站网站 山东网络安全 互联网营销 案例视频教程 网络安全新闻案例分析 山东信息安全等级保护 美国网络安全防护技术 网络安全的发展趋势 微网站 邮件营销 模板 台州市网站建设 网站建设制作 全国信息安全大会 2014 网络营销调研结论 网络营销市场环境手机 网络营销实战演练 bswifi网络安全管理 深圳学网络营销哪个 山西网站设计 ctf 信息安全 技术讲解 网站模块 网络安全事件应急响应时间 交互式网站设计 深圳 网络安全防范方法 客户端安全 网关安全 服务器安全 安全服务 日本设计网站 深圳 网络安全 产业 评价网络营销的案例分析 网络安全技术支持 自已建网站 网站使用的主色调 网络安全防护公司 手机版商城网站都有哪 些功能 营销外包是什么意思 网络营销专员工作要求信息安全防护技术有限公司 保护信息安全软件 上海市公安局网络安全 邮件营销 模板 服务好的微网站建设 注册信息安全员证书建造网站