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
企业信息安全管理方案2016中国信息安全服务年会微信营销目的是什么意思川大信息安全就业,-1信息安全工程师证做网站创意单位网络安全等级保护工作的组织领导情况武汉想做网站精站邮件营销专家深圳网站制作公司哪家好符文本应该是自然的烙印,却成为掌控者专属的能力,且看尤白礼在这个异界大陆如何挣扎成长。人人都有一死,这是终极宿命吗?死亡成为每个人命运的枷锁,能破解吗? 一个风流浪子回转奔向永生之路的故事! 九州大陆,万国林立。   赢云穿越大秦,成为始皇第九子,并获得了咸鱼系统,只要咸鱼,就可以持续不断的获得奖励。   于是,   赢云直接咸鱼起来,默默签到,不仅获得了无数奖励,还顺利突破,成了九州唯一一尊陆地神仙!   ……   有一日,   天降金榜,盘点最强生灵。   只见,   大漠之中,赢云一剑开天门,入陆地神仙,屠数十万军,举世震惊!   帝释天:“什么?这世界上还有比我更强的人?!”   孤独求败:“杀尽仇寇,败尽英雄,平求一敌手而不可得!这赢云,值得一战!”   ……   紧接着,   天道神兵榜、天军榜等相继曝光。   神兵榜第一,圣剑轩辕,属大秦九皇子赢云!   天军榜第一,大雪龙骑,属大秦九皇子赢云!   ……   嬴政:“这是朕那咸鱼儿子?!”   ……一个16岁路过的初三中学生因得绝症求死,在死亡深渊中偶然获得迪迦奥特曼的神奇力量,随后和朋友们一起开始新的旅途……王牌卧底叶晓因公殉职,穿越到了神州世界。 苏醒之后,已经是青阳宗宗主。 宗门里却全是卧底…… “大长老,是魔宗的大主教,嗜杀成性!” “副宗主,是大蜀帝国的丞相,深于城府。” “大师姐,是十二圣盗大首领的孙女。” “二师姐,是点苍派门主的女儿。” “虽然你也是卧底……” “等等!” “我特么也是卧底?” 一个宗门全都是卧底! 这是遇到了碟中谍中碟中谍? 咱就是说,这也太刺激了吧!塑圣魂,觅长生,热血前行,登仙道!十三年前余浩全家被神秘男子杀害,将妹妹转化为尸鬼。 十三年后余浩成为一名天命师,开始踏上复仇之路,揭开一场天命师与尸鬼之间长达几千年的恩怨。凤凰山的幸福生活!凡尘之中存在着不凡之事,光怪陆离早已对地球求知若渴,天选之人们该如何应对……【轻松诙谐向+假太监+女扮男装的皇帝+假太后+种田+权谋天下】   孙羽意外穿越到了大秦宫内一个小太监身上,同时觉醒了超级大太监系统。   哄骗过净身师傅,孙羽带着茶壶嘴进了皇帝御书房当差,本来还打算找机会开溜的他,突然发现那个眉清目秀的皇帝,竟然是女儿身……   还有那个在内宫作威作福的太后,竟然也是假的?   看着系统给出的任务,孙羽犯起了难,他该兼收并蓄,还是该雨露均沾?    既然手持系统,自然要一步步向上,一步步站到最高,做最高的…太监太上皇?
上海信息安全研究所 佛山外贸网站建设方案 中小企业网站制作 南京网站搭建 信息安全专业技术培训 网络安全监测装置 单位网络安全等级保护工作的组织领导情况 网络信息安全工作方案 防篡改 微营销的目的 网络安全的概述 耳鸣的前世记忆【www.richdady.cn】 前世缘份的重逢故事咨询【www.richdady.cn】 纠纷的解决方法【www.richdady.cn】 公司破产后的员工安置问题咨询【www.richdady.cn】 老公家暴的应对方法咨询【www.richdady.cn】 感情纠纷的沟通技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份对现世的影响【微:qq383550880 】√转ihbwel 祖灵威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何预防过早离世【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋现状咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的互动模式有哪些?【微:qq383550880 】√转ihbwel 去世的父亲在哪咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【微:qq383550880 】√转ihbwel 忧郁症的环境影响【σσЗ8З55О88О√转ihbwel 无形干扰的解决方法【σσЗ8З55О88О√转ihbwel 儿子抑郁症的环境影响咨询【σσЗ8З55О88О√转ihbwel 前世老婆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵的感应现象咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的化解方法【微:qq383550880 】√转ihbwel 陌陌提示网络安全验证失败 营销发展史 通州顺德网站建设珠海企业网站建设费用 网络安全 大讨论 办公室信息安全考试 网络营销方法和应用 市场和市场营销的关系 合肥 网站建设 常州企业网站建设 佛山外贸网站建设方案 2017网络安全日 公共网络安全平台 网站信息安全扫描 网络安全什么培训好 微信手机网站制作 东软网络安全 待遇 国云科技 信息安全,-1 2016中国信息安全服务年会 网站建设公司 中企动力公司 汽车网站案例网页设计 曲靖网站建设 上海信息安全研究所 2017信息安全对抗赛 加强网络安全技术培训 经典网络安全教材 网络安全法 漏洞 微山做网站 网络安全方面的职业 河南信息安全专业吗 狮山做网站 市场和市场营销的关系 信息安全攻防实验室 网络安全基础漏洞类型 信息安全工程师证 广州网络安全培训课程 网站设计北京新 金融网络安全试题 加强网络安全技术培训 滴滴出行网络营销策略 qq营销的案例分析 网站建设中 解放军信息安全方案 佛山企业网站建设平台 佛山外贸网站建设方案 全球网络信息安全案例 合肥 网站建设 品牌营销网 网络安全的概述 第五届网络安全会议 美国信息安全学科 网站做推广需要多少钱 网络营销大连 信息安全专业技术培训 网络及信息安全 铁通 答案 网络安全 大讨论 川大信息安全就业,-1 网站制作 常州 网站推广方式 办公室信息安全考试 网络安全rss源 搜索引擎营销的功能 网络营销方法和应用 网络营销与推广方案 网络信息安全 杂志 东软网络安全 待遇 网站站群 网站站群 网络信息安全工作方案 防篡改 企业信息安全管理方案 网络营销渠道成本 信息安全竞赛题 图片隐写题 互动营销型 网络安全周视频 佛山新网站制作特色 网络安全方面的职业 营销资料网 网络营销体现什么营销理念 网站如何备案 冰桶挑战营销 营销发展史 网络信息安全 杂志 狮山做网站 曲靖网站建设 成都信息安全企业排名,-1 微信营销目的是什么意思 网络营销学哪一块好 上海信息安全研究所 网络营销管理内容 信息安全分析 网络安全专业技能竞赛 网络安全什么培训好 关于耐克公司的营销案例分析网络安全法 保密法 佛山外贸网站建设方案 2017 网络安全 网络营销管理内容 2015年网络安全报告 网站与与云的关系 网络安全法思维导图 网络安全法思维导图 网络安全方面的职业 合肥 网站建设 网络安全研究现状 哪家网站设计好 汽车网站案例网页设计 北京交通大学网络与信息安全事件处理流程,-1 公司不需要做网站了 哪家网站建设好 网络安全 数据报表 关注网络信息安全 金融网络安全试题 龙华三网合一网站建设 网络安全 大讨论 网络安全专业技能竞赛 网络安全攻防大赛简讯 网络安全 flash 网站空间 精彩网站制作 上海信息安全研究所 广州网络安全培训课程 麦肯锡 网络安全解决方案 信息安全领域专家 岳阳网站优化 网站设计奖 员工信息安全培训宣传 营销资料网 信息安全日志分析工具 麦肯锡 网络安全解决方案 网络信息安全公众号 网络安全周展会 信息安全分析 重庆口碑营销公司 哪家网站建设好 网站如何备案 营销者网站 网站信息安全扫描