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
武汉企业制作网站关于网络安全的作文我国信息安全存在的主要问题有网站备案与域名关系政府网站 欣赏网络安全技术视频重庆 网络营销 推广武汉网络推广营销公司排名五级网络安全级别网络安全 解密世界就是一个圈,我们都生活在其中,没有预示谁会踩进谁的圈里,只是一旦进了,就在了。梗概 卫国被陷害,代号G的机器人走出家门寻找真相,体验到人生酸甜苦辣,当中结识李寻,两人建立友谊。 代号“勇敢者”的机器人制造了斯坦公司爆炸,试图得到永生。 李寻破案途经丹尼小城发生诡异事件,在与怪物搏斗中受伤,同时收获爱情。众人历经千辛万苦走出丹尼城。 为了获取人类防御系统资料,青鹫(勇敢者的下属)威逼利诱铁杆成为傀儡,让铁杆去获取人类防御系统资料。 李寻与叛乱组织不屈不饶地斗争,最终正义战胜邪恶。在剑下活着,或者死在剑下。 人,比自己想象的要自由。 这是一条恶魔之子的求仙路。鸦人与魔女的故事。第一年 “师父我想下山,这里好无聊哇!”小男孩昂着稚嫩的小脸看着面前的白胡子老人说道 “哎呦,可不能啊小犊子,那山下啊全是蛇虎豺狼,吃人啊!”白胡子老头一脸惊恐回答道 第n年 “师父你看,这蛇虎豺狼那个都不是我的对手”青年得意的摆了摆手里的虎皮“刚抓的一会做身衣服……”青年嘴里还在嘟囔着 “我都跟你说几遍了山下什么都没有,你就是不信!咋滴非要把我这老头一个人扔在这你自己下山!小犊子我看你是欠打!”白胡子老头听到青年的话猛的从摇椅上坐起,举起手中摇扇作势要打 “师父我不下山了还不行吗,我伺候您老人家。”青年悻悻的跑出屋子自己做衣服去了……我的第一本书,不要闲弃残疾少年张铁生,意外获得药王传承,自此村花、俏寡妇,哭着喊着找他治病,而他也成了远近闻名的妇科圣手。地球停转,末日来袭。 灾难接踵而来,人类为了生存终于是暴露出潜藏在内心的阴暗。 欺骗,背叛让人与人之间最后的一层遮羞布被饥饿、求生欲狠狠的撕下。 别人为了一块面包,可以出卖尊严。 而我,坐拥一块地,守护着自己爱的人和爱我的人! …… 一代兵王,穿越到董卓进京前夕,阴差阳错成为其左膀右臂。 群雄并起,乱世争雄,他一步一步,走向权利顶峰。 与曹操,刘备,孙氏兄弟产生激烈的碰撞。 和吕布,关羽,赵云等盖世名将演绎精彩的争锋。 跟蔡琰,貂蝉,甄姬等绝世美人上演一幕幕刻骨铭心的爱情故事。本作品讲的是一个不知名的小人物一步一步成为仙界至尊武道巅峰的故事
一体化网络与信息安全 平台的网络安全认证 北京网站建设公司 中国网络安全谷 政府网络安全实现 厦门网络推广建网站 临沂高端网站建设 网络安全防火墙 关于信息安全的培训 自己电脑做网站 带宽 升迁障碍的职业发展如何规划?【www.richdady.cn】 无形干扰【www.richdady.cn】 邪灵咨询【www.richdady.cn】 升迁障碍的职业发展咨询【www.richdady.cn】 有官司的法律咨询【www.richdady.cn】 意外的前世因果【www.richdady.cn】√转ihbwel 亲子关系的教育建议【www.richdady.cn】√转ihbwel 升迁障碍咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的解决方法咨询【微:qq383550880 】√转ihbwel 营养不良导致的头脑混沌咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的心理调适【微:qq383550880 】√转ihbwel 前世因果咨询咨询【企鹅383550880】√转ihbwel 孩子不爱读书的阅读环境如何营造?【www.richdady.cn】√转ihbwel 学习成绩差的家庭教育咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的解决方法咨询【企鹅383550880】√转ihbwel 忧郁症的前世记忆咨询【www.richdady.cn】√转ihbwel 前世缘份的缘分揭秘威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场策略有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel “缺心眼”对人际交往的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有互动性的营销案例 互联网全案营销 长沙企业网站建设团队 个人信息安全规范 产品 营销网事 后端营销案例 手机网站建设 企业信息安全评估报告 信息网络安全风险评估是以 营销外包费用 外贸模板网站深圳 长沙企业网站建设团队 中央网信办网络安全应急指挥中心 公众微信绑定网站帐号北京高级网站建设 端午节公众号营销 国家信息安全最新政策 美团外卖的网络营销 招生网络营销方案 信息安全工程师技能 北京市重大网络安全事件 江门网络营销外包公司 烟草行业信息系统安全等级保护与信息安全事件的定级准则 手机网站建设 企业信息安全评估报告 信息网络安全风险评估是以 营销外包费用 外贸模板网站深圳 长沙企业网站建设团队 中央网信办网络安全应急指挥中心 公众微信绑定网站帐号北京高级网站建设 营销型网站建设哪里有 端午节公众号营销 中国网络安全检测 营销要点 网站设计公司 上海 郑州网站 深圳网站空间 美团外卖的网络营销 国家信息安全威胁 国家信息安全最新政策 蘑菇街网络营销方案 五级网络安全级别 网络安全 科研平台 杭州网站优化公司 瑞星网络安全 合肥大型网站制作公司 网络安全论坛 2017 营销外包费用 深圳网站设计公司 网络安全工程师考试要求 四叶草 信息安全 北京专业网站建设 信息安全工程师技能 金融行业信息系统信息安全等级保护 惠州网站制作 最大的网络安全公司排名 郑州网站 2012网络安全问题 2016信息安全泄露案例,-1 天津电商网站制作 个人信息安全规范 产品 北京市重大网络安全事件 北京高端网站制作 张家港杨舍网站制作 合肥大型网站制作公司 信息安全管理体系中要素 营销策略中的价格策略 中国网络安全谷 信息安全 运维审计市场分析 营销网事 国家网络安全网易 个人信息安全规范 产品 外贸最热门营销方式 关于信息安全的培训 信息安全资质有哪些 中国国家信息安全政策创新型的顺的网站制作 网络信息安全公司的售后 后端营销案例 政府网络安全实现 注册信息安全员怎么样,-1 广警转网络安全 惠州网站制作 营销软件站免费 信息安全部 厦门网络推广建网站 重庆 网络营销 推广 共建网络安全 信息安全评估检查流程 cisp注册信息安全专家 北邮 信息安全 国家线 电商营销公司 端午节公众号营销 重庆专业的网站建设公司 新泰做网站 简述网络安全威胁的几种基本形式 营销策略中的价格策略 后端营销案例 江苏网络安全 网站建设程序开发 如何报考网络营销师 信息网络安全风险评估是以 flash网站欣赏 电子邮件营销是指什么意思 网络营销怎么引流 网络营销畅销书排行榜 重庆专业的网站建设公司 云南微营销软件 京网站制作公司 网络安全密钥最后一位 思科 企业网络安全解决方案 如何选择佛山网站建设 询盘网站 临沂高端网站建设 共建网络安全 信息网络安全宣传 外贸模板网站深圳 云计算信息安全等级保护基本要求 北京网站建设公司 兰州网站建设公司排名 商网营销 如何报考网络营销师 网络安全组成 金融行业信息系统信息安全等级保护 北京高端网站制作 关于网络安全的作文 网络营销基础 天津电商网站制作 信息安全工程师技能 沧州企业网站 网络与信息安全优秀员工 途牛网络营销案例分析 中央网信办网络安全应急指挥中心 联合国 信息安全 信息安全技术有哪些,-1 沧州网站制作网络安全主管部门招聘