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
课程培训营销信息安全国内数据申报天津信息安全公司排名第三方营销资源平台沈昌祥 信息安全定义寿光做网站网络运维与信息安全信息安全保护等级测评标准信息安全 笔记本网站设计建设公司人生多故事,岁月不寻常。 一路风和雨,相逢在此时。 韩叶穿越到了情女幽魂的世界,成了宁采臣,意外觉醒诸天万界穿越系统,从此在倩女幽魂和诸天万界之中来回穿梭,但是渐渐的,韩叶发现这个世界似乎不同寻常,曾经看过的其他影视作品里的角色也出现在了这个世界。  医术无双,武道霸主,却被冠上赘婿之名?   父母双亡,本以为是场意外,未婚妻奶奶却告诉他是场阴谋。   那日,他站在瓢泼的大雨中,对那位女孩说:“从今往后,我愿做永夜的囚徒,替你扫清一切障碍。”   为爱情,他甘愿化作夜晚的修罗,   为爱情,他甘愿做一生的赘婿。修炼世界原本没有了妖族,几千年后,为何妖族忽然现世?为何师傅会再次叛变?太多问题需要解释了,燕雀和秦棋能解决这修炼世界中的灭顶之灾吗?我不想当反派啊,那可是主角的垫脚石,被装B打脸的对象,最后被主角干掉......。“叮、叮、叮...,无敌大反派系统加载中...。”“额,当反派其实也不错,一时反派一时爽,一直反派一直爽......。”在未来的世界,人们改变了许多的生活方式,这时一个新的时代。一家公司掌握了人类意识的复制转换以后,人类的生死定律被打破,但是同时弊端也逐渐开始显露... ...股市,是上帝留存在世间的最后一个伊甸园。 这个伊甸园,是圣人的天堂,凡人的地狱。 不管是圣人又或者是凡人,都被贪婪与恐惧所支配着。 稍不留神,便可能马失前蹄。 是驰骋在天堂里超凡入圣,还是在地狱里摸爬滚打,所有干系。 都寄于…… 指尖之上。嘀...嘀...嘀... 人死后灵魂究竟会魂归何处? 带着心中最后一个想法,许一安望向呈现一条直线的心电图,缓缓地闭上了双眼。 但......耳边...传来... “一安哥哥,一安哥哥。” 不,生命的旅途还远没有结束。这是一个禁忌的世界,这是一个被诅咒的世界。 谁晓岁月蹉跎过,那年他乡梦回头。 一把传承的剑,改变的不只是少年的命运, 还有大陆的未来。 一剑生死两茫茫,纵横九载又八荒! 传奇之所以是传奇,因为它永垂不朽。 我将用这把剑,去开创一个属于芸芸众生的无限伟岸! 吾名,李星陨!这一剑,可陨星! 既然这个世界公平正义无法得到伸张, 那我将拿起正义的长剑,代表法官, 挥向这世间的邪恶。 第一本小说,更新一年十更,为爱发电。
网络营销知识运营网店 网络安全准入控制系统 课程培训营销 咨询网站设计 信息安全国内数据申报 北京信息安全测评认证中心 营销体系包括 互联网营销精髓 家教网站建设 营销型网站搭建的工作 人际关系不好的前世记忆咨询【www.richdady.cn】 家庭关系的相处之道有哪些?【www.richdady.cn】 财运不佳的改善方法咨询【www.richdady.cn】 脑部不清晰咨询【www.richdady.cn】 投资项目的案例分享咨询【www.richdady.cn】 失业后如何快速找到新工作【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主化解【σσЗ8З55О88О√转ihbwel 人际关系不好对工作的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的案例分享【www.richdady.cn】√转ihbwel 儿子抑郁症的自我提升【σσЗ8З55О88О√转ihbwel 婴灵的超度与慈悲心咨询【微:qq383550880 】√转ihbwel 官司的法律咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的教育理念【企鹅383550880】√转ihbwel 大龄剩女的案例分享咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰有哪些症状?咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的原因分析咨询【企鹅383550880】√转ihbwel 儿子抑郁症【微:qq383550880 】√转ihbwel 脑部不清晰的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的重逢故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络媒介营销方案 网站建设渠道合作 莱西做网站 营销助手软件 信息安全认证培训公司 广州网站制作公司 聂森 信息安全 市场细分与目标营销 营销型企业网站策划方案 淮南网站建设 网络营销的特点和职能 网络营销知识运营网店 互联网营销精髓 营销体系包括 不属于网络营销的职能 营销团队的介绍 深圳企业网站公司 网络安全协议理论与... 旅游网站案例 电商营销师 寿光做网站 石家庄网站营销 互联网营销精髓 网络安全威胁例子 公共信息网络安全举报网站 信息安全事态或事件 网站域名费 信息安全 笔记本 wifi信息安全 营销模式 网站个性化 网站设计 广州 杭州电子科技大学信息安全 信息安全管理体系内审 赤峰网站建设 石家庄网站营销 网络运维与信息安全 欧美风格网站设计 博客营销有哪些优势 千人群营销 传统营销模式的利弊网络安全活动信息 营销推广的策划书 信息安全入门 合肥营销型网站建设 体验营销中的关联体验 做静态网站 宝安网站设计 网络安全风险提示 网络品牌网站建设 经信委 信息安全.,-1 南网站建设 衡水企业网站设计 信息安全 笔记本 网络品牌网站建设 属于信息安全产品 智慧城市 网络信息安全 上网建立网站布置 网络安全整体解决方案 搜索引擎营销分析报告 独特的网站 人们常说的网络安全一般包括 创建个人网站 网络安全威胁例子 信息安全管理考试 网站配色方案 对比色 淮南网站建设 邮件营销的有点 建立网站的价格 不属于网络营销的职能 商丘市做网站的公司 虚拟化 企业信息安全 火山小视频营销 医院网站建设 价格 信息安全认证培训公司 个人网站建设 免费 2017国内信息安全事件 信息安全管理考试 如何对信息安全提问,-1 西安网络技术有限公司网站 杭州电子科技大学信息安全 大良营销网站建设价格 网络管理和网络安全网络安全等级保护工作的保障情况 网络营销的具体内容 免费网站认证 第三方营销资源平台 大良营销网站建设价格 网站制作多少钱资讯营销博客 html5网站 微信群如何做网络营销 网站制作多少钱资讯营销博客 天津信息安全公司排名 虚拟化 企业信息安全 功能营销 搜索引擎营销分析报告 计算机网络安全事件 大众化营销的优点 西安网站建设 北京信息安全测评认证中心 信息安全技术信息系统等级保护安全设计技术要求,-1 廊坊网站建设 dsp营销 全网营销产品套餐 网站建设渠道合作 重庆网络营销怎么样 怎么压缩网站 网络安全战场 网站建设论坛 设计有关的网站 上网建立网站布置 宁德营销策划 优帮云 营销策划在线阅读 信息安全等级保护基本要求 asp网站源码 不属于网络营销的职能 电商营销师 大连网络营销公司 莱西做网站 今日网络安全事件 万州做网站 网络安全控制中主要考虑的方面是 网络营销模式的特点是什么意思 信息安全分类指南 信息安全的实现目标,-1 营销型网站搭建的工作 营销型企业网站策划方案 打赏营销 上海公司网站制作价格 信息安全保护等级测评标准 网站的重要性 北京网络安全产业 网络推广营销招聘 网络营销的特点和职能 网络安全战场 信息安全主要研究领域 寿光做网站