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
百度知道营销回答规律第四届首都网络安全日网站支付接口nike网络营销案例信息安全管理岗 招聘品牌网站建设多少钱深圳市信息安全测评中心地址网站制作流程济南微网站建设网站设计价格大概是 常情有些口渴,嗓子发干,说的话只有自己听得见,她想喝水,特别想喝肯德基里的加冰可乐,目光在破庙游走了一圈,发现神像后面有个小木桶,她站起身走到木桶前,木桶里面有一个舀子和干净的水,她拿起舀子装了半瓢水送到唇边,犹豫了几秒,仰头一饮而尽。 水很甜,口感和农夫山泉差不多,实在太渴了,此刻就算水里有毒,她也会喝下它。刚把舀子放回木桶,常情傻了,因为她看到木桶的水中倒映着另外一个人的脸。 水里是一张男子的脸,常情靠近仔细看,这男子年轻俊秀,穿着纯白的古装衣服,黑发齐腰,用白色的宽飘带束在头顶,模样十分好看。 “这不是我!怎么是男人?”常情摸着自己的脸,“这是谁?穿着古装!我穿越了······” 穿越成落魄的破烂仙神后,常情在寻找回现代的过程中又遇到了烽火可戏诸侯,他,他,他竟然成了鬼王丰羁! “靠,无语死了。”王昊一觉醒来发现自己做了个梦……现在,他成真了。没错,他重生到了这个叫做地球的世界。农村的环境,周围复杂的关系,艰苦的条件……直到市重点,校草……。“呵,我王昊怎么说也算是半天尊级的人物,从小到大我还真没有怕过谁,这一辈子,我要活出该有的风采……”。北京城,这个古老的城市。一直藏着些许见不得人的秘密,也许都市的灯光驱散了一些些阴影。但阴影依旧存在,它们不会消失 ,它们只是躲了起来。但总有人会提着灯,照亮无尽的黑暗。在这个世上活着的人,都有两面,笑脸下藏着恶魔,只是在刹那瞬间的爱也会转换成怨恨,而所有的怨恨会让这个世界血流成河,一寸前是黑暗,回头看也是黑暗,但是这样的黑暗,是谁也没有看到。而我所讲得故事,只是茶余饭后的闲话,您可千万别当真张秋,一个平平无奇的植物人,一觉醒来却发现自己诡异地回到了青年时代当起了大学教师。 与此同时,神秘的教师黑科技系统从天而降,一群令人头疼的学生随之而来。 能源革命、空间技术,一切的一切因此而变得不同。 这一切,是巧合奇遇,还是另有阴谋? 当数据的洪流将虚实分割,当钢铁的尖利刺穿胸膛,当虚幻与现实交织,当过去与未来缠绕。 漫长的凛冬将至。 然,我与旧事皆无憾,来年依旧迎花开。 浩劫动荡之后,终见春暖花开。 男主一家是代代相传的除妖世家,更有神仙,阎王给的金字牌坊,自唐代以来,出了不少斩妖除魔的天才,但是到了21世纪,妖怪基本上斩的差不多了,委托越来越少,天庭地府不断裁员,家族越来越衰落破败,到了男主这一代,只剩下爸爸和他一起,家里更是穷的揭不开锅,这时,好不容易收集齐山海经,却被无名小妖偷走,圣上大怒,委托男主和其他除妖师找回遗失的山海经……陈寻怎么也想不到,自己机缘巧合参加的一次相亲经历,竟然就此翻转了他的整个人生。云云众生,草根人物,命运多殂,应何以为之?何以搏之? 滚滚的历史长河,浩如烟海的典籍,人神鼻祖,帝王将相,先贤哲人,无不树碑立传,著书立说,话其伟绩。然而,蝼蚁草芥经历了怎样的狂风暴雨,遭受了何等的苦难辛酸,亦或是又品尝了那些快乐幸福,少有问津,甚是惨淡。今攫取其中的颗粒,让芸芸众生在茶余饭后,闲暇无趣之时,偶尔翻翻,聊以打发寂寞的时日,慰藉空虚的灵魂;也可以让那些迷途的羔羊,引以为戒,奋发图强,在恰当的时间里,在适合自己的道路上披荆斩棘,勇往直前,创造属于自己的辉煌。更可以解剖人生,探究灵魂,寻求真谛,放飞心灵,让假丑恶在烈日下暴曝,使真善美在甘露里滋养;让华丽掩藏的肮脏暴露在阳光下面,使正义湮没的腐臭吹散于飓风之中。不希望名流千古,也不奢求身家有值;只是在人生末途散发余热,在风烛残年不蹉跎岁月;也可以说是菩提下的空悟,是灵台里的忏悔;是坎坷崎岖道路上的觉醒,也是酸甜苦辣滋味里的品尝。 网吧厕所墙上的联系方式千万不要随便加。叶锦年本以为自己运气爆表遇上了学姐交友,两人共处一室时,学姐的男朋友却找上门来...... 在学校被欺辱,就要反抗!拳头,不是为了欺负弱小,而是为了守护自己在意的东西而挥动。面对强敌,从不退缩,因为我的体内,有着那股能在瞬间被点燃的热血。一代绝世天才意外死亡,魂穿地球,凭独门功法,纵横都市……
网站支付接口 网络安全技术与应用 官网 互联网怎么为影楼营销 php怎么建立网站 手机建网站 湖南专业做网站企业 佛山网站设计特色 昆明手机网站建设 网络安全信息共享机制 第五届网络安全大会 工作压力大导致的精神不振咨询【www.richdady.cn】 事业不顺的原因分析咨询【www.richdady.cn】 家宅磁场的常见问题【www.richdady.cn】 冤亲债主的干扰与超度【www.richdady.cn】 公司破产的原因分析【www.richdady.cn】 财运不佳的财富增长咨询【www.richdady.cn】√转ihbwel 脑部不清晰的前世因果【微:qq383550880 】√转ihbwel 前世缘份的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的根源是什么?咨询【企鹅383550880】√转ihbwel 孩子厌学的环境影响【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析咨询【企鹅383550880】√转ihbwel 阴间生活的前世故事【σσЗ8З55О88О√转ihbwel 前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财运改善咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的前世记忆【企鹅383550880】√转ihbwel 与公婆前世的识别方法【企鹅383550880】√转ihbwel 忧郁症的预防措施咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世今生【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世咨询【微:qq383550880 】√转ihbwel 家庭关系的自我提升咨询【www.richdady.cn】√转ihbwel php怎么建立网站 网络安全暴力攻击原理 成都网络安全支队 备案 视频营销的优点 网络安全保卫局官网 分享型网站 优优营销软件 西安专业网站建设服务 网络安全安控科技 网络安全的危害有哪些 网站建 专业营销外包公司哪家好 湖南专业做网站企业 宝安做网站 网络安全技术防火墙 简单建网站 共建网络安全 共享网络文明 微信网页版信息安全吗 信息安全等级保护 五级标准 昆明手机网站建设 国际信息安全专家,-1网络安全风险评估内容 代运网站 西安网站建设公 建网站资料 济南微网站建设 上海网站建设联 建大网站 网站建设设计 网络广告的整合营销 深圳全网营销外包 如何申请网站 上海模板网站制作多少钱 国家242信息安全计划 国家242信息安全计划 网络信息安全服务能力,-1 网站后台模块 深圳建科技有限公司网站首页 全网营销方案及布局 建网站资料 微信营销课程 网络营销针对哪些人群 网站建设学费多少钱 信息安全保障体系 有站点营销 网络安全平台 温州网站制作价格 优优营销软件 为什么有些网站搭建的是php其所有网页均已.htm命名网络安全审计联通 昆明手机网站建设 网站设计教科书 nike网络营销案例 沪江网络营销 信息安全专业大学学费 昆明手机网站建设 全网整合营销服务商 微博营销是指什么 信息安全iso27001 营销失败案例 为什么有些网站搭建的是php其所有网页均已.htm命名网络安全审计联通 关注网络安全bolg 如何申请网站 长春网站优化公司 信息安全部官网 全网营销方案及布局 企业网站制作公司南京信息安全 山东网站优化公司 佛山网站设计特色 网络安全的危害有哪些 为什么有些网站搭建的是php其所有网页均已.htm命名网络安全审计联通 第五届网络安全大会 南京网络安全公司排名 网络安全公司排行 上海营销型网站制作 南京网络安全公司排名 网络营销策略翻译 信息安全专业大学学费 大数据技术与网络安全网络安全应急响应制度 西安网站建设公 网络安全保卫局官网 石家庄网站建设 宝山北京网站建设 西安网站建设有那些公司 网络营销与消费者 电商网站建设新闻 nike网络营销案例 网络安全的危害有哪些 营销新思路 深圳市信息安全测评中心地址 系统之间的网络安全 信息安全等级保护 五级标准 西安专业网站建设服务 东营网站优化 网站后台模块 国家网络安全体系深圳营销推广报价 上海网站制作 公司 第四届网络安全竞赛 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 概括 病毒营销特点 搜索型网站 邢台建网站 网站维护说明 网站制作流程 企业 信息安全部门 建网站资料 网站设计佛山顺德 网络安全暴力攻击原理 网络安全是指 营销新思路 网络广告的整合营销 php怎么建立网站 营销竞争 网站建设制作 南京公司 深圳建科技有限公司网站首页 信息安全等级保护 负责单位 网络营销技术性 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 odex信息安全,-1 网络植入式营销案例 高校网站首页设计 全网整合营销服务商 网站建设价格 上海营销型网站制作 国际信息安全专家,-1网络安全风险评估内容 昆明手机网站建设 佛山营销型网站建设公司 搜索引擎营销顾问 社交媒体营销要不要做 网站制作流程 信息安全保障体系 上海网络安全会议 系统之间的网络安全 南阳网站营销外包公司 网络安全敏感的国家 网络安全平台 品牌网站建设多少钱