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
长沙做网站建设的网站建设前期资料提供信息安全的成效信息安全和网络安全的区别模板建网站flash网站设计网站搭建和网站开发行业网络营销分析信息安全专业人员网站设计规划书信息安全和网络安全的区别段白云生来无缘仙道。 一句谣言,一朝灭门。 流落到云峰大陆的段白云机缘巧合开启了修仙之路。 他拿着万众执念的东西重回天洲,又将那东西摔落泥泞。 段白云:我就要以我废材之名告诉他们,不是什么人都能够飞升成神!堂屋正中的灵牌贴上自己的照片,荒村后山的墓碑刻上自己的名字,卧室房灯挂上晃动的麻绳,自来水管里面塞上带着头皮的头发....   去住个凶宅,挖个坟,抱个纸人,撞个鬼,作为有一个上进心的恐怖片龙套,这不都是应该做的吗?【奇迹】第一高手,因战队成绩不佳,惨遭俱乐部逼宫扫地出门。 被扫地出门的他,来到一家游戏工作室担任打金人。 【奇迹】第一高手岂是普通的打金人?上到各大公会,下到小鱼小虾被他收拾的服服帖帖。 有人问,【奇迹】第一高手就这么沦为打金人,他真的心甘情愿吗? 他的回答是,这一次我要为自己战斗,也要在这里强势回归。 谭天刚为某学院大一新生,却只因吃个饭意外穿越到修仙世界: 外事堂那日的青衣弟子又揉眼睛,而且揉眼的频率越来越高,谭天他已认识,但今天这个人太是奇怪,这己是今日第五次连续从万花谷传送阵回来?!虽然内门弟子免收传送阵灵石,但师兄也不能连续去了回,回了去!青衣弟子决定,再看见谭天师兄坐着玩,就找他收灵石!结果,青衣弟子没有收到灵石。因为谭天没有再来了。 同样郁闷的是郑云,明明明天就过去了,后天就一同去万剑谷试练!可那冤家第一次送高级玉简,第二次送元龟盾,第三次送青木灵剑,第四次说想我了,第五次竟然说传送阵坏了,又传回来了! 简直是污辱我的智商,郑云自然思考明天怎么收拾天师兄! 此为修炼日常… 此书走红尘路线,有大量情感细节描写,十二欲描写活生生的人成仙!无系统、无金手指、无老爷爷、不装逼!平平无奇的打工人王虎穿越了?还穿越到了一个天赋渣渣实力菜鸡的人身上?怎么办?还好我自带系统,不说别的,爷钱多!想入最好的云海书院但天赋不行?没关系砸钱!想学习功法没办法理解?没关系砸钱洗髓丹可以拥有!有人想群攻?不好意思,已经砸钱开宗门了呢! 你我本无缘,就靠我砸钱! “洛洛,如果哥哥能像书中的主角一样,打倒众多对手,最后站在你的面前,你不觉得这是一件非常酷的事吗?” 突然出现的仙人,不仅带来了父母的消息,还想带着洛洛回宗门。一番考虑后,叶凌决定暂时与妹妹分开,并作出了如上约定。 只不过,这一切都是一个骗局?? 因救人死亡的江文重生回高中时代,起初想在自己的青春大搞一场,成为众人瞩目的那个最靓的仔,当异世界的经历让他懂得了珍惜眼前人才是最重要的..............这是一个肉身横推一切的故事。 大业皇朝,黑暗降临,处处充满邪灵鬼怪,杀人无形。 面对妖异邪祟,普通人只能瑟瑟发抖,蜷缩角落,静待生命走到尽头。 江道穿越而来,携带武学修改系统,任何武学只要被他看一眼,就可以无限修改。 疯魔棍法、鹰爪铁布衫、毒砂掌、暴猿神功…统统修改到一千年后的境界。 面对妖异邪祟,江道身躯魁梧,浑身肌肉,目光如电,随手抓碎一只入侵的邪灵,语气低沉,万分恐怖。 “邪灵?谁说武学杀不死邪灵?” 身负这片大陆最为恶毒的诅咒,他注定要成为放逐在阳光下的异鬼,逆风踏歌行,生时披死衣,在杀戮的血色荒漠中,他该如何找回前世的碎片,找回迷失的自己呢? 废土之上,人类社会秩序濒临崩溃。   异兽肆虐,一座座高墙拔地而起。   异能,成为人类对抗异兽的主要武器——异能者、异能材料、异能武器……   有人认为异能是一切不幸的源头,有人认为异能是上帝赐予的利剑,也有人认为异能是改变世界的契机!   这是一个充满希望的时代,也是最残忍的时代。   浩劫不止,王无终时……
营销重要性2017网络安全对抗赛 信息安全业务 网站外包多少钱 深圳微信营销推广 电子商务网站开发 个人网站主页设计 社会化口碑营销 网络安全加密算法 北京信息安全学院 章丘网站建设 前世缘份的前世故事咨询【www.richdady.cn】 投资项目的环境影响咨询【www.richdady.cn】 家宅磁场咨询【www.richdady.cn】 感情纠纷的沟通技巧【www.richdady.cn】 家庭关系的教育建议【www.richdady.cn】 学习成绩差的案例分享咨询【微:qq383550880 】√转ihbwel 有官司的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的真实案例有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的心理调适咨询【微:qq383550880 】√转ihbwel 迟缓儿的案例分享【企鹅383550880】√转ihbwel 化解威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世缘分【微:qq383550880 】√转ihbwel 孩子厌学的案例分享咨询【www.richdady.cn】√转ihbwel 婴灵对家庭的影响咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的症状与诊断咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋现状如何改变?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业发展瓶颈突破咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世案例【www.richdady.cn】√转ihbwel 塔罗牌占卜与心理分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 化解外灵的专业手段【www.richdady.cn】√转ihbwel 信息安全技术 数据库管理 支付宝的网络营销为例 广东省信息网络安全 第二届国家网络安全宣传周 网络营销行为有哪些特点 分析营销环境 邮件营销外包 网络安全面临的威胁 ppt 国家级网络安全事件 商城网站内容模块有哪些 信息安全实验室简介 中国信息安全大赛 网站制作案例怎么样 网站单子 兼职网站制作 整合营销公司 网站的访问量 网络安全怎样辨别 网络培训的网站建设 信息安全应急处理服务资质认证 信息安全的漏洞 长沙市营销工作室 昆明网站设计电话 京东的市场营销战略 上海网站制作网络安全宣传周信息 微营销有什么特点是什么 邮件营销外包 小米公司内容营销分析报告 网站的版式 周黑鸭营销软文 第二届国家网络安全宣传周 北京建网站 什么是信息安全服务 2016信息安全泄密案例 网络营销行为有哪些特点 网监部门信息安全,-1 2016信息安全泄密案例 营销重要性2017网络安全对抗赛 佛山企业网站建设策划 网络安全法 执法协助 四平做网站 湖南微营销 广东省信息网络安全 互联网内容营销公司 网络和信息安全通报实行小时联络制度 信息安全方面的软件 武汉本土互联网站 长沙专业网站建设团队 信息安全征文,-1 网站的版式 效果型网站建设 网络安全怎样辨别 淮南网站建设 信息安全等级备案 移动网络营销优缺点 网站设计规划书 营销试听 经典网络营销案例分析 网站组件 广州营销 上海网站建设公司 网络安全面临的威胁 ppt 网站的版式 计算机信息安全 4000万中小企业网站建设 不足10% 美国 80% 网络安全法 执法协助 昆明网站设计电话 中国信息安全管理研究 营销外包价格 什么是信息安全服务 网站质作 网络安全怎样辨别 北京建网站 深圳高端电商网站建设者 电子工厂网站建设 壹像素网站 搜索引擎营销的产生 广州高档网站建设 同步营销软件官网 成都建设网站首页 建功能网站 网监部门信息安全,-1 金盾信息安全招聘 2017深圳信息安全大会 广东省信息网络安全 昆明网站设计电话 信息安全管理体系要素 网络信息安全最新技术 网站与域名 信息安全应急处理服务资质认证 定制网站多少钱 网站与域名 网站设计规划书 网站制作案例怎么样 信息安全知识竞赛 个人网站主页设计 信息安全保密技术,-1 信息安全哈工大威海 2016信息安全泄密案例 移动网络营销优缺点 网站组件 网络与信息安全现状,-1 国家级网络安全事件 信息安全方面的软件 网络安全战争 信息安全技术 数据库管理 长沙做网站建设的 中小型企业的网络安全 杂志网站建设 章丘网站建设 番禺微网站建设 信息安全等级备案 信息安全专业实验室 长沙市营销工作室 网络安全面临的威胁 ppt 同步营销软件官网 网络信息安全最新技术 网络安全加密算法 京东的市场营销战略 网络安全面临的威胁 ppt 山石网科网络安全 上海网站建设公司 信息安全征文,-1 山石网科网络安全 上海网站制作网络安全宣传周信息 网络安全战争 邮件营销外包 效果型网站建设 网络安全技术人员工资 清华 信息安全 广州高档网站建设 信息安全等级备案 周黑鸭营销软文 南通做网站 长沙市营销工作室