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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
互动 话题 热点 营销网站建设seo优化的好处营销切入点6.1号网络安全法镇江网站设计java web网络安全2014第五届中国(北京)国际计算机网络与信息安全展览会2015年网络安全新技术背景下国家信息安全网络安全工程师 培训京东区域营销策略一个佛系的家伙,想要在游戏世界摆烂一番,却莫名其妙的得到了隐藏职业。 一个佛系的隐藏职业,想要继续摆烂一番,却阴差阳错的开启了异界之门。 一个佛系的开门者,本着继续摆烂的心态,却发现了异世界的惊天阴谋。 一个被异世界利用的佛系“蠢蛋”,以摆烂的姿态欺骗了天道,最终将异界的野心击沉。 佛曰:肝什么肝,摆烂就好!命运齿轮缓缓转动,被命运抛弃的三旬青年,独自一人在他乡流浪。断靳刺,斩霹雳。快刀乱意斩豪门。面对家族的世子之位,叶天从没想过,只想和姐姐一起过平淡的生活,但是一次又一次的面对家族的迫害 嫁祸 让叶天不得不反击 一次机缘巧合救下一位狐仙,在狐仙的帮助下,叶天步步达到了人生的巅峰……“唤我来此界,却空活一世,那为何偏偏是我。”异世古帝为寻一个答案走进了迷雾,这一次定要弄清缘由。 “我绝不接受毫无意义的死去。”当迷蒙的诡异力量渗透,世界便分成了两个颜色。 神秘的鬼蜮入侵了一栋栋建筑,它们变作了异栋。 那是光驱散不了的至深阴暗,邪异的生物肆意生长,纠缠、蔓延、咆哮、蠕动。 未知的恐惧下,尖叫和逃亡被默许,但即便是深渊,也有人甘愿成为骸骨阶梯中的一级方砖。 哪怕代价是死亡,或者是成为新的怪物。浩瀚宇宙分为三千世界。 一部天经遗落凡尘,顿时风起云涌,诸天万界竞相窥探。 少年走出一域,拔剑而起,破万道,冲星河。短篇小说在工地干了3年粉刷匠的李峰,在一次下班的途中,意外获得了一个号称超级暴发户的系统,从此开启了他每天因为花钱而苦恼的生活……………带着200级三转大法师的记忆,陆阳重生回到了十年前,命运跟他开了一个玩笑,曾经失去过的,被夺走的,他都要重新拿回来。游戏中的赚钱技巧、副本攻略、传奇任务、装备出处、图纸秘方、战斗技巧他全都知道,且看一个重生玩家如何带着兄弟们横扫万国、焚尽天下,开启一段火神的传奇!人过留名,雁过留声。老曹家三十年多前的出马仙,也就是现在俗称的老堂人马“老辈仙”有人管叫看事的,有叫看香的,也有叫斢帘的。总之从我奶奶那一辈开始到我父亲,直到现在的我成为了另类非比寻常的出马弟子。也就是祖上的老缘分落到了我的身上,并且在我的身上有着太多神秘。上演着不可思议的事情和缘分,老曹家从再早以前的穷苦艰难再到仙家帮着大富大贵富贵,一路走到至今。里面包含了上方各路神仙,草仙堂四大家族。胡、黄、常、蟒。仙家各种不可思议的法力如(开马道、过阴、讨寿、仙家比法、斗法、讨仙丹、治病救人、开膛破肚、扣仙......)
网站建设公司武汉 信息安全 杂志 上海网站建设企 免费建站网站大全 新技术背景下国家信息安全网络安全工程师 培训 安徽网站建设 网站内容的实现方式 网络信息安全技术(第二版),-1 网站建设一条龙 ossim 信息安全管理系统 前世今生对现世的影响【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 如何解决孩子不爱读书的问题?【企鹅383550880】√转ihbwel 孩子压力大的原因分析咨询【σσЗ8З55О88О√转ihbwel 邪灵的防范方法【微:qq383550880 】√转ihbwel 前世今生的修行方法【微:qq383550880 】√转ihbwel 婚姻生活不顺的沟通技巧咨询【www.richdady.cn】√转ihbwel 与男友前世的前世修行咨询【微:qq383550880 】√转ihbwel 前世缘份的故事如何改变命运?【σσЗ8З55О88О√转ihbwel 与男友前世的因果关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的自我提升咨询【微:qq383550880 】√转ihbwel 与男友前世的故事分析【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的沟通技巧咨询【www.richdady.cn】√转ihbwel 重庆微营销解决方案 广西信息网络安全协会网站 网络信息安全实训总结 2015信息安全大赛 交互式网站 无锡网站推 网站维护? 南阳网站建设 微博衣服 营销 同方信息安全 网络品牌营销 华为网络安全认证费用 南通网站优化 假网站备案 铜仁网站建设 常州做网站 最优秀的佛山网站建设 邮件营销是无效的 太原做网站 网络信息安全实训总结 国家网络与信息安全信息通报中心技术支持单位 网站备案要多久 古典风网站 电子商务网站设计 台州高端网站建设 长沙 做营销型网站的公司 太原网站设计 郑州手机网站推广公司 海尔内容营销 信息安全技术 专科 网络营销广告策略 石家庄企业商城版网站建设 课程营销 网站不备案 网络品牌营销 网络营销话题 中山网站建设文化方案做网站实例 网络营销服务的作用 新闻网站设计原则 网站维护? 微博衣服 营销 网络安全漏洞 免费的网站申请 怎么做问答营销的策划 营销环境调研 购物网站如何推广 网络社区营销策略 2015年网络安全 互联网网站建设新闻 推荐营销 网络信息安全实训总结 有意义的网站 成都学校网站制作 网络安全公司排名江西 java web网络安全 企业建网站的 程序 中国信息安全测评中心 信息安全服务资质 网络安全对抗大赛 常州做网站 2014信息技术与信息安全 计算机网络安全防范技术解决方案 镇江网站设计 怎么做问答营销的策划 古典风网站 南通网站优化 网络信息安全测评师 网络营销新闻稿 网站内容的实现方式 面膜的产品营销模式 网站被黑了 网络营销沟通方式 北京信息安全中心 传统营销与现代营销 网站主色调简介怎么说 无锡网站推 广西信息网络安全协会网站 网站被黑了 做公司网站的专业公司深圳 河源网站建设 最优秀的佛山网站建设 高大上网站建设公司 营销切入点 东莞做网站it s 青岛模板化网站建设 长安微网站建设 免费建站网站大全 上海网站建设企 课程营销 网络营销常用媒介方式 太原做网站 联通网络安全资质 东莞企业网站建设 大连网络安全公司 中国信息安全测评中心 信息安全服务资质 网络信息安全实训总结 太原做网站 想建网站 信息安全是指战略安全 企业网络安全管理软件 网络社区营销策略 河源网站建设 网站建设公司武汉 网站重要性 邮件营销是无效的 国家网络安全整治多久 中山网站建设文化方案做网站实例 怎么做问答营销的策划 太原网站设计 网站不备案 传统营销与现代营销 营销切入点 武汉高端网站建设 武汉高端网站建设 网络安全年检信息表 评测依据的行业标准名称 第一部网络安全立法 怎么做问答营销的策划 北京信息安全中心 佛山企业网站建设咨询原生营销定义 无锡网站推 网络安全法第12条 2015信息安全大赛 常州互联网营销公司有哪些 镇江网站设计 制作网站电话 交互式网站 网络营销常用媒介方式 邮件营销是无效的 三合一企业网站模板 重庆网站开发设计公司电话 网络安全实验室 设备有哪些 珠海营销网站建设 商城购物网站有哪些模块 南通网站优化 邮件营销是无效的 信息安全 杂志