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
公安部网络安全设备安阳网站建设服务器 信息安全性网络信息安全软件无线网络安全网关首届国际机器人网络安全大赛点内营销大数据信息安全安全南京专业做网站的公司哪家好网络安全服务标准方案李尧穿越了,母亲是皇妃,父亲却不是皇帝,当然这不是最要命的。 要命的是伴生的系统是个二五仔系统!最大的作用就是招募二五仔玩家和策反二五仔NPC,于是乎李尧身边汇聚起了一票精英二五仔,为了防止被二五仔们背刺,李尧只能拼命变强,努力延长被背刺的时间.....最终站在大陆之巅上,看着手下的二五仔们到处搞事。【迪化】+【无敌】+【搞笑】,叶凡穿越到修仙界,经过千辛万苦方才踏入修仙一道,本以为自己只是个刚刚踏入修行的炼气境小修士,殊不知他早已无敌,外面的修士见了他全都尊称一声前辈.......叶凡表示有些懵逼,原来练气境也可以无敌于世间.........灵魂穿越的沈七夜附身于一个锦衣卫身上,随着调查一桩桩离奇案件,他深入江湖威震擂台,最终机缘巧合拜官得入朝堂,被却迫卷入了一场东宫太子位之争。一路上他遇到各人各事,惊绝一省的神秘杀手,恶名远扬的江湖魔女,千古有名的女才子,下山历练的剑道女第子,以及南国门阀世家的千金等等,她们与主角沈七夜间将会发生各种各样的离奇感人又有趣的故事。曾经的生死仇敌却同床共枕,门阀千金要与自己的临时保镖私奔,为救红颜知己的师妹他大闹一派山门公然抢婚,数次与己交锋的魔女师姐妹却是被迫委身于他,还要与天之骄子的敌国长公主明争暗斗!他这一路数不清的恩怨情仇,道不尽的是非因果,且看他如何一步步裂土封王,为“祸”一方!!! 陆规再次睁开眼时,看到自己又躺在了熟悉的沙滩上,他坐了起来,愁眉苦脸的叹了口气,望了会前方平静的海面。 然后抬手一巴掌打在自己脸上,一阵呲牙咧嘴。 “哎呦,疼!下手重了!” …… 此时世界,原海贼王罗杰凉了很久了,而性格神似二傻子一样的路飞,两年后也要出海了。 陆规不知道自己该何去何从,难道走老路,再死一回?讲述的是碧蓝航线成立初期,在舰娘人形未出现前,面临深海未知文明对制海权的不断蚕食,人类少女少女们以平凡对抗塞壬,夺回制海权的战略热血故事。穿越+系统+种田+萌宝+甜宠 被相亲逼疯的成阳,一觉醒来发现穿越到了一身外债、好吃懒做的赌鬼身上,转头却被告知要入赘富婆小姐姐家,这种天上掉馅饼的好事谁不接着谁傻,谁知关键时刻却给我送来一孩子。啥?这是我的亲生女儿,还是四年前原主被人强迫后留下的?疯了吧!这不是逼我做渣男吗? 本书主要讲述了林天从一位学生逆袭成了省首富的孩子,然后在朋友和亲人不断的激励下接触武道,最后走上修真之路,绝顶天下这是一个山海缘结,仙魔逆变的故事。 被迫遗落在尘世间的孩子,带着凡俗的认知,羁绊与名字,一步步走向修道巅峰。 他要带着红尘的枷锁,肩负着众生的希望,直面诸天仙佛。 人不为己,天诛地灭。  少小离家,拜师学艺,重重考验,报效国家,成就一生!经历了一次又次超越生死的爱恋,发现两人竟然从小就相识!是命运的安排,还是机缘巧合?一个学渣阴阳先生的成长史,尽在《成阳灵异事件》。   作者在每章后面都有互动的环节,希望各位读者大大可以踊跃提问,作者会知无不言,言无不尽。一名普通职业经理人,意外魂穿到民国,成为一名军统特工,没有金手指,凭借前世的信息,依靠自己的知识并不断地学习、成长,在风云变幻的时代中为国家,为民族贡献自己的力量,并创造了一段段精彩的特工传奇……
信息安全的攻击有哪些 珠海网站建设 互联网营销前景如何 破坏公共信息安全 信息安全服务业务 信息安全 国产化 打印机 .信息安全测评机构的资质认定 网络安全人才培养 bitdefender网络安全 佛山用户网站建站 大龄剩女的婚恋规划【www.richdady.cn】 升迁障碍的自我提升【www.richdady.cn】 前世今生咨询【www.richdady.cn】 大龄剩女的婚恋故事咨询【www.richdady.cn】 孩子厌学【www.richdady.cn】 老公家暴的前世记忆咨询【σσЗ8З55О88О√转ihbwel 亲子关系中的沟通艺术咨询【σσЗ8З55О88О√转ihbwel 前世今生的故事与轮回【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场转型技巧有哪些?【微:qq383550880 】√转ihbwel 心慌胸闷头晕的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场突破【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症咨询【www.richdady.cn】√转ihbwel 前世今生的奇妙经历咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的安抚有哪些技巧?咨询【微:qq383550880 】√转ihbwel 迟缓儿的心理调适【σσЗ8З55О88О√转ihbwel 迟缓儿的症状与诊断【企鹅383550880】√转ihbwel 前世今生的修行方法【www.richdady.cn】√转ihbwel 磁场化解服务【www.richdady.cn】√转ihbwel 感情纠纷的情感和解咨询【www.richdady.cn】√转ihbwel 儿子不读书的教育建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 搜索引擎营销的缺点 河池网站建设 上海信息安全管理中心地址,-1 长沙做最好网站 腾讯 网络安全 网站创建 盐山网站 商务网站制作公司 深圳整合营销推广策略学校网络安全使用 印度 网络安全企业 收购 网络营销调查方法有哪些 公安部网络安全设备 当前信息安全形势 互联网营销前景 网络互动营销公司 信息技术与信息安全学习网站 搜索引擎营销的缺点 河池网站建设 上海信息安全管理中心地址,-1 长沙做最好网站 腾讯 网络安全 网站创建 盐山网站 商务网站制作公司 深圳整合营销推广策略学校网络安全使用 印度 网络安全企业 收购 网络营销调查方法有哪些 公安部网络安全设备 当前信息安全形势 互联网营销前景 广州网络安全会议 2017 网络安全中的数据标签 佛山做网站建设 行业网络营销分析 nba网站建设 网络安全 可用性 国家信息安全 华企立方网站 信息安全调研报告 常见的信息安全认证有: 网络安全虚拟化 c2c电子商务网站 基于私有云安全平台的网络安全部署研究与实施 安阳网站建设 李老师谈营销 网络安全的上市公司 国家网络安全信息化领导小组 广州网络安全会议 2017 信息安全的攻击有哪些 上海网络公司网站 成都营销型网站 全完口碑营销1688 搜索引擎营销的缺点 海尔的营销理论 贵州省网络与信息安全测评认证中心招聘 简述城市信息安全管理的意义 公安部网络安全设备 平凉网站建设 全完口碑营销1688 网站建设优化服务如何 华企立方网站 当前信息安全形势 信息安全服务业务 .信息安全测评机构的资质认定 点内营销 网络安全案例2017 安徽省公安厅网络安全 网站建设需要多少钱 快速营销 网站创建 全网市场营销有限公司 软件网络安全 网络安全技术与实践 邢台做网站哪儿好 丰都县网站 最新网络安全新闻的网站 长沙做最好网站 营销平台的 常见的信息安全认证有: 营销六要素 全国信息安全系统 海尔的营销理论 网络安全服务标准方案 河池网站建设 H5建网站网页创建网站 信息安全服务业务 东莞网站设计 信息安全 国产化 打印机 长春专业网络营销公司哪家好 网络安全和云安全 全球十大网络安全公司 洛阳市网站建设 多元化网络营销 网站建设用哪种语言最好 网站建设用哪种语言最好 卫龙整合营销 信息安全工程师官网,-1 佛山做网站建设 破坏公共信息安全 2015网络安全大赛攻防工具 网络安全网络信息 营销证书 电子商务 和传统营销相比网络营销的优势和不足之处体现在什么地方 营销平台 网络安全人才培养 信息安全管理 实训室 最新网络安全新闻的网站 企业网站多少钱 网站三要 龙岗网站建设公司 成都营销型网站 网络信息安全中心招聘 广州网络安全公司 bitdefender网络安全 上海信息安全管理中心地址,-1 网络安全中的数据标签 支付宝的网络营销为例 唯品会营销策划 腾讯事件营销案例 营销促销案例分析 网络安全宣传报道标题 成都信息安全类公司 网络安全中的数据标签 长沙微信营销推广平台 营销平台的 信息网络安全协会联盟 网络信息安全评估 电子商务 和传统营销相比网络营销的优势和不足之处体现在什么地方 黑龙江网络安全中心 国家信息安全报告 网络安全 可用性 重庆做网站 建网站过程 整合网络营销 客户 2014 信息安全 信息技术