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
如何利用网络平台营销策略营销活动云宽带网络营销指信息安全相关单位,-1网络营销怎么收集数据email营销的基本要素中华人民共和国公安部网络安全保卫局网络营销资料网络信息安全防护等级大连网站建  (无敌+爽文+杀伐果断+搞笑+啪啪打脸+后宫+修炼场)   秦风穿越异世界,竟觉醒最废物的能力。   一刀必杀青草怪。   青草怪,史上最垃圾妖兽,连普通人都能一脚将其踩死。   为了完成任务,秦风击杀一只青草怪,没想到又获得第二能力。   任何妖兽皆可以是青草怪。   秦风:无敌这不说来就来了吗?缘若未尽,必有重逢。念念不忘,必有回响。成年人的告别仪式很简单,你没有回我消息,我也便默契的没有再发,就这样安静地消失在彼此的生活里,好像从没认识过一样。 每件事都是最好的安排,包括你出现,包括你离开,都是最好的安排。希望你比昨天聪明,比去年自由。 他日功成名遂了,还乡,醉笑陪公三万场。 我们不能改变现实,只能安慰“今天是离别是为了以后更好的相聚”。人生有初见,相识,就一定会有离别。可是,这样的离别,还是出乎了我们所有人的意料。 纵使受尽委屈!经常会问自己!我也要努力,有时候…….让人心痛的不是离别!而是离别后的回忆!写以此书,致我们那个年少轻狂的岁月。茫茫星宇,人的存在微如蝼蚁。 少年七夜,经历重重天地毁灭,能否成为噬神的存在? 灵魂永存,借我一生:愿主佑吾王! 繁华如梦,灿若星辰:用刹那问候浮生。。。。。。 天生至尊,为人族斩妖除魔!护人族万垂不朽!江宇泽前世遭兄弟的反水,亲朋的质疑,爱人的背叛,不幸陨落。烟消道散之时,竟发现在这大千世界之中,源灵大陆只不过是一粒尘埃。万年后得以重生,挖掘新的力量,开创新的规则,以源灵大陆为基础,向未知探索!强子、秃鹰、梁叔各怀鬼胎的三人在机缘巧合下到会稽山寻觅黄龙玉,半路上遇到枭,经历一系列事情后决定结伴寻玉。待其进入会稽山中的洞穴后发现了一个神秘潭——汇龙潭。围绕着汇龙潭展开了一系列探寻“天眼”神秘力量、寻找阿尔法通道及探索的经历。在一系列经历过程中,三人各自的多重身份逐一揭开,同时人性中的扭曲与复杂也一一呈现。最终发现“天眼”神秘力量其实源于内心——佛魔居方寸,善恶一念间。 在寻找“天眼”神秘力量和阿尔法通道过程中,葛钰、阿郁和龙王先后出现,伴随着一系列的阴谋、阳谋犬牙交错中,阿郁和强子的真实身份逐一浮出水面,他们自以为天衣无缝,岂不知这一切被“天眼”一览无遗。正当其自以为即将大功告成之际,却惊讶地发现:他们自始至终都是上峰手里的棋子,而上峰也不过是自己欲望的奴隶。可谓:机关算尽太聪明,枉送了小辈们性命。而所谓的“宏图伟业”也不过是黄粱一梦,徒增笑料而已。其实“天眼”神秘力量就在人心而已。风涌、浪起、神脉开;屠神、弑仙、踏九天。 遥望着远方的星辰,恢宏的银河就在那里。 神秘的黄河把李生带到了这神奇的地方,这个有着古老文明的地方如果你正在读这段话,你已经昏迷了很久了,我们不知道这段信息会出现在你梦境的哪个阶段,但我们真心希望你能看到,请赶快醒来!这是一个特种兵穿越到异界的老套故事,这是一个特种兵在异界争霸的老掉牙的故事,这也是一个特种兵在异界找寻自我的一个有点不一样的故事,这更是一群特种兵玩坏异界的热血故事,这还是一个异界特种兵养成的逗趣故事,而这一切都从一个拥有完美武躯、至尊血脉、无暇天赋和究极武魂的特种兵王魂穿异界的那一天开始……
滴滴出行营销事件 网络安全调研队名 网络信息安全监察 微信营销顾名思义 建立网站流程 数字化营销的特点 网络营销资料 网络营销课程培训 物理安全与信息安全 网络安全新闻 冤亲债主干扰的解决方法咨询【www.richdady.cn】 儿子抑郁症的康复训练【www.richdady.cn】 无形干扰如何影响心理健康咨询【www.richdady.cn】 心慌胸闷头晕的咨询技巧咨询【www.richdady.cn】 升迁障碍的前世因果【www.richdady.cn】 婴灵、邪灵、祖灵咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的咨询技巧咨询【www.richdady.cn】√转ihbwel 婴灵的安抚有哪些实用技巧?【微:qq383550880 】√转ihbwel 失业的自我提升【企鹅383550880】√转ihbwel 什么原因意外【微:qq383550880 】√转ihbwel 通灵与心理学结合咨询咨询【微:qq383550880 】√转ihbwel 为什么过世的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 干扰对人的心理影响【企鹅383550880】√转ihbwel 事业不顺的职场建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世记忆咨询【www.richdady.cn】√转ihbwel 不爱读书的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel “缺心眼”对人际交往的影响【微:qq383550880 】√转ihbwel 感情纠纷的情感修复【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些经典案例?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐之道咨询【企鹅383550880】√转ihbwel 河北省网络安全协会 北航信息安全专业 中国网络安全审计 营销合作 贵州省网络与信息安全测评认证中心 互联网信息安全领导小组 网络安全相关技术 网络安全和信息化领导小组 中美 网络安全 2017 信息安全基本属性 网络信息安全行业企业 网站模板下载 网络安全 思科 中国 微信营销顾名思义 2月17 国家信息安全 重庆网站开发设计公司电话 网络安全期刊 互联网推广与营销的区别 如何利用网络平台营销策略 实用网络营销教程 无线网络安全的应用 中华人民共和国公安部网络安全保卫局 网络安全 宣传 互联网推广与营销的区别 网络营销环境 今日头条 移动营销 网络安全应急基础平台 网络信息安全政策 绿盟信息安全科技公司 湛江网站优化 专业信息安全服务资质办理,-1 烟草行业信息安全 网站维护机构银川网站建设多少钱 信息安全响应中心 商务营销 高特效网站 清华信息安全网络安全 信息安全管理体系认证标准,-1 网络信息安全政策 360信息安全大赛 电信信息安全部门 网络安全模式下 有限的访问权限 网站建设明细报价表 酷网站欣赏第三方网络安全资质 北航信息安全专业 网络营销指 镇江网站设计 贵州省网络与信息安全测评认证中心 中国网络安全审计 网络安全形势 2017 360信息安全大赛 2016我国信息安全十大问题 网站制作中企动力 科技网站建设 重庆全网营销 百度知识营销审核 今日头条 移动营销 手机网络安全软件 信息安全专业博导 电信信息安全部门 常州网站设计制作 济南网站优化 深圳信息安全服务公司,-1 高特效网站 网络营销产品定价基础 信息安全专业博导 email营销的基本要素 网络营销环境 网络安全调研队名 重庆网站布局信息公司 网络营销网络市场调研 网站模板下载 网站到期了 安徽省网络安全 网络安全 宣传 贵州省网络与信息安全测评认证中心 武汉网站制作公司 广东省卫生厅 关于全面开展全省卫生行业信息安全等级保护工作的通知 数字化营销的特点 湛江网站优化 网络信息安全行业企业 信息安全技术 信息安全风险评估规范 公司网站设 聊城网站建设 上海网站维护 移动网络安全管控 酷网站欣赏第三方网络安全资质 重庆网站开发设计公司电话 手机网络安全软件 信息安全条款 北大 网络安全 网络营销资料 网站建设公司倒闭 以前的域名是非经营性网站备案现在如何转成经营性网站备案 实用网络营销教程 对企业信息安全的建议 信息安全管理体系认证标准,-1 北大 网络安全 网络安全与经济发展 医疗网站建设案例 电信信息安全部门 浪潮集团 信息安全 企业建网站的 程序 重庆 网络信息安全,-1 北航信息安全专业 网络信息安全政策 信息安全知乎 网络安全 思科 中国 被遗忘权是网络安全 台州市网站建设外国黄网站色网址 智能营销系统正规么 互联网信息安全领导小组 营销合作 信息安全关键过程 中国网络安全技术排名 网站维护机构银川网站建设多少钱 网络信息安全综述,-1 数字化营销的特点 网站上线后 蚂蚁营销在哪 信息安全条款 专业信息安全服务资质办理,-1 信息安全技能树 网络安全期刊 淘宝服务营销策略 海外网络营销做什么 汉中网站建设 杭州信息安全公司 网络营销软文案例分析 信息安全管理体系认证标准,-1 无线网络安全的应用 中国网络安全审计 airbnb营销方式上海建站网站简洁案例 网络安全模式下 有限的访问权限 营销导向