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
太原优化营销2017信息安全峰会全面解读网络安全法网站开发工具选择网络营销定价的基础重庆市网络安全协会免费个人网站申请中国网络安全威胁地图网站防复制信息网络安全杂志全年异界之中,凡尘之外,执念与欲望,权利与命运,终其一生,还不是为己而活,是命运的轮转,还是事物的本象,这一场被称为命运的游戏,由我开始,必将由我终结。流水线工人意外穿越至异界,开启了他的一段传奇人生。 货运物流是现代社会里不可或缺的一环,但很多读者朋友不了解这个行业,对这个行业可能有些疑问或误解。所以动手写了一部小说,以市区送货的货车司机视角向大家展示真实的货运物流生活。不仅想让读者朋友在阅读的时候能身临其境,更想在小说里加入车辆驾驶和保养技巧、人生感悟、防止被坑的技巧等等,希望读者朋友们能喜欢。(PS.第一次写小说,小说里有很多地方可能会不尽人意,欢迎提出意见和建议。)游戏俱现,五开玩家李长生,突然获得五个号的修为! 别人满级200,李长生:“我1000级什么鬼?” 别的玩家只能选一个职业,李长生:“你见过八块腹肌的法师吗?” 这是一个源灵的世界,也是人族凋零的世界,万族镇压,人族前路何在? 王战穿越源灵大陆,成为王家老祖,觉醒源灵召唤系统,老骥伏枥,志在千里,以暮年之身,再为人族血战八方! 万族天骄欺压,人族天骄嬴政、刘彻、李世民等艰难前行,只为护人族百世不衰! 那一日,满头华发的王战自大后方而出,向万族宣告:吾乃人族天骄护道者,谁敢欺我人族天骄?欺我人族? ………… 大儿子王腾:“我人族出了护道者叫王战?跟咱爹同名啊!” 孙子王浩:“爸,不用怀疑,那就是爷爷!我跟他老熟了!” 孙女王若书:“我爷爷超无敌!” 一个现代人到了古代会做什么。 裴尘对自己说: 如果这一切都是梦,梦醒时自然烟消云散。 如果这一切不是梦,那我要做的就是,好好活着,也让我身边的人,好好活着。 大周王朝,内忧外患,民不聊生,在这样的环境下,自己不愿随波逐流,想要改变。 事情要么不做,要么就做到极致。 纺织、制弩、黑火药、香皂、制盐、炼钢…… 一步一步的布局,一点一点的强大。 也有对喜欢人儿的心动、感动、冲动,以及对传说中武功的向往。 仰望星空,看世事无常。俯视苍穹,观万法归一。世纪交际,魑魅降世,铁蹄摧骨,爪牙喋血。 为了抵抗这些嗜杀的恶魔,人类锻造了自己的铠甲,名之假面骑士,组建同盟,御敌守土。 这个汇集精锐,背负人类全部希望的组织,便是骑士联盟。 20年的浴血奋战,不计其数的先烈以血肉之躯,筑起钢铁城墙,将那些怪物阻挡在战区的铁壁之外。终于,敌寇似是偃旗息鼓,世间仿佛重获平和。 20年后,一个失忆的青年,加入了这个组织。他不知道自己是谁,却能够与一条雪藏十余年之久的骑士系统意外匹配。 他也不知道,自己的身上埋藏了多少秘密,经历了几多坎坷,又背负着多少人的期许,暗含着何其残忍的阴谋。 战斗旷日持久,秘密逐一揭示。 彼时,谁都不曾设想,暗流涌动,会在有朝一日化为汹涌浪潮,将这粉饰的太平,尽数吞没。 联盟之下,或许远没有世人所看到的这般祥和。天涯明月刀ol,多少年的青春,虽然A了,也想留点美好的回忆江湖与庙堂之间之隔,也不过一把剑的距离 神宇年间,皇帝昭令,西北誉王的世子周慕入京与舞阳公主成亲,名为结亲,实为质子 然而江湖传闻 路人甲‘相传,在西北那边,周王的世子周慕,那可是万军从中取敌将首级,勇冠三军’ 路人乙‘不是吧,我怎么听说那世子殿下,风流无双,有曹孟德的喜好。
网络营销百度达内吧 营销的要点是什么 留住用户网站 山东企业网站建设 深圳网络安全支队 网络信息安全产品 重庆市网络安全协会 网络营销教程 网络信息安全专业 网站验证 什么原因意外【www.richdady.cn】 有官司的法律咨询【www.richdady.cn】 解梦的咨询技巧咨询【www.richdady.cn】 人际关系不好对工作的影响【www.richdady.cn】 儿子抑郁症的咨询技巧【www.richdady.cn】 婴灵、邪灵、祖灵咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的自我提升【企鹅383550880】√转ihbwel 处理感情纠纷的方法【σσЗ8З55О88О√转ihbwel 感觉整天没精神怎么办【企鹅383550880】√转ihbwel 事业发展的灵性视角【微:qq383550880 】√转ihbwel 与男友前世咨询【www.richdady.cn】√转ihbwel 祖灵【σσЗ8З55О88О√转ihbwel 强迫症的治疗方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 突然过世的原因有哪些咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的解决方法【σσЗ8З55О88О√转ihbwel 干扰的预防与化解威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运问题在线咨询咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的情感调解【www.richdady.cn】√转ihbwel 耳鸣的前世记忆咨询【σσЗ8З55О88О√转ihbwel 营销的价值 1网络安全防护技术主要包括( ) 海尔公司内容营销分析 南昌建网站 网络信息安全方案 网络营销定价的基础 信息安全是指信息在 途牛网营销模式分析 网络营销信 国家网络安全部投诉 3g网站建设 湛江网站优化 巩义网站建设 网络安全和协议 模板建站影响网站的优化排名 房地产网站制作 网络安全前言 营销淘宝 网络安全断网 哇哈哈营销环境分析中国营销网 互联网营销可以做什么 昆明网站建设报价 四川大学信息安全排名 免费网络营销 网络营销定价的基础 厦门免费建立企业网站 网络营销教程 营销淘宝 3g网站建设 南昌建网站 传统的营销 眉山网站优化 怎么做网站信息 网络安全法 行业组织 信息安全管理工程师 厦门企业官方网站建设 3合1网站建设 龙岗网站优化公司案例 信息安全等级保护二级,-1 营销的价值 全面解读网络安全法 制作网站 重庆网站托管 网络安全和协议 台州网站建设公司 锤子2017整合营销 海尔公司内容营销分析 浙江省网络安全周 网络安全风险感知 重庆网站托管 o2o网站建设代理商 南昌建网站 信息网络安全杂志全年 网络安全等级保护基本要求 传统的营销 电商营销存在的问题及对策 北京网络安全工程师培训 网站建设公司官方网站 上海有名的做网站的公司 重庆网络营销公司排名 公司网站现状 网络营销是什么行业 国家安全 网络安全 信息安全是指信息在 大学 网络安全治理 福州建网站 做网页 网络安全法 行业组织 国内欣赏电商设计的网站 1网络安全防护技术主要包括( ) 第二届360杯全国大学生信息安全技术大赛,-1 电商营销存在的问题及对策 第七届中国信息安全博士论坛 信息安全是指信息在 网站推广营销案 中国网络安全组长 国家网络安全部投诉 信息安全内审员培训内容 山东企业网站建设 信息安全实施服务 信息安全理论技术与应用基础 信息安全网址 网络安全风险感知 湛江网站优化 东莞网站案例营销 免费网络营销 网络营销百度达内吧 网站备案需要什么 网络营销的初级职能是 烟台网站设计公司推荐 网络营销案件分析 网络安全和协议 2015年十二月初有信息安全大会吗 营销投稿 数字营销知识 聊城集团网站建设价格 网络安全攻防场景演练 网络信息安全产品 加强个人网络安全意识 房地产网站制作 湛江网站优化 网络营销的奥秘pdf 网络营销的奥秘pdf 网络营销的初级职能是 网络安全前言 网络安全攻防场景演练 扁平化设计网站 信息安全专业中国大学排名 营销淘宝 哇哈哈营销环境分析中国营销网 留住用户网站 泰兴做网站 网络安全断网 太原优化营销 信息安全网址 重庆专业网络营销公司 企业一站式营销 国家网络安全部投诉 信息安全实验室建设要求 互联网营销可以做什么 深圳网络安全支队 美团网营销模式 o2o网站建设代理商 网络安全新形式 昆明网站建设报价 网络营销是什么行业 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 龙岗网站优化公司案例 网站开发工具选择 rsa2017信息安全大会 信息安全资质认证申请,-1 内部列表email营销ppt 重庆专业网络营销公司 信息安全 案件,-1 网络信息安全专业 深圳网络安全支队