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
做一个网站人员网站建设模式有哪些山西网站建设公安部网络安全监察举报网络安全态势感知系统济南做网站公司有哪些小企业网站免费建设数据信息安全网络主题ppt深圳网络安全监察局网站建立的优劣势 我们是生活在一个多维的空间,现在所处的三维空间只是其中很小的一部分,其他空间到底隐藏着什么奥秘需要我们不断地探索。现代人的大脑开发只有10%,就连爱因斯坦的大脑使用率也只有15%。而古时人类大脑使用率是100%。有些事情不是你解释不了就认为不存在,那是因为你的大脑使用率太低了。特异功能的修炼过程也是在逐渐提高人类的大脑使用率的过程,当你的能力达到一定水平之后很多问题将迎刃而解。这一天,愚蠢弱小的人类,终于见到了自己的神与饲养者,他们的信仰全部崩塌了!以汉朝历史为背景,讲述一个平民小子,如何一步步成长为皇帝。 新人,新书,希望大家支持!上天界武魁之尊,为人所害,转生下界。 修神诀,斩敌首,一刀一剑,誓要杀回诸天上界! 至此,傲笑天地,镇压万圣,掌控寰宇,不朽不灭!古代,人们创造出巨龙所不允许的光推翻巨龙统治进入火光时代。但,有人向往光明,有人向往黑暗。在永夜中追寻罪者的人中陈寰初觉得,这种贸然推动时代的人不应该冠以英雄之名,而是应该直接处决。秉承着此信条他想来亲眼见证时代的改变与消亡。女主人公南宫花铃以及男主人公上官星云来到剑阁不小心用血激活了正在铸的宝剑以及在门派里匡扶正义后面退出师门解救不道义的师傅的种种故事35岁的上市公司老总徐登峰意外重生,回到他18岁的年代,一个新的世纪正在冉冉开启,前世没结婚的他看着身边的几个完美女孩陷入万分纠结,该选哪个好呢?“我本无名,只能叫无名了。在我心中,若失去冒险精神就失去了人生意义,那种热血沸腾的感觉真是让我欲罢不能!” 神秘少年获得与所在世界格格不入的力量,由于好奇心的驱使让他四处冒险,奇遇连连,随着身体与武器接连产生异变,他那恐怖的身份以及武器的归属渐渐有了答案…… 诸神黄昏,人类迎来新的魔法纪元,史诗的长河记录了无数英雄悲歌,一颗流星贯穿两个灵魂,风汐穿越到了魔法时空,哪个男生没有超人梦,先订个小目标,成为超阶法师吧…… “魔法师不是请客吃饭,魔法向前,生命向后。” …… “风汐快许愿,流星。你许的什么愿望?” “我希望快点毕业,快点娶你!” “讨厌!” …… “风汐,你起来啊,你不许死,混蛋你不是说你要成为超阶法师吗,啊……”一个冷静正直的剑客。   一个自强不息的傻少爷。   和一个刁钻古怪的公主。   他们本不是一路人。   可是一件惊天劫案,让三个性情完全不同的人走到了一起,从此生死与共,祸福相依。   为了追查劫案,他们又无意中卷入了江湖四大家族的明争暗斗之中。   英雄翻身动乾坤,自此天下不太平。   江湖中,十大剑客纷纷现身,四大家族你争我夺;朝野上,萧王一心匡扶社稷,东厂却屡屡诸杀忠臣。   我师三人行,共赴江湖路。风云突变疾,剑中影重重。(注:此书原名《剑中影》,为修订版本,纯武侠风格。)。
网络安全态势感知系统 苏州网络营销外包 网站制作 武汉 无锡企业网站制作公司 国家网络安全技术创新 大连网络营销 沈阳做网站有名公司 哪里有培训营销的学校 信息安全服务安全工程类 sem营销是什么意思 投资项目的风险评估【www.richdady.cn】 事业不顺的职场困境咨询【www.richdady.cn】 前世缘份的修行建议咨询【www.richdady.cn】 大龄剩女的真实案例有哪些?咨询【www.richdady.cn】 自闭症的环境影响【www.richdady.cn】 孩子学习不好的案例分享咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世解析【微:qq383550880 】√转ihbwel 去世的父亲的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的咨询技巧【www.richdady.cn】√转ihbwel 发育倒退的环境影响【www.richdady.cn】√转ihbwel 前世缘份的解读方法咨询【企鹅383550880】√转ihbwel 家庭关系的前世记忆【σσЗ8З55О88О√转ihbwel 外灵干扰对日常生活的影响【www.richdady.cn】√转ihbwel 事业不顺的解决之道咨询【企鹅383550880】√转ihbwel 升迁障碍的职业发展如何规划?咨询【微:qq383550880 】√转ihbwel 意外的前世记忆咨询【www.richdady.cn】√转ihbwel 公司破产的案例分享咨询【微:qq383550880 】√转ihbwel 脑部不清晰的原因分析咨询【微:qq383550880 】√转ihbwel 前世缘份的前世故事咨询【企鹅383550880】√转ihbwel 提高网络营销的能力 信息安全的组织机构 销售营销区别是什么意思 什么是网络营销评估 二维码网站制作 长沙微网站电话号码 微网站系统 网络安全态势感知系统 b2b门户网站运营策划:循序渐进增加内容——运营时的关键点 营销4F是什么 电商营销软件有哪些 信息安全培训资格证书,-1 上海网络安全博览会 电子科技公司网站网页设计 国内f型网页布局的网站 美国网络安全框架 启动 五级网络安全危 网站加黑链 上海做网络安全的有哪些公司 营销策划技巧 小米网络营销环境分析 西城网站制作公司 网络安全和信息化 杂志 移动互联网如何一站式帮助企业解决营销方案的产品新闻发布稿 苏州网络营销外包 网站设计手机型知名网站规划 网络安全检测评估报告 衡水网站制作公司哪家专业 建立http网站 网络安全与信息安全的区别,-1 学院信息安全工作 物流行业网站建设方案 信息安全实验 人物营销 对网络安全有何感想 网站长尾词 中国信息安全讲座,-1 酒店网络安全审计设备 网站建设案列 小企业网站免费建设 网络安全威胁 例子 传统市场营销包括哪些方面 网站建设教程 怎么找网络营销 东莞网站建设培训 大连网络营销 现实生活中有哪些信息安全问题 免费网站推广 小米网络营销环境分析 网络营销自媒体 信息安全行业企业排名 广州微网站建设效果 免费网站推广 网站中木马怎么办 通信网络安全服务资质湘西网站建设 b2b门户网站运营策划:循序渐进增加内容——运营时的关键点 网站中木马怎么办 北京网站设计公司 酒店网络安全审计设备 信息安全入门书籍推荐 网站细节 湖南网站制作重庆网站营销案例 网站图片类型 学院信息安全工作 悬念式 营销软文 美国网络安全框架 启动 销售营销区别是什么意思 第三届全国高校网络安全知识竞赛 如何成为顶级信息安全 网站点击率 网络安全主要解决问题 哈尔滨商城网站建设 西安网站制作公司 协会网站建设 做电商的网站 沈阳开发网站的地方信息安全考研城市 网络营销的三个方面 山西网站建设 当当网的网络营销现状 广州华南信息安全测评中心 怎样 网络营销咨询网站源码 上海做网络安全的有哪些公司 搜索引擎营销优点 春秋网络安全 广州华南信息安全测评中心 怎样 迈克菲网络安全套装 网络安全 北邮 网站建立需要多少钱 信息安全行业企业排名 西安做网站的 信息安全调查报告 提高网络营销的能力 网络安全培训哪家好 镇江网站seo 做一个关于网络安全 互联网信息安全两解决方案 茂名网站设计 哪里有培训营销的学校 网站加黑链 信息安全工程专业兴趣研究报告 移动营销有什么特点 网站建设营销技巧 上海营销 网络安全评估 电商营销课程 做一个关于网络安全 9. 计算机网络安全措施有哪些 网络营销涉及哪些方面 物流行业网站建设方案 电商营销网 无锡企业网站制作公司 营销策划培训 微网站系统 兰州网站优化 信息安全等级定义 中石油信息安全测评 苏州网络营销外包 学院信息安全工作 瑞星2013年中国信息安全报告 秦皇岛网站制作 五级网络安全危 芜湖网站优化 网站建设营销技巧 沈阳做网站有名公司 b2b门户网站运营策划:循序渐进增加内容——运营时的关键点 中小企业互联网营销策略研究现状 济南做网站公司有哪些 欢乐颂2 网络营销 提高网络营销的能力 移动营销有什么特点 营销策划培训 移动宽带 营销 网站制作 武汉 公安部网络安全监察举报 鹤壁网站制作