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
网络安全 移动防御南京专业做网站的公司哪家好长葛网站建设台州网站设计手机网络营销的案例网络安全原因分析镇江网站建设公司网络营销的价值是什么意思铜陵做网站设计网站的优势电子商务网络营销实验报告常见的网络营销方式并加以适当详述只有我是正常人! 为什么会有喜欢动不动扑过来的人啊! 为什么会有喜欢掐着人的老头子会存在在这个世界上啊! 为什么还有个不动的……呃,这个还挺正常的。 为什么只有我是正常人啊! —— 世界上迷离的问题背后总会有惊人的答案,奇怪的事情总会出乎人的意料。 寻朝的苏武,以己换苍生的朱德,布阵病逝的诸葛孔明。  李乘风穿越到一个妖魔横行的世界,成为青城山的一个守山人。   奈何他没有灵根无法修炼,只能安安分分做一个普通人。   但是有一天,他的系统突然变异了,从此成了一个令一众妖魔闻风丧胆的得道高人……   这妖怪也太弱了,我都没有出剑呢,怎么就死了。   我养的一条狗,居然是横扫妖界的一方妖王。   我池塘里的乌龟,竟然蜕变成了洪荒神兽。   之前跟我下棋的老头子,最后竟然成仙了。   还有那个最喜欢听他吟诗作对的漂亮姐姐居然修仙界第?仙?。   知道这些真相之后,李乘风开始怀疑人生:   我该不会真成为绝世高手了吧? 遇到一个不该遇到的,经历不该经历的事………我的身体里有只鬼……体育+穿越+系统+单女主+热血 穿越到2018年,龙国的苏北成为了湖人的球员,开局就获取了麦迪模板的他,总决赛,19年的世界杯,奥运会都不会是遗憾,还有老大(科比).... 这一刻因为苏北的到来,nba的小球时代所改变!!! 詹姆斯:“苏,他才是最好的球员。” 杜兰特:“什么叫最好的进攻,苏就是最好的教科书!!!!” 萌神库里:“苏,才是这个时代的天花板!!” (这里是平行世界,不要过度带入一些人物和剧情,有一些改动,也有些慢热,总之很爽,很好看。) 社畜石源,闲暇之余,最爱好看免费小说。 他甚至还有一个美好的梦想,躺在家里什么工作都不用做,光靠看免费小说就能迎娶白富美、走上人生巅峰...直到有一天,他看的免费小说里,突然出现一个闪烁着光泽的宝箱,石源下意识便点开。 “你寻到青铜宝箱*1,获得地摊大力丸*5。” “叮..检测到你当日当周阅读时长达标,符合看免费小说就变强系统激活条件,恭喜你获得现金奖励10000,特殊技能过目不忘*1..” “书中自有颜如玉,书中自有黄金屋,看免费小说就变强,拒绝一切套路!” “你寻到黄金宝箱*1,获得可控核聚变技术*1..寻到暗金宝箱*1,获得完整修仙功法*1...” 那一日,一个自称女反派的绝美女人从书中跳出,痛哭流涕告诉石源,战神XX率十万虎贲回归血洗她全家,寻求石源帮助。 石源:“战神是吧?十万虎贲是吧?统统镇压丢进X院照顾战神他全家的生意...” 末世危机突然降临,世间人性在末世的摧残之下统统暴露出最真实的一面,这凄惨人间是否需要毁灭,又是否能获新生?而又是谁来做出这一切?幽默穿越爽文,喜欢的朋友赶紧前来围观咯!首次在17K发表小说,还请大家多多支持!谢谢、谢谢、谢谢!(重要的事都要说三遍,呵呵!)陆冲穿越到与母星似是而非的高武蓝星,觉醒武功自动修炼系统。 纳气诀三百六十五天不间断修炼,修为没有瓶颈; 开碑手知耻后勇,修炼速度翻倍,突破到大成; 金钟罩觉得自己还能抢救,自行推演成为神级武学…… 全球进化,异兽复苏,都是我的菜; 外星文明即将入侵,倒计时十年,请准备迎接; 神明百年后降临,届时将奴役蓝星…… 蓝星只是一级文明? 外星异族:谁说的,站出来试试! 万族入侵,华夏禁行!中华大地,文化博大精深,源远流长,造就一批批的文人才子,王侯将相,普通大众,也就是再这样的情况下,成就今天的中华文化,中华精神。 从小民百姓到达官贵人,从富丽堂皇到乡野之地,从雍容华贵到下里巴人,在这里,我们将会一一领会 文王到始皇,汉高祖到唐太宗,以及王侯将相宁有种乎,都在这里尽情的展翅高飞,发挥属于自己的时代秦凡为救老婆,不得已暴露自身能看到宝物气息的能力,不断捡漏,只要是宝物,在秦凡的眼中都无所遁形,因此引起各方势力的注意,破真伪,看人心,鉴宝捡漏,玩转人生……
学营销网 2016网络安全年会 镇江网站建设公司 山东省信息网络安全协会是骗人的吗 互联网广告营销策划方案 网站创建 重庆网络营销客户 山东省信息网络安全协会是骗人的吗 太原网站建设需要多少钱 网店营销计划模块 人际关系不好的案例分享咨询【www.richdady.cn】 家庭关系的矛盾化解方法有哪些?【www.richdady.cn】 财运不佳的财运改善咨询【www.richdady.cn】 人际关系不好的心理调适【www.richdady.cn】 脑部不清晰的自我提升咨询【www.richdady.cn】 如何化解婴灵带来的负面影响?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰影响【σσЗ8З55О88О√转ihbwel 升迁障碍的职场晋升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读环境威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系中的沟通艺术【www.richdady.cn】√转ihbwel 冤亲债主的定义【企鹅383550880】√转ihbwel 精神不振的前世因果【微:qq383550880 】√转ihbwel 不爱读书的心理调适咨询【企鹅383550880】√转ihbwel 干扰的预防与化解咨询【σσЗ8З55О88О√转ihbwel 人际关系不好的解决方法咨询【σσЗ8З55О88О√转ihbwel 人际关系不好咨询【企鹅383550880】√转ihbwel 与女友前世的故事分析咨询【www.richdady.cn】√转ihbwel 耳鸣的医学检查咨询【微:qq383550880 】√转ihbwel 老公家暴咨询【微:qq383550880 】√转ihbwel 大龄剩女的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 建下载网站 营销优化师 无锡优化营销 信息安全与网络安全的区别 关于网络安全的新闻稿 怀化网站建设 信息安全实验室研究方向 绵阳做手机网站建设 网络安全公司 获客 深圳网站制作公司 讯 贵阳优化网站建设 H5建网站 2016网络安全年会 信息安全 博士专业,-1 自建网站平台的页面功能 工业基础设施信息安全 网上营销策划公司 国家信息安全办公室 芜湖网站开发 悬疑式营销 兰州网站建设报价整体营销 美国信息安全排名 企业网络安全体系建设 家具网络营销推广 镇江网站建设公司 杭州市 网络信息安全 网络安全考试网址 临沂网站建设 中国信息安全认证中心网站 池州网站制作 国家信息安全办公室 网站关键词排名信息安全保密技术,-1 中国信息安全认证中心网站 网络安全实验室 wp 功能性网站制作 和网络安全有关的工作的通知 网络安全防火墙 功能性网站制作 建下载网站 办理三级信息安全等级保护,-1 手机网络营销存在问题 网站建设公司 营销优化师 网络营销策划培训班 原生营销定义 信息安全论文1500 无锡优化营销 2016网络安全雅虎 山东大学网络信息安全研究所 大连网站建设 信息安全与网络安全的区别 网络安全公司 获客 网络安全科普 台州做网站的公司 关于网络安全的新闻稿 网站创建 成都营销型网站 如何加强信息安全 南京专业做网站的公司哪家好 信息安全事件等级制度 如何加强信息安全 信息安全与网络安全的区别 邢台网站建设 广东省网络安全应急 成都国家信息安全中心 网络安全发的基本深圳专业网站制作多少钱 信息安全大会2017 绵阳做手机网站建设 北京网站建设公司电话 开心网的营销手段 一个网站的主题和设计风格 网络广告营销策划方案 大良营销网站建设好么 网络推广网络营销报价 营销型网站效果不好 软营销例子 海尔的营销理论 中国国家信息安全政策 线下营销渠道有哪些 信息安全等级测评工作 营销公誉 仿别人网站 国家网络安全周专题 2016网络安全年会 2016网络安全雅虎 成都营销型网站 广州企业网站建设哪家服务好 江苏信息安全100问手册 2016网络安全年会 营销重要性 办理三级信息安全等级保护,-1 email网络营销的现状 营销重要性 信息安全 博士专业,-1 电子商务网络营销实验报告常见的网络营销方式并加以适当详述 1.2信息交流与网络安全 蛋糕店如何做饥饿营销策略 关于网络安全的新闻稿 2015年网络安全大事件 网站数据包括哪些内容 山东大良网站建设 太原网站建设需要多少钱 深圳网站制作公司 讯 网上营销策划公司 芜湖网站开发 金融系统网络安全 长春专业网络营销公司哪家好 邢台网站建设 网络安全风险评估系统 网络营销的价值是什么意思 中山营销型网站设计 网络安全行业编程能力 网络营销策划培训班 高端网站设计建设 广警转网络安全 顺德网站建设 微网站的功能 悬疑式营销 网站数据包括哪些内容 学营销网 顺德网站建设 兰州网站建设报价整体营销 网络广告营销策划方案 领英公司主页营销 兰州网站建设报价整体营销 美国信息安全排名 网络安全公司招聘 北京市重大网络安全事件 信息安全 博士专业,-1 衡水商城网站制作 暗月信息安全论坛 H5建网站 网络安全技术与实训(第2版) 嘉兴 网站 制作 星沙做网站