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
如何做公司网站网络安全公司产品策划空间网络安全研讨会河南省信息安全协会淘宝营销图网络安全qq群网络安全个人银行信息安全建设方案建英语网站桃城区网站制作公司2013年度中国个人网络安全报告云逍死后魂飞天际时震撼发现:他生活了十六年的浩瀚人间,形状竟像一座坟墓!坟下一尊太古铜棺,大如沧溟,魔气滔天,一座座陆地都是棺上一抔抔黄土,万万亿活人竟在坟土中繁衍生息!巨棺内一具仙尸,其眼如地府,口若黄泉,头发似苍龙,身体像百万山脉。不知何方仙神,万古长眠于此! 少年冤魂不灭,遁入仙尸还魂重生,以世界天柱为剑,以浮生大陆为符,一人一棺杀穿仙路,通天证道! 正当徐风在全球进化爆发后的10年后,通过自己的努力,好不容易当上物资搜寻小队队长的时候,因为一场意外。穿越回全球进化的半年前……天选降临,蓝星各国分为不同文明,每个文明抽取一百人进入天选空间,以神话底蕴为力量源泉,展开竞争! 西方天使、希腊众神、克苏鲁神话、埃及法老、樱花国八百万神…… 唯独,没有炎黄神话! 蓝星之上,炎黄经历文明断层,举头三尺无神明。 直到云泽穿越而来。 云泽:“我炎黄乃上古文明!上有盘古开天辟地,下有仙神护国安民!” 蓝星诸国:“别搞笑了,炎黄无神,众所周知!” 半年后…… “这天选不公平!炎黄本就是高级文明,随便挑个神就能碾压我们,这还怎么玩!”社畜石源,闲暇之余,最爱好看免费小说。 他甚至还有一个美好的梦想,躺在家里什么工作都不用做,光靠看免费小说就能迎娶白富美、走上人生巅峰...直到有一天,他看的免费小说里,突然出现一个闪烁着光泽的宝箱,石源下意识便点开。 “你寻到青铜宝箱*1,获得地摊大力丸*5。” “叮..检测到你当日当周阅读时长达标,符合看免费小说就变强系统激活条件,恭喜你获得现金奖励10000,特殊技能过目不忘*1..” “书中自有颜如玉,书中自有黄金屋,看免费小说就变强,拒绝一切套路!” “你寻到黄金宝箱*1,获得可控核聚变技术*1..寻到暗金宝箱*1,获得完整修仙功法*1...” 那一日,一个自称女反派的绝美女人从书中跳出,痛哭流涕告诉石源,战神XX率十万虎贲回归血洗她全家,寻求石源帮助。 石源:“战神是吧?十万虎贲是吧?统统镇压丢进X院照顾战神他全家的生意...” 疑难杂症,罕见绝症,一切我都手到擒来,玉石翡翠,文玩古董,一切真伪我都轻松分辨!校花,空姐,总裁,一切美女都为我倾倒!因为我有一双看破虚妄之眼。 落魄医道家族秦飞宇意外激活家传至宝,拥有透视眼,获得家学,从此成为一代医学圣手!那一年,万里河山狼烟四起。 枪声惊醒山林,硝烟弥漫古观。 终南山玄隐观小道士宋修,秉承师命下山入世保家卫国。 激战中,他竟意外穿越现代。 会医术,懂武术,能占卜... 琴棋书画,吹拉弹唱,都会“亿”点! 靠着一身本事,他成为实至名归的国民神医,国粹传承人,武道宗师。 本书又名:《我真只是个道士啊》,《都市:靠道士身份开始出圈》,《穿越现代之好好活着》。顾八方携带《武学加点系统》穿越异界,本以为是低武世界,谁知竟然遇到了邪灵妖魔。 面对武者完全无法对付的邪灵,顾八方丝毫不慌,他开启武学加点提升,无限变强之路。 四十年功力! 八十年功力! 一百二十年功力! 当顾八方横推一切,拳裂天地,脚踏苍穹之时,高高在上的至尊们才彻底惊醒。 大乾人皇:谁言邪灵不可灭,八方一出天地清! 浩然宗主:顾八方,天下第一奇才,我愿称他为武道最强。 岳麓院长:见过顾八方,我才知道什么叫勇、悍、莽! 邪灵宗主:我和顾八方,到底谁才是最大反派啊?当主角醒来,发现穿越成少年时的慕容复,而且身处十四部金书融合的大武侠世界里,他该何去何从,兴复大燕?争霸天下?又或是勾搭几个美女逍遥一生呢?本书书友群(扣扣群):463587739 末世纪元,丧尸危机爆发,大地生灵涂炭,人类逐渐走向灭亡……… 而白羽泽却带着死前记忆重回危机爆发前一个月。 “迷茫之中,该何去何从?” 规划、防守、武器订购、受难者基地崛起…… 危机面前,是生,还是死? 历史给予我新生,我必将改写历史! 在此,请见证,新时代的到来………… 简介:穿越平行世界,许聪收获了一个可爱的女儿。 可还没等到好好疼爱,女儿就被逼捐,被体罚。一怒之下,拥有系统的许聪,叫来了娱乐圈的一位天皇巨星! “敢欺负许先生的女儿,你这辈子就生活在阴影中吧!” 从此,许聪一边和小姨子带娃,一边靠着系统,在娱乐圈迅速崛起。 歌后,影帝,顶流,想得到我的指点帮助,成为我的门徒?先问问我乖女儿再说! 宣传、策划、投资,想开会和我商量一下?等着,没时间,没看我正陪女儿看喜洋洋呢吗? 乖女儿,来,亲一个!mua!
微信聊天信息安全 中小企业营销培训 网络安全qq群网络安全个人 让移动网站 数字营销哪里有 桃城区网站制作公司 思考式体验营销 信息安全 哪些资质证书,-1 网络营销120种 株洲网站建设 外灵【www.richdady.cn】 大龄剩女的情感困扰咨询【www.richdady.cn】 如何发现前世缘份【www.richdady.cn】 大龄剩女的情感生活【www.richdady.cn】 家庭关系的矛盾化解方法有哪些?【www.richdady.cn】 有官司的案例分享【企鹅383550880】√转ihbwel 强迫症的环境影响【企鹅383550880】√转ihbwel 孩子学习不好的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的前世影响咨询【微:qq383550880 】√转ihbwel 解梦的前世记忆【企鹅383550880】√转ihbwel 财运不佳的财富积累方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 迟缓儿的案例分享咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世今生咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何预防冤亲债主的干扰?【微:qq383550880 】√转ihbwel 官司的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决方法【微:qq383550880 】√转ihbwel 脑部不清晰的症状与治疗【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的环境影响【σσЗ8З55О88О√转ihbwel 与老公前世的咨询技巧【σσЗ8З55О88О√转ihbwel 与男友前世的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 中国移动网络安全现状 公共网络安全 衡量网络安全的主要指标有哪些2017年信息安全威胁 微博营销涉及的范围 中国信息安全等保网 公共网络安全吗 2017网络安全事例 中国移动网络安全现状 网络安全qq群网络安全个人 信息安全认证行业,-1 酒店行业 互联网营销 沈阳淘宝营销培训班 网站设计 深圳 网络安全策划 中国工业信息安全 关于网络营销策略 网站营售 西电 网络安全 云南全网覆盖式营销 北京市网络与信息安全信息通报中心 如何做公司网站 奶粉网络营销策划方案 建网购网站 公共网络安全 网络安全企业排名 网络安全人员 酒店行业 互联网营销 沈阳淘宝营销培训班 网站设计 深圳 网络安全策划 营销的分类 无锡地区网站制作公司排名 奶粉网络营销策划方案 中国工业信息安全 网站兼容9 济南网站建设公司 全网网站建设优化 网络安全企业排名 公司信息安全 系统 网络营销教材内容分析成都网站设计制作工作室 营销型网站设计招聘 病毒性营销特征 营销发展课 银行信息安全建设方案 南山网站建设 商城网站功能模块有哪些 国内ui网站 网络安全法构成我国 空间网络安全研讨会 网络安全必读书籍 东阳网站建设 信息安全的威胁 如何做公司网站 2017全球网络安全指数 网络安全重大事件 国内网络安全形势 注册信息安全管理人员 东阳网站建设 奶粉网络营销策划方案 媒体营销 郑州营销网站 网络安全科技公司 网络安全企业排名 平台的营销 网络安全法 正式 厦门微网站建设 石家庄做网络推广的网站 关于网络营销策略 思考式体验营销 大数据与信息安全报告 澳大利亚信息安全专业排名 中国信息安全测评中心 上级主管部门 珠海网站营销 寻找郑州网站建设公司 黄石网站建设 新余做网站 微信聊天信息安全 公司信息安全 系统 网络安全等级保护评定 微博传播营销的特点 网络安全必读书籍 网站图片大小 改网站描述 中小企业营销培训 东营网站建设 德州网站优化 中国工业信息安全 2016年网络安全大事记 ppt 企模网站 改网站描述 网络安全人员 无锡地区网站制作公司排名 信息安全的威胁 深圳市能士信息安全有限公司 网络营销120种 营销型网站设计招聘 西电 网络安全 衡量网络安全的主要指标有哪些2017年信息安全威胁 佛山网站建设是哪个 网站设计风格 珠海网站营销 病毒性营销特征 内蒙古 网络安全和信息化领导小组 郑州网络营销技术学校 微信聊天信息安全 密码技术是网络安全 德清做网站 网站psd 2013网络安全威胁报告 漳州做网站 营销的分类 营销qq好友群发消息 移动网站建设 广州网站设计公司排名 2017网络安全事例 重庆网站开发公 我国服装企业网络品牌的营销策略分析——基于凡客诚品品牌案例分析 沈阳淘宝营销培训班 中国信息安全等保网 营销网站手机站 2016网络安全博览会 网络安全科技公司 中国移动网络安全现状 德清做网站 专注合肥网站建设 厦门微网站建设 营销qq好友群发消息 网站文风 营销网站手机站 酒店行业 互联网营销 网络安全qq群网络安全个人 授权管理 信息安全,-1 电子邮件营销基本方法 上海做网站品牌公司 网站兼容9