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
东莞网站建设服务公司网站建设公司上海营销策划皮包公司政务网站开发政务网站开发饥饿营销双刃剑图片国家信息安全红头文件网络信息安全新方向2014信息安全峰会做网站汉口命令与征服,陪伴了指挥官们无数个岁月。其中的红色警戒系列对我的影响是所有RTS系列中最深的。那种充满幻想的战争使我被震撼。我从5岁开始就在读毫无故事的纯军事书籍,军事和RTS已经成为我灵魂上的烙印。后来,我开始阅读军事类书籍,这又不得不谈《国家意志》,那种硬核感、史诗感,无书能敌。不过即使热爱军事如我也感到过于硬核的战争不够浪漫,不够有趣,于是我想到了命征。如果没什么除了印巴战争那样足够宏大的战争可以大写特写了为什么不把眼光放向虚拟战争呢?所以我要创作一本足够宏大,足够震撼,同时兼具浪漫热血紧张刺激的小说。让我们走进第三次世界大战,走进英雄们的人生,走进另一个存在已久却尚未被文学充分挖掘潜力的世界。【莫轻烟我爱你用尽了最后一丝力气对着一个貌美的女子说道】 偏爱都市爽文的顾辰 正在美滋滋的看着小说 江辰:不是我说,这个反派也太傻了吧 亏我还跟他同一个名字 谁知道下一秒江辰被传送到了 这本书的boss 面对反派无脑挑屑 惨遭主角打脸的狗血桥段 顾辰应该怎么面对 顾辰一脸懵逼的躺在10米的豪华大床上 【滴!反派系统已绑定】 顾辰也是淡定了下来 系统在手 第一女主未婚妻 将军爷爷 商界大亨父亲 京都第一世家长子 这个身份! 江辰忽然感觉 当一个大反派也不错!现代人徐宁意外穿越到大周,徐宁对现在这具身体非常满意,要颜有颜,要钱还是有颜。不过没关系,钱没了可以再赚,颜没了就真的没了。于是徐宁一步步努力,通过现代知识,银子赚得盆满钵满;通过皇帝的宠幸,仕途一路高升。这种日子,要银子有银子,要妹子有妹子,给个神仙也不换啊。人?妖?神? 十万年来,混战不休,民不聊生,气运之争,成仙之路注定血腥! 神明高高在上,那我张空,可屠神否?【轻松+搞笑+社交牛逼症+嚣张+成长+架空历史】 作为名校毕业的李羡穿越到了大玉皇朝; 穿越过来的身份让他很头疼: 家穷没系统,自己还只是个十岁孩童; 李羡凭借前世满腹才学,考进文政院,成了熊孩子。 教书先生:“这熊孩子好气人啊,好想打他!” 院长:“算了吧,人家可是正经孩子,要不你忍着点?” 从童生到参加科举,再到做官,谁都没想到,李羡这官越做越大…… “羡公!陛下有请!” “跟陛下说一声,我在钓鱼,让他来找我吧!” 天子:“谁这么大胆子,还想让朕过去?” 老太监:“启禀陛下,是羡公。” 天子:“来人啊!速速备车!” 老太监:“陛下……鞋~”那是神吗? 没有人知道...... 面对着未知,有的人迈出了脚步,有的人停滞不前。 在新世界了,人们会改变吗? 有人相信,会的。 会有人去行动,去证明。 天启计划再次启动,六脉门徒齐聚昆仑。山窑里的飞僵,雪上的鬼魈以及昆仑山下的千年古墓,昆仑之巅究竟藏着怎样的秘密?而他又是否能带领着队伍活着回来?一切尽在《最后的僵尸道士》!每日一更!  你可曾想过,在霓虹璀璨的城市下隐藏着书本中记载的怪物。   你可曾怀疑过,在肉眼看不到的地方,它们正窥视着你的一举一动。   你是否注意过,在人群汹涌的现代城市中,那些与你擦肩而过的人或许就是它们的伪装。   红白般若在夜里狂笑,镰鼬伴随着疾风收割着头颅,芬里尔的吼声震破苍穹,塞壬的歌谣魅惑众生沉入海底,白骨夫人披着人皮在街道起舞,吃人的电梯等待着一个又一个猎物……   这世间充满了诡异与怪谈,而这些诡异与怪谈也将被清除。   所谓怪,不过是求而不得的人,修而未成的果。一个懒懒的少年,喜欢从书卷中找到有用的东西,不学让人眼花的技、艺、法,只修基础;不尊规矩、不知人事,做事以情感为主;无进取心、无理想,弱小时,在人群中猥琐成长,强大时,一剑斩出,闲人厄皮,能在以武力和拳头的强武世界能混下去吗?作为一个充满知识和异能力的人帮助了原始和落后的另一个世界向前跨越了几百年飞速发展!可是人的自私和贪欲永无止境!他被自私和贪婪排挤妖魔化!人们删除了他做帮助过这片大陆发展和贡献的历史!他的追随者更是被视为邪恶所消灭!面对被排挤和驱逐他心灰意冷选择默默的在一座海洋深处的小岛上低调的生活直到抑郁的死去!
营销策划皮包公司 中国信息安全法律大会,-1 什么是营销平推 国家信息安全红头文件 信息安全产品 西安制作网站的公司有 做网站汉口 网络营销外包 自建网站平台的页面功能 企业网站鉴赏 生活中的无形干扰有哪些咨询【www.richdady.cn】 亲子关系的家庭氛围如何营造?【www.richdady.cn】 大龄剩女的婚姻选择有哪些?咨询【www.richdady.cn】 什么原因意外的前世故事【www.richdady.cn】 祖灵与家运的关系咨询【www.richdady.cn】 失业的应对方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世案例咨询【www.richdady.cn】√转ihbwel 与女友前世的记忆解析【微:qq383550880 】√转ihbwel 事业不顺的职业规划如何制定?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解决孩子不爱读书的问题咨询【企鹅383550880】√转ihbwel 财运不佳的风水调整咨询【企鹅383550880】√转ihbwel 缺心眼的解决方法【微:qq383550880 】√转ihbwel 自闭症咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产后的员工安置问题咨询【www.richdady.cn】√转ihbwel 工作压力大导致的精神不振咨询【σσЗ8З55О88О√转ihbwel 灵魂化解的仪式【www.richdady.cn】√转ihbwel 耳鸣对睡眠的影响咨询【企鹅383550880】√转ihbwel 家庭关系的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世案例咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营销成交关键词 地产平台网站模板 长沙营销型网站建设 怎么进网站 网络安全审计内容包括 营销重要性 网络信息安全必要性 原生营销定义 信息安全方案 招聘,-1 网站建设联系电话 西安制作网站的公司有 饥饿营销双刃剑图片 日本网络安全技术 购物类网站 产品网络安全 信息安全人才 营销成交关键词 地产平台网站模板 长沙营销型网站建设 怎么进网站 网络安全审计内容包括 营销重要性 网络信息安全必要性 原生营销定义 信息安全方案 招聘,-1 网站建设联系电话 西安制作网站的公司有 饥饿营销双刃剑图片 日本网络安全技术 购物类网站 营销型网站代理 i春秋网络安全大片app 广东信息安全协会 北京网站建设第一 行业网络营销分析报告 临沂网站建设 网络安全审计内容包括 淄博那里有做网站的 互联网热点营销郑州做手机网站 网站建设多少钱 东莞网站建设服务公司 信息安全产品 营销策划皮包公司 常用网络安全技术有哪些 信息安全人才 信息安全技术包括哪些主要技术 自建网站平台的页面功能 中国网络安全行业 湛江有帮公司做网站 五一节网络营销 西安网站推广 网络安全应对方案 重庆微信营销软件公司 营销成交关键词 建 导航网站好 中国信息安全法律大会,-1 临沂网站建设 酒店整合营销方案 信息安全实验室研究方向 考研网络信息安全 网络信息安全最新技术 家居网络营销 it网络安全培训课程 国家信息安全红头文件 信息安全技术包括哪些主要技术 信息安全等级保护研究 政务网站开发 个人网站注册 长沙营销型网站建设 基于站点网络营销方法 网站设计说明书 金盾信息安全招聘 商务网站的网络安全 网络信息安全最新技术 航空网站建设 微信品牌营销案例分析 一般设计网站页面用什么软件 怎么进网站 网络营销外包 功能类网站 浙江网络营销公司哪家好 建 导航网站好 网络安全握手 西安信息安全研究中心 网络安全 加密 做网站汉口 信息安全 SAG 北京网站建设第一 网站前台 营销型网站代理 选择微博营销的原因 湛江有帮公司做网站 2014信息安全峰会 北京展览馆 网络安全日 网站制作软件 济南网站制作公司报价 大理建网站 西安制作网站的公司有 创新的南昌网站制作 郑州网站建设 日本网络安全技术 绵阳建网站 郑州网站建设 信息安全 SAG 广东信息安全协会 原生营销定义 网站如何优化 山东大良网站建设抚顺网站建设 地产平台网站模板 教育行业 网络安全 北京信息安全学院 上海网站优化 东营做网站 网络安全相关知识 网络安全分级制度 吴桥网站 国家信息安全红头文件 网络安全 加密 东莞网站建设公司 深圳网站优化公司 网站建设 北京 义乌网站建站 南昌网站推广 it网络安全培训课程 饥饿营销双刃剑图片 信息安全资质证书等级,-1 企业网站鉴赏 电信诈骗与网络安全 教育行业 网络安全 网络营销师执业证书 信息安全产品 网络安全握手 莱西做网站 温州手机网站建设 i春秋网络安全大片app