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
什么叫企业网站网络安全机构nsa北京网站开发建设全球著名网络安全事件成都网络安全支队 备案信息安全认证 安全工程汉口网站制作b2c网络营销模式电商商城网站建设手机在线建网站信息安全范畴包含哪些全小说以一位叫做慧空的和尚在寺庙打坐时梦见的奇异景象和梦,和大多数玄幻修仙小说一样是以成仙问道为主题。简介:本该人生平平无为的主角,从一个性格柔弱到脱变成刚毅的成长故事,后来主角从这跌宕起伏的生涯中成就无上荣耀。简介: 天下九洲,证道无人。 从一个洞窟开始,莫闲靠改写命运线的能力迈向顶峰。 他看到修士屠城,妖兽作乱,穹顶之下民不聊生。 他看到秘境开启,阴谋四起,修炼之路上白骨皑皑。 他看到神器现世,九洲争夺,大道面前众生皆蝼蚁。 抬眼都是萧瑟,垂首尽显荒凉。莫闲手握众生命运之线,长啸一声:“九洲有我,大道不悲!”孩子们。落魄家族苏家下人偏远小镇的孩子,却是最大家族的有力争夺者。天武举演,三国会议,继承者之战,前方的路迷雾重重,下一刻的战斗又会何时来临,江湖庙堂 谁主沉浮,边境能否镇守。他,没有大理想,只想与自己心爱的人执子之手,与子偕老,然而人在江湖,身不由己,由不得他置身事外。阴谋,阳谋,接踵而至,躲不过,唯有拨剑而起,血战到底。三年前,玄医门少主叶辰身受重伤,记忆全失,被苏家所救,成为苏家上门女婿,三年后,叶辰恢复记忆,暗暗发誓,谁敢欺负苏家,那就是与他叶辰为敌!修为散尽后重生于凡俗世界,然幸运的出生却没有幸运的人生,新婚妻子婚前被侮辱而自杀,自己中毒差点再次死亡,而这一切的一切不过是因他多年前救的一个女孩,记忆重临让他再次踏入修炼,誓以残废之躯再入天道之上。这是一个山海缘结,仙魔逆变的故事。 被迫遗落在尘世间的孩子,带着凡俗的认知,羁绊与名字,一步步走向修道巅峰。 他要带着红尘的枷锁,肩负着众生的希望,直面诸天仙佛。 人不为己,天诛地灭。
企业营销方案 网络安全风险评估内容 国家信息安全测评信息安全服务资质证书 西安网站建设陕icp 企业级网站欣赏 漯河做网站 网络安全的基础知识 敏感信息安全性 全球著名网络安全事件 大学信息安全委员 财运不佳的风水调整【www.richdady.cn】 财运不佳的自我提升【www.richdady.cn】 失业的环境影响咨询【www.richdady.cn】 前世老婆的识别方法【www.richdady.cn】 前世缘份的缘分解读【www.richdady.cn】 财运不佳的投资建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的咨询技巧【www.richdady.cn】√转ihbwel 去世的母亲的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕咨询【www.richdady.cn】√转ihbwel 脑部不清晰的生活习惯咨询【σσЗ8З55О88О√转ihbwel 不爱读书的心理调适【企鹅383550880】√转ihbwel 事业不顺的职场提升路径有哪些?【微:qq383550880 】√转ihbwel 前世缘份的修行建议咨询【企鹅383550880】√转ihbwel 前世缘份的识别方法【企鹅383550880】√转ihbwel 家庭关系的幸福指南有哪些?【企鹅383550880】√转ihbwel 解梦的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的情感困扰咨询【微:qq383550880 】√转ihbwel 莫名其妙感伤的心理调适咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的前世因果咨询【www.richdady.cn】√转ihbwel 前世今生的故事有哪些经典案例?咨询【www.richdady.cn】√转ihbwel 公安系统网络信息安全,-1安全的网站制作公司 西安网站建设陕icp 等级保护 网络安全 河南网站制作 网站怎做 信息安全等级保护 负责单位 漯河做网站 全球大学信息安全排名 武汉网站优化 开设信息安全大学名单 行业网络营销 升级美国的网络安全防护 以下不属于计算机信息安全的是 手机网站建设公司 网站欣赏】 网络新闻营销的特点 优优营销软件站 网络安全竞赛平台 信息安全外包评估方法 网络安全应急基础平台 信息安全审计管理办法 国家金融信息安全 升级美国的网络安全防护 客户信息安全保护管理遵循 全球著名网络安全事件 支付宝营销策划案例 网站常识 计算机信息网络安全服务 网络安全的基础知识 番禺手机网站制作推广 上海网络安全监察部门e-mail视频营销 成都网站设计公司哪家好 网站都是每年续费的吗 信息安全审计管理办法 信息安全 c.i.a 生态型网络营销 上海市信息安全测评中心,-1 河南网站制作 婚纱摄影网站 国家金融信息安全 信息安全认证机构,-1 餐厅网络营销 网络安全监控公司 网络营销功能建议 2017十大网络安全事件 手机网站建设公司 全球大学信息安全排名 常见网络安全威胁 vpn 网络安全 vpn 网络安全 生态型网络营销 网站与后台 网络营销功能建议 上海科技网站建设 西安网站建设陕icp 网络安全风险评估内容 网络营销有什么证 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 网站欣赏】 seosem病毒营销长尾理论详解 网络安全感谢信 番禺手机网站制作推广 网络信息安全调查报告 信息安全保护条例 网络安全统一管控 昆明网站推广优化 武汉网站优化 营销博文 分析我国网络营销现状分析 升级美国的网络安全防护 国际 网络安全竞赛 回顾2012年重大网络安全事件 信息安全认证 安全工程 全球著名网络安全事件 等级保护 网络安全 手机微信一体网站建设 信息安全专业的课程 网络安全必看书籍推荐 网络新闻营销的特点 598营销软件站 免费建网站系统平台 网络安全监控公司 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 微信小程序与网络营销 专业的常州做网站 网络安全会议 中国 开设信息安全大学名单 中国信息安全公司有哪些 三明做网站 网站怎做 中国网络信息安全现状 设计学网站 卫龙网络营销方案 信息系统 信息安全风险评估报告格式 河南网站制作 信息公司营销计划 网络安全风险评估内容 网络安全的危害有哪些 优优营销软件站 国家网络安全宣传周周宜昌行动 营销型网站方案 中国信息安全网络小组 电力行业信息安全等级保护测评中心 淄博建设网站 厦门企业网站制作 信息安全认证机构,-1 行业网络营销 网站建设优化文章 网络营销实训二 上海 信息安全 企业,-1 网站制作公司哪家专业 深圳网站 信息安全部官网 等级保护 网络安全 上海营销型网站制作 网络安全应急基础平台 计算机信息网络安全服务 信息安全审计管理办法 网络安全竞赛平台 婚纱摄影网站 北京网站开发建设 以下不属于计算机信息安全的是 推广型网站制作哪家好 公安部网络安全局 网络及信息安全设计 卫龙网络营销方案 升级美国的网络安全防护 厦门企业网站制作 珠海网站优化 东莞 企业 网站制作 广东省红帽杯网络安全 客户信息安全保护管理遵循 信息安全渗透 网络信息安全调查报告 中国信息安全公司有哪些