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
商城网站功能模块有哪些株洲做网站多少钱信息安全网络会议上海网络信息安全宣传,-1上海高档网站建设上海做网站品牌公司金融 信息安全德清做网站2016中国网络安全报告2017年网络安全趋势开展网络安全第五卷简介(暂定): 紫禁城,深宫囚,不论高低或主仆; 红墙影,是非乱,难挡人言或意外。 位列四妃,得尽富贵,得不到亲人平安; 佼佼皇子,母凭子贵,换不来常乐亲爱。 南巡探民,带回那江南春花; 北巡固守,俘获那北国佳人。 永和宫,当年敬嫔尚在,有处诉衷肠,互慰藉。 永和宫,此年敏妃不在,无处话凄凉,寂寞哀。 第四的炼狱更添磨难,修罗困斗地狱空; 第五的悲苦因果乱断,善得恶果恶得善。 后宫恨悠悠,千言难书尽,只于此第五卷,为尔简阐。穿越洪荒,成为帝俊和东皇太一长兄。 深知后世巫妖量阶走向的道尘,当即决定带着两个小老弟,闭关太阳星,打死不踏出一步。 自此洪荒天机发生变化,妖族无主,巫族一家独大。 圣人一个脑袋两个大。 鸿钧:你出关,圣位灵宝随你挑。 洪荒大妖:求求你出关吧,巫族太凶了。 系统:宿主求求你出关吧,三清和十二祖巫,人头打出狗脑子了。 道尘:不存在的,等我再闭个十个八个元会再说。 一块不起眼的石头,内里竟然容纳一方世界。少年只是随手一捡,便是陷入沉睡。 十年一梦,梦里十万年。 醒来,家族没落,承受着家族的血脉诅咒,他能否逆天改命。《周易》不等同于《易经》。《周易》是产生于西周后期的一部曾借用前人创立的记事序数(商代已经使用)“六十四画符号”(被后人用之和称之的“六十四卦”)为题序而编写出六十四篇短文所组成的为“君子”(周天子血统的诸侯、贵族)们讲述“修身、齐家、治国”的道理书,按现代哲学分类,应属政治哲学书。《周易》是我国乃至世界上最早的一部政治哲学。李杰加入了密逃团,可以正式出道了。他会发生什么事情呢?清玄父母在小时候神秘失踪,为了解开谜团,他跟着师傅李闻道学习七年,直到一天师傅交给他一个任务,他的生活开始与过去接轨,事情的真相逐渐浮出水面,他也因此接触到了以往不为人知的世界,基因药剂,生物兵器,变异种族等事件不断出现,清玄以及他师傅又会怎么去应对呢……在地球结束千年的内战,面向宇宙发展的时代之后,科技在不断进步,能源也在不断替代,同时新的危机也在悄然降临,为此地球一些预知者集结了财力人力,提前创建了一支名为守护的组织,提前代替军队同那些侵略异端生命体战斗,在条件达成后开始下一阶段守护人类的计划。 联系qq:3220027841乾坤天地,层次分明,修士修行即为修法的过程,修士修法,即为修武法、道法、命法之层次。普通少年莫恒从修武法开始,一路披荆斩棘,高歌猛进,闯荡乾坤天地。如果那天没有遇见她,自己应该永远不会走上这条修仙路。 奈何是命运,还是阴谋。从上个世纪八十年代到本世纪二十年的,四十年的半州,已经经过了风风雨雨。四十年河东,四十年河西。人,只有慈悲心,感恩心,恭敬心,才能善终。
信息安全等级保护 英文裂变营销 病毒营销 四川信息安全培训 简单网站制作 珠海网站营销 网络安全狗怎么关闭 网站建设中图片 金融 信息安全 信息安全等级保护级别,-1 工业控制系统网络安全 网站数据库 孩子学习不好的解决方法咨询【www.richdady.cn】 公司破产的后续规划【www.richdady.cn】 婴灵的安抚与超度咨询【www.richdady.cn】 孩子学习不好的原因分析【www.richdady.cn】 改善亲子关系的技巧【www.richdady.cn】 失业的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的影响分析咨询【微:qq383550880 】√转ihbwel 耳鸣的案例分享【微:qq383550880 】√转ihbwel 大龄剩女的婚恋现状如何改变?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何预防过早离世咨询【www.richdady.cn】√转ihbwel 发育倒退的医学检查咨询【σσЗ8З55О88О√转ihbwel 灵魂化解的步骤威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的案例分享咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰原因咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与化解技巧咨询【σσЗ8З55О88О√转ihbwel 意外的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的选择方法【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读环境如何营造?【σσЗ8З55О88О√转ihbwel 孩子压力大的自我提升咨询【σσЗ8З55О88О√转ihbwel 物理安全 网络安全 3g手机网站 信息安全新闻 网络营销产生与发展 王秀军 网络安全与信息化 成都公司建网站 信息安全测评机构的资质认定主要有 公需 上海建网站的公司 石家庄做网络推广的网站 武汉专业网站建设推广 内蒙古网络安全 ctf 网络安全 医疗行业 2017年网络安全趋势 网络安全招生 网吧网络安全技术 技术支持 网站建设 做一个简单网站 青岛营销型网站建设 整合营销成功的案例分析 沈阳淘宝营销培训班 信息安全的应用技术 展示网站方案 赣州网站建设 微信营销的成本 2016中国网络安全报告 南充网站建设 企业网站建设公司郑州 佛山用户网站建站 内蒙古网络安全 ctf 重庆专业微网站建设 单页的网站怎么做的 金融 信息安全 网络安全技术应用期刊 番禺高端网站建设公司 上海网络信息安全宣传,-1上海高档网站建设 网络营销专业书籍 信息安全项目经理 信息安全项目经理 网络营销与消费者 网络安全态势感知 soc 浙江高端网站 耒阳做网站 网络安全:两小时破译无线路由器pin码算法获得路由密码 公司网站的开发和网版的重要性 3g手机网站 网络安全案例故事 网络营销配送 北京网站制作公司招聘 信息安全新闻 合肥网站建设的公司 新网站优化 重庆专业微网站建设 网络营销产生与发展 淘宝网网络营销 单页的网站怎么做的 无边界网络安全 王秀军 网络安全与信息化 网络安全信息安全实验室 高校网络安全建设方案 网络营销销售渠道 成都公司建网站 陕西省信息网络安全协会声像资料司法鉴定中心营销推广的特点有哪些 网络安全审计设备 工业控制系统网络安全 信息安全测评机构的资质认定主要有 公需 高校网络安全建设方案 番禺高端网站建设公司 网站制作套餐 上海建网站的公司 网络安全工作的价值 网络安全案例故事 企业网站建设公司郑州 企业网络安全的现状分析 郑州营销网站 北京网站制作公司 武汉专业网站建设推广 网络营销启发 做一个简单网站 中国信息安全测评中心 成立时间 人大信息学院信息安全排名 网站字体怎么设置 信息安全新闻 校园网站设计 成都公司建网站 信息安全等级保护 英文裂变营销 病毒营销 市场营销网络调查法 微信营销的成本 2017年网络安全趋势 网络安全信息安全实验室 德清做网站 公司网站的开发和网版的重要性 网站关键词长度 沈阳淘宝营销培训班 网络安全类网站 网络安全部门提示 网吧网络安全技术 网站内页 杭州网站设计渠道 个人手机版网站建设 学校网站设计 微信公众号营销缺点 微信公众号营销缺点 网络安全保险怎么买 网络安全月报 网络安全体系 具体设备 中国移动网络安全现状 网站好坏 青岛营销型网站建设 上海做网站品牌公司 四视图网站 宁波市计算机信息网络安全协会 信息安全实验室品牌 网络安全态势感知 soc 网站字体怎么设置 南山网站建设 沈阳淘宝营销培训班 特色的南昌网站制作 信息安全三级等保方案 计算机网络安全体系 信息安全的应用技术 济南网站建设公司 新网站优化 武汉专业网站建设推广 信息和网络安全会议 linux网络安全研究 信息安全等级保护级别,-1 陌陌广告营销 佛山网站建设是哪个 赣州网站建设 创建网站公司 徐州 网站psd 商城网站功能模块有哪些 网站能在别的电脑打开但在我电脑打不开但我又能打开其他网站 密山网站 四视图网站