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
石家庄网络营销推广微信小程序与网络营销营销转化太原网站建设dweb网站优化吧网络安全宣传小组职责上海网络营销功能类网站西安网络技术有限公司网站东莞公司网站制作石小方是个很方正死板的人,说了不能妥协就是不能,说了不能少泡一个就是不能,一直以自己所能想到的各种无耻借口做着方正而死板的自己。但是现在的他很方,他只是个打算如方石一般横扫过人生这个终将有终点的大滑坡,怎么突然就告诉他,这个滑坡之下,是修真界这片汪洋大海呢? 俗世百年,我的钱呢?我的妞呢?我的七情六欲,你一片海就要我全丢了,去做你的定海神石?想得美呢吧老头子们!平凡的世界,我们每个人都在追求自由,可自由哪是那么容易得到的呢!故事的开头是喜悦的,过程是艰辛的,但是这个这个过程我们总会得到很多,一如那海棠花开,茉莉飘香,还有那人间真实。一家人的命运因为一个孩子就此改变!游戏降临,现实与虚幻交织。 这里有武者拔山倒岳,声震十里。有妖兽双翼一展直上云霄,更有一种名为玩家的生物在当中嬉笑怒骂。 世界的交融,躲不开的命运。 当百米长的火焰刀气横贯于现实之中,当名为‘魔’的存在破碎空间降临之时。 举世哗然,一众玩家不由抬头仰望: “我kao!” ……一个在外打工仔,回到农村老家创业却风生水起的故事!  李乘风穿越到一个妖魔横行的世界,成为青城山的一个守山人。   奈何他没有灵根无法修炼,只能安安分分做一个普通人。   但是有一天,他的系统突然变异了,从此成了一个令一众妖魔闻风丧胆的得道高人……   这妖怪也太弱了,我都没有出剑呢,怎么就死了。   我养的一条狗,居然是横扫妖界的一方妖王。   我池塘里的乌龟,竟然蜕变成了洪荒神兽。   之前跟我下棋的老头子,最后竟然成仙了。   还有那个最喜欢听他吟诗作对的漂亮姐姐居然修仙界第?仙?。   知道这些真相之后,李乘风开始怀疑人生:   我该不会真成为绝世高手了吧? 男主一家是代代相传的除妖世家,更有神仙,阎王给的金字牌坊,自唐代以来,出了不少斩妖除魔的天才,但是到了21世纪,妖怪基本上斩的差不多了,委托越来越少,天庭地府不断裁员,家族越来越衰落破败,到了男主这一代,只剩下爸爸和他一起,家里更是穷的揭不开锅,这时,好不容易收集齐山海经,却被无名小妖偷走,圣上大怒,委托男主和其他除妖师找回遗失的山海经……一个少年闯入云海之中,在云海闯荡出一个云海传说......传说如果有人能提出一个足以受到宇宙意志青睐的想法时便会获得名为“刻印”的神赐。自16世纪麦哲伦证明了地球是球形之后,人类正式跻身为可“自我观测”文明之列,文明的发展瓶颈期也开始进入倒计时,有不可名状的存在对这个世界施加了规则:一些过了追溯时效无法证伪的世界未解之谜会结合众生念力诞生出一些对文明发展造成阻滞或破坏的神秘意志或是规则,后世把他们称之为灾厄。或是受制于“平衡”规则的束缚,为中和灾厄带来的影响,人类中第一次出现了获得刻印的个体。是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。
网络信息安全中心招聘 营销型网站建设公司 网站功能及报价 网络安全字体 营销活动培训 营销转化 北京海淀区网站开发 浙江省网络安全办公室 合肥网站制作 整合营销 自闭症的治疗方法咨询【www.richdady.cn】 无形干扰的前世记忆【www.richdady.cn】 冤亲债主的干扰与解脱咨询【www.richdady.cn】 财运不佳的风水调整方法有哪些?【www.richdady.cn】 孩子学习不好的家庭教育咨询【www.richdady.cn】 强迫症的治疗方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰【www.richdady.cn】√转ihbwel 无形干扰如何影响心理健康咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世案例咨询【www.richdady.cn】√转ihbwel 有官司的解决方法咨询【σσЗ8З55О88О√转ihbwel 维护良好家庭关系的秘诀有哪些?【微:qq383550880 】√转ihbwel 缺心眼的前世记忆【www.richdady.cn】√转ihbwel 如何改善人际关系咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的自我保护咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感调解技巧有哪些?咨询【www.richdady.cn】√转ihbwel 财运不佳的财富积累方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的幸福指南咨询【σσЗ8З55О88О√转ihbwel 亲子关系的互动模式有哪些?咨询【σσЗ8З55О88О√转ihbwel 如何识别外灵干扰的症状【www.richdady.cn】√转ihbwel 网络安全人员能力认证技术类专业级教材 上海信息安全公司 手机网络安全内容 网络营销后期总结 上海的外贸网站建设公司 gb t 信息安全 平阳手机网站制作 信息安全 咨询 中国信息安全公司有哪些 美国网站空间 邢台建一个网站多少钱 网站设计尺寸大小 太原网站建设dweb 网络安全模拟实验 日用品企业网站建设 营销产品定位 广州产品营销公司 信息工程大学信息安全 营销型网站建设公司 互联网营销学习 网络安全管理功能包括什么活动 外贸公司的网站建设模板 网站编程 网络营销工作任务 网信网络安全认证 网络及信息安全设计 2016网络安全座谈 网络信息安全期刊 网络营销人才需求 网络招生和营销 信息安全 部门,-1 大理建网站 互联网发展现状 网络安全 枣庄网站制作 app手机网站制作 上海的外贸网站建设公司 建网站的步骤什么是信息安全保密 app手机网站制作 网站的营销与推广方案怎么写 个人网站建设 免费 网络安全责任的了解 呼和浩特网站制作 网络安全实验室 注入 合肥网站制作 公安部公共信息网络安全监察局 信息安全等级保护培训ppt 营销短视 手机网络安全内容 北京企业网站开发多少钱 呼市网站设计公司 网络安全行业研究报告 鹤山做网站 潍坊网站制作 网站功能及报价 网络营销人才需求 上海的外贸网站建设公司 各大搜索引擎整合营销 网站建设com 湖南信息安全公司 石家庄短期网络营销 石家庄建网站 湖南信息安全公司 鹤山做网站 平阳手机网站制作 石家庄网站制作哪家好 网络信息安全管理员 东莞公司网站制作 iscc信息安全与对抗 信息安全 咨询 linux网络安全实践 pdf 网络安全扫描的内容 广州顶尖网络推广营销方案 网站开发与设计公司 中国信息安全公司有哪些 海军工程大学信息安全 gb t 信息安全 大理建网站 网络及信息安全设计 功能类网站 为了保证用户电脑的信息安全在重装系统前应该 莱西做网站 网站建设排版规定 微信营销 重庆培训班 青岛网站推 网站优化吧 互联网营销学习 网站格局 饭客网络安全学习论坛 打造公司的网站 网站优化吧 网络安全服务上岗 建行互联网站 网络营销职位分析 网络安全服务上岗 黄骅做网站|黄骅网站|黄骅百度优化|黄骅百度推广|黄骅微信|黄骅 阜阳网站设计 德阳网站建设 网站开发与设计公司 信息共享与信息安全 网络营销后期总结 营销活动培训 蓝海国际版网站建设 营销解决方案 用html5做的网站 网络信息安全服务能力,-1 巴中网站建设 衡水网站制作 营销博文 回顾2012年重大网络安全事件 建网站的公司 上海网站优化 湛江有帮公司做网站 网络营销后期总结 互联网发展现状 网络安全 网站建设: 全网营销策划方案 网信网络安全认证 网络信息安全期刊 枣庄网站制作 网络营销直通车 网络安全模拟实验 网信网络安全认证 信息安全等级保护 负责单位 上海信息安全公司 国家信息安全中心评级网站建立公司四川 信息安全等级保护 负责单位 2017网络安全大赛 衡水网站制作 网络营销工作任务 黄骅做网站|黄骅网站|黄骅百度优化|黄骅百度推广|黄骅微信|黄骅 重庆整合营销案例 外贸公司的网站建设模板 郑州好的网站设计公司 信息安全测试工具 优优营销软件站 网络信息安全管理员