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
怎么做问答营销的策划上海网络营销推广网络安全 国际标准模板网站与定制网站区别海尔内容营销网络信息安全公司网站设计风格化网络安全大赛比什么信息安全响应中心浪潮集团 信息安全郑州网站推广流程原在海外执行任务的萧剑沣被师傅召回去营救白泰国际集团董事长儿子,从此进入都市发展,一路美女相随,一路护花除恶,最终抱得美女一大堆。结婚纪念日那天,我手捧鲜花,单膝下跪,等待我的,却是床底下爬出来的陌生男人! 婚姻的背叛,人性的贪婪,让我的心愈加冰冷... 最直观的去刻画婚姻家庭、人生百态,火烧风出品,必须精品!游戏降临,现实与虚幻交织。 这里有武者拔山倒岳,声震十里。有妖兽双翼一展直上云霄,更有一种名为玩家的生物在当中嬉笑怒骂。 世界的交融,躲不开的命运。 当百米长的火焰刀气横贯于现实之中,当名为‘魔’的存在破碎空间降临之时。 举世哗然,一众玩家不由抬头仰望: “我kao!” ……1928年,一个宋代汝窑瓷盘,在小兴安岭地区深山中,诡异面世,日本文化特务欲夺之,……一代“音乐天才”宋若寒,偶得系统,看不惯世间不公,一统蓝星,压诸天,镇四方命运的无情铁手将你们搓圆拍扁,你们可曾不甘白白任其施为?梦中捡到的这册《耐普罗德之书》,便是打开命运枷锁的钥匙。 去异世界吧。虽然这东西还在测试阶段,但请别担心,绝不是什么新人坑杀局,任何人只要订阅了我们的vip礼遇,无论是锻造、铭文、附魔之类的小伎俩,还是法术百科、血统、神术甚至干脆天降猛男,各种神乎其技的能力不在话下。 手头不太宽裕嘛?不要紧,作为好运到可以捡到耐普罗德之书的你,值得我们小小的搏一把。试用一小段时间吧,相信再次见面时,您已经把定金准备好了。 尊敬的林飞扬,这次您的旅程有些特别,作为有着丰富异界冒险经历的体验官,我们可是对您寄予了厚望。 实话说,这个试验场出了一点小问题,它应该,也只应该是一个普通的魔法世界才对。我们需要您顺便帮我们把它夺回来。为此,我们慷慨的特许您使用一些还在测试中的功能。 将《耐普罗德之书》贴在这,然后签名。不然你出不去。 By一位不愿意透露姓氏和性别的崔姓男子剑未妥,江湖早,纵使不懂,也不默,少年啊,不归呀,吾辈皆是英雄! 鸟惊忽现白马,飘飘锦衣落梨花,少年呀,归来呀,千年谁复重生?一剑动京华!一个残疾人靠着幽默在现实直播中实现自身价值。 一个粉丝心中的无冕之王。 老婆多,是他的第一个标签。灵魂歌手,尿床是他的家常便饭。天穹界,一个少年因为一本神秘阵图穿越到了这个世界。 偶然间少年突然得知这是一个可以长生久视的世界,一个机缘巧合,少年拜入七大宗门之一的五行宗。 “大罗金仙血染裳,好大的杀气。” 少年看着对面的异道随意的开口道:“请入阵一观!” 一道流光闪过,男子口吐鲜血:“这是何物?” “此宝名曰:“攒心钉”&amp;quot;少年看着吐血倒地的男子微笑道。本在地球与好兄弟共同富贵,可是社会的现世,好兄弟背叛,回想一路与兄弟的艰辛苦难,怪自己不心狠手辣,走投无路自杀看淡一切,没想到穿越到玄幻世界附身到武道世家,这一世我要掌握命运与杀戮,为这-世的兄弟,能找到好婆娘好兆头 为此时身边父母之人长生不老,没想到修到最境打破长生原来这是一个小世界小细胞的开始为此开始杀神杀魔进攻干忆兆世界待看杀神与逗逼兄弟如何诞生与起追随...
医院营销技巧 建设网站需要问的问题 网站地图制作 信息安全风险评估制度 信息安全响应中心 警惕网络窃密 构筑网络安全防火墙 手机网站备案费用 创建网站的优势 密码学与信息安全实验室 网络安全监察支队长安公司网站制作 头脑混沌的自我提升【www.richdady.cn】 感情纠纷的情感重建方法有哪些?咨询【www.richdady.cn】 灵魂化解与心理疗愈咨询【www.richdady.cn】 头脑混沌的咨询技巧咨询【www.richdady.cn】 冤亲债主干扰对生活有何影响?咨询【www.richdady.cn】 官司的法律援助咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解【www.richdady.cn】√转ihbwel 财运不佳的财富积累咨询【企鹅383550880】√转ihbwel 邪灵的防范方法咨询【微:qq383550880 】√转ihbwel 强迫症的自我提升【企鹅383550880】√转ihbwel 发育倒退的心理调适【企鹅383550880】√转ihbwel 前世今生对现世的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的解决方法【www.richdady.cn】√转ihbwel 孩子学习不好的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 查财运专业服务咨询【www.richdady.cn】√转ihbwel 存不住钱的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的症状与诊断【微:qq383550880 】√转ihbwel 性压抑咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的预防措施【微:qq383550880 】√转ihbwel 特殊学校的前世影响【企鹅383550880】√转ihbwel 佛山网站建设怎样做 全网营销招聘信息 广州化妆品网站设计 创建网站的优势 信息安全 技巧 网络安全及信息 网站制作公司推荐 希锦网络安全吗 信息安全技能树 免费网站注册永久 企业网络安全解决案例 免费建手机网站 中国信息安全管理体系 国家网络安全委员会 网络营销资料 信息安全风险评估制度 全网营销培训 京网站制作公司 sem整合营销服务 阿图什网站 广州的服装网站建设 网络安全 国际标准 深圳专业网站制作费用 快速办理信息安全服务资质咨询中心,-1 国家信息安全小组 长沙企业网站建设团队 广州市计算机网络安全协会 网站建设程序开发 法国网络安全战略 医院营销技巧 海尔内容营销 公安部 信息安全 认证 网络安全服务考试 网络安全 国际标准 天津网站建设包括哪些 网络安全 研究机构 南京电商网站建设公司 银监网络安全专项治理 上海高端网站建设 网信办 网络安全 青岛微网站 微网站页面 湛江网站制作 龙岗网站制作讯息 全案营销2017上海网络安全会议 珠海营销型网站 网络安全及信息 网络营销常用媒介方式 计算机网络安全 实验 创建自己的网站 常州网站设计 2017年360信息安全竞赛 网络安全的解决途径 网络营销相关证书 深圳专业网站制作费用 nns网络安全扫描器 佛山网站建设怎样做 网站制作公司推荐 最专业的做网站公司 网站优化 通过提高wed可用性构建用户满意的网站 pdf 上海高端网站建设 做好的网站如何上线 网络营销师要学多久 网站添加百度地图 郑州网站推广流程 企业网络营销解决方案 如何保证网络安全 网络营销教科书 网络安全及信息 苏州企业网站 审计机关网络安全自查 信息安全响应中心 网络安全的5的因素 网络安全 研究机构 网络营销师要学多久 安全架构和信息安全的差异 国家信息安全小组 常州网站设计 如何保证网络安全 新余建网站 柳市做网站 量子计算与网络安全 营销外包费用 江苏 网络安全上市公司 临沂高端网站建设 柳市做网站 西安网站开发 长沙企业网站建设团队 网络安全对话 西安网站开发 网站带后台 微网站页面 网络营销资料 中国信息安全管理体系 信息安全管理条例 2017年360信息安全竞赛 怎么建网站 中国网络与信息安全贵阳建网站 网络安全监察支队长安公司网站制作 nns网络安全扫描器 模板网站与定制网站区别 网站如何申请微信支付 计算机网络安全 实验 网站优化 通过提高wed可用性构建用户满意的网站 pdf 全网营销培训 长沙网站公司 信息安全大赛 题目 网站建设天津 网络安全 国家标准 网络营销的职位要求 网络信息安全综述,-1 sem整合营销服务 网络安全的基本需求 国家信息安全小组 公众微信绑定网站帐号 怎么建网站 青岛微网站 国家网络安全宣传 郑州网站推广流程 湖南的商城网站建设 电子商务营销 全网营销招聘信息 军用信息安全产品认证 查询 网络营销相关证书 公众微信绑定网站帐号 公安部 信息安全 认证 网络安全的5的因素 信息安全技能树 新泰做网站 审计机关网络安全自查 广州化妆品网站设计 做好的网站如何上线 法国网络安全战略 安全架构和信息安全的差异 建设网站需要问的问题