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信息安全的一级学科布吉建网站大型企业网络安全西安网络营销学习网站网站分几种经信委 信息安全.,-1遂宁做网站兰州网站杭州互联网网站定制公司被极东王国学院院长,捡回抚养长大的陈仒。没有能力而被抛弃,成为图书馆里员。 在平凡的度过四年后,一个小偷闯入图书馆把他杀害。本应已死的他,却诡异复活。 在被人一系列的设计后,卷入王国的权力斗争,以及和邻国的冲突之中。 期间失去了最近亲之人,同时卷入了更大的漩涡之中在一片遥远,奇幻的大陆上,三界有序而偶有冲突地并存着。而一个古老的传说牵连着三界的心,无数人,妖,甚至神,几千年间汇入了不尽生命与鲜血。原浩在莫名其妙中结识了两位奇怪的“朋友”,他的人生在这场传说的卷轴中展开了……〖无女主〗〖剑道〗〖个人首本〗 灵气复苏,新时代社会如何发展,到底是科技当道还是法治维先? 当国家宣布全民修真时代来临的时候,读了十八年课本的你,应该如何面对?作为新时代青年,到底怎么才能在这世界生活下去? 大仲帝国,巍峨江山。其据河州,图霸东方;其军而出,九州震荡;其地广袤,方圆千万平方;其民四万万,则天下臣服! 然人有命终之时,国有灭亡之祸。大仲帝国万历年间,江山残破,枭雄辈出。剑门部州汉中郡,一位少年站立风头,做出了自己的选择。风来是开始,风过为结束。 风来静寂无声,风过举世皆知。【叮,您的神级搞钱系统已激活!】 伴随着系统的提升声,李凡终于明白了人生的真谛:那就是拼命的搞钱! 李凡借助系统给予的能力,卖配方、开面馆、创业投资一条龙。 秘制水煮肉片,鲜美嫩辣! 天外香炸鸡腿,外酥里嫩! 神级土豆牛腩,酱香浓韵! 除了各种自创顶级菜品外,还有蒸羊羔、蒸熊掌、蒸鹿茸、烧花鸭、烧雏鸡、烧子鹅、卤煮咸鸭、酱鸡、腊肉、松花、小肚儿、晾肉、香肠……等绝味厨艺! 从面馆开始,李凡创业后倚靠着无数神级配方在美食界横行霸道、平步青云的故事拉开序幕…… 纪历元年,战争爆发,科尔特城市陷落,科尔特内形势复杂,官方为了取得科尔特城市陷落的秘密,派出萤火虫小队前往救援 地球这方世界真的太小了,像是无边大海中的一粒沙尘,沙尘外又有什么样的世界?什么样的精彩? 地球上一个普普通通的年轻人,年幼时遇到一位神秘人,本以为遇到了传说中的世外高人,哪知其另有目的,来自另外一个世界的他只是需要一个人肉快递,跨越两个世界间的虚空,但意外之下所有努力都为年轻人做了嫁衣,送人又送宝。年轻人大难不死后,经过虚空中的千锤百炼,又得到了可以产生灵气的世界树种子,在各种势力为了灵气厮杀争抢时,年轻人自带灵气源泉,取之不尽用之不竭,注定了要在这新世界里称王称尊,当然还有妻妾成群,原来这样才是修行。 灵气复苏,天地巨变,世界晋升,万族争霸。 陆渊踏足万族战场,获得神级天赋【进化之眼】 一眼便可到武将的隐藏进化路线!  【花木兰+雷鸣刃+进化水晶+神隐斗篷,可进阶剑舞者】  【花木兰+司命+迷雾斗篷+暗影之心+碎星,可进阶传说之刃】 【花木兰+破军+不详征兆+龙鳞利剑+极影+燃愿玛瑙,可进阶瑞麟】 在万族还在辛苦为了一个武将而奋斗的时候,陆渊已经带着无数神将横推诸界! 五十年后,奥里雷亚诺:“站在你面前的是,共和国的传奇上校,自由党的精神领袖,永不失败的战争之神,奥里雷亚诺!” 尤尼尔:“站在你面前的是,斗鸡兴起人,传奇神话,香蕉之父,弑神者,失眠大师......你最亲爱的叔叔,尤尼尔!” “还不过来挨打!” (纯土著视角,保证没看过《百年孤独》的同学也能放心食用)
vpn 信息安全 提供石家庄网站推广 信息产业信息安全测评中心 俱乐部的推广营销 网站分几种 信息安全管理研究包括 2017 网络安全峰会 网店营销所带来的意义 智慧城市 网络安全建设 重庆最新微信营销方案 前世缘份的故事有哪些经典案例?咨询【www.richdady.cn】 通灵与心理学结合咨询咨询【www.richdady.cn】 升迁障碍的真实案例有哪些?【www.richdady.cn】 前世老婆的前世案例咨询【www.richdady.cn】 精神不振咨询【www.richdady.cn】 财运不佳的财运提升【www.richdady.cn】√转ihbwel 去世的父亲的前世故事咨询【www.richdady.cn】√转ihbwel 前世因果化解方法咨询【微:qq383550880 】√转ihbwel 纠纷的前世因果咨询【微:qq383550880 】√转ihbwel 婴灵的安抚有哪些实用技巧?咨询【www.richdady.cn】√转ihbwel 前世老公的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产【企鹅383550880】√转ihbwel 亲子关系的家庭氛围【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业期间的心理调适方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的缘分解读【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的前世因果【企鹅383550880】√转ihbwel 发育倒退的自我提升【企鹅383550880】√转ihbwel 升迁障碍的职场规划【微:qq383550880 】√转ihbwel 前世今生相关【微:qq383550880 】√转ihbwel 与老公前世的前世缘分咨询【企鹅383550880】√转ihbwel 瑞安网站建设 信息产业信息安全测评中心 国家信息安全技术水平考试,-1 网络营销广告 网络信息安全系统 信息安全管理平台理论与实践 双语网站建设方案 烟台软件优化网站建设 微信营销广告多少钱 信息安全集成 有哪些 中国网络安全年会 计算机网络安全法规 中国国家信息安全部门 微信网络安全未通过 网站推广营销案 dns网络安全 iso27001国际信息安全是如何描述的 杭州网络营销咨询 网站主页怎么做 2017 网络安全峰会 杭州网络营销咨询 计算机网络安全法规 专业的营销网站 北京网站建设第一品牌 网站维护机构 大连信息安全公司 大型企业网络安全 大连信息安全公司 青岛模板化网站 2015年我国互联网网络安全态势综述 网络安全工具包 nst 上海网站建设的企 国家网络安全宣传周活动方案 信息网络安全员证书成都网站建设v 五种网络营销工具 企业网站制作设计公司 网络营销广告 友情链接式营销 触屏版网站开发 营销软件是真的吗 信息安全可控制 大连制作网站 信息网络安全风险评估 app 网络安全案例 上海网络营销策划 珠海品牌机械网站建设 网络营销实训原理 网站日ip 网络营销多层次 vpc网络安全 智慧城市 网络安全建设 东台网站建设 营销系统的优势 网站设计 上海 口碑营销口碑传播 汕头网站优化信息安全保障体系概述 信息产业信息安全测评中心 口碑营销口碑传播 dns网络安全 中国国家信息安全部门 网络安全渗透测试工程师 触屏版网站开发 北京网站建设技术 网络信息安全系统 中小型企业信息网络安全架构浅析 广州网站开发 企业网站制作设计公司 网站分几种 信息网络安全协会工作展望 vpc网络安全 事件营销是口碑营销? 北京网络安全大会 兰州网站 成都网络营销公司 网站添加视频代码 百度信息流营销顾问 信息安全的一级学科布吉建网站 清华信息安全考研 烟台软件优化网站建设 北邮 信息安全 阶段作业 杭州网络营销咨询 中国网络安全年会 信息安全标准化技术委员会 刮奖网站 广东在线网站建设 杭州互联网网站定制公司 发生信息安全紧急事件 云南网站建 网站主页怎么做 发生信息安全紧急事件 网站推广营销案 信息安全管理研究包括 中国网络安全年会 app 网络安全案例 双语网站建设方案 网络安全渗透测试工程师 国家信息安全技术水平考试,-1 西安网络营销学习网站 专业的营销网站 南昌的网站推广公司 营销系统的优势 信息安全标准化技术委员会 聊城集团网站建设多少钱 汕头网站优化信息安全保障体系概述 广东省网络安全宣传高峰论坛 口碑营销口碑传播 信息网络安全员证书成都网站建设v 中国国家信息安全部门 网络与信息安全讲座,-1 发生信息安全紧急事件 网络信息安全系统 江苏网络安全事件 网络营销合作方案 app 网络安全案例 vpn 信息安全 2017 网络安全峰会 网站建设明细报价表 中山网站建设公司 互联网营销的流程 东城东莞网站建设 iso27001国际信息安全是如何描述的 信息安全标准化技术委员会 网络安全等级测评师 信息网络安全协会工作展望 国家网络安全宣传周活动方案 聊城集团网站建设多少钱 贴贴万能营销软件下载 山东网站建设 广州网站开发 柳市网站建设公司 东台网站建设 网络营销合作方案 杭州互联网网站定制公司 公司网络安全措施 网站分几种