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
不属于信息安全产品的是网站推广营销案响应式网站建设网站的重要性伊春网站建设信息安全行业标准网络安全 僵尸网络搜索引擎营销策略分析报告工具型网站个人如何建网站华为网络安全发展前景我们的人生究竟是自己主宰着还是被所谓的因果推动的不断前行有朕在,休叫山河破碎,五胡乱华,汉家儿郎当奋起反抗,扬华夏文明,汉家天下永固,大燕铁骑纵横天下,朕决定开启航海殖民时代,凡日月所照,山河所至,皆为燕土,一寸山河一寸血,华夏子民当屹立世界之巅。沥国末年,以澎国为首的、玥、岐三国欲撕破泯心之约重新制霸天下,短短一月间沥国便被战争波及覆没,天下再次陷入大乱之中,九州之地各处充满了争与血的景象! 群雄争霸,英雄辈出。一把剑,一壶酒,一缕情殇! 刀光剑影中,一位满腹热血的少年持剑走入纷乱破碎的江湖中: “让我看看,新的江湖会有何有趣的事情发生?!”原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。陈晨穿越到平行世界,觉醒娱乐系统,成为娱乐顶流。 本以为从此数钱数到手抽筋,系统却加以限制。 在捐够100亿之前,他每个月只能领到2000块的生活补助。 网友们惊奇的发现, “版权费几百万,陈晨居然还住在这么破的小区?” “跟女星一起出去,陈晨竟然请她吃地边摊。” “陈晨吃泡面他连火腿肠都不加!” 某天,捐款被发现,网友震惊。 “我们学校的晨曦楼居然是他捐的?” “振州特大暴雨捐了2个亿的居然也是他?” “原来,陈晨这么节俭只是为了做慈善。” 网友直呼,陈晨这明星真能处,有钱他是真捐啊。岳峰,蓝星玩家联盟核心团第四军团长,180级六转大剑士。 在抵御异世界文明入侵失败蓝星彻底沦陷之际,他借助时空神器的力量携带游戏记忆重回三年前,【降临】开服前夕。 三年多的游戏生涯,让他知晓无数赚钱技巧、副本攻略、传说任务、装备出处…… 这些还不算,在第一次登陆游戏的时候,岳峰意外发现背包当中竟然携带了游戏中唯一的圣器《传承之章》。 凭借种种优势,岳峰在游戏中找回爱人,建立势力,统一游戏版图。 当三年后位面融合的时候,异位面降临者们悲哀的发现,等待他们的是游戏内攀升到了极致的工程学科技以及无数装备精良的玩家。 当团结一切力量消灭所有入侵者之后,岳峰发现,更大的挑战,还在后面……夏魄爆肝一款修仙游戏十五年,通关之时却意外来到游戏的世界,成为了一个家族的杂役。 还好这游戏把通关奖励送给了他,让他得到了长生不死的能力。 在这里付出了十五年青春的他深知这个人心叵测,妖魔横行的世界很危险,于是决定苟起来修炼个几千年再说。 时光流逝的飞快,在熬死了无数强敌之后,他发现自己已经无敌了。努力为生活奔波的傅奇一朝穿书,成功入赘将军府,备受媳妇怜惜。作为文武联姻的吉祥物,傅奇在努力吃软饭的同时,也在不断努力用自己的方式保护在乎的人。重生成为敖丙,眼前这小孩莫非是哪吒?难道要成为那个被抽筋扒皮的倒霉蛋?不行,一定要改变自己的命运。 神秘人出现,他要修正那段剧情让敖丙彻底消失。 敖丙顿足捶胸,仰天长啸:“老子怎能让你如愿!” 纣王侮辱女娲娘娘,那就不让他进庙。 什么!妲己已经下凡了?敖丙请旨娶妲己。 “我敖丙是不会让你剧情恢复的。” ……在剑与魔法的世界里,剑士对战术士生来就很吃瘪的 “喂喂,醒醒!再不起床的都是懒狗。” “啊?这里是......?“世奕被惊醒了,脑袋磕在上铺的床板上 ”这里是王府,我们小姐昨晚把你带过来的。“ ”啊?什么东西?”他捂住自己的上额,眼角噙着泪花。 “行了,快点穿好衣服去见小姐。” ...... “好了,从今往后你就是我的近身侍卫了!”白发少女指着世奕说到。 “什么!?”
网络营销研讨班 平安信息安全组织 如何提高网络安全 怎样创网站 gartner 信息安全市场,-1 南京专业做网站的公司有哪些 南京网站设计公司大全 网络营销教学实践平台 对搜索引擎营销的认识 著名的信息安全事件 前世缘份的轮回续缘【www.richdady.cn】 缺心眼的案例分享咨询【www.richdady.cn】 婴灵【www.richdady.cn】 亲子关系改善建议【www.richdady.cn】 婚姻生活不顺的自我提升咨询【www.richdady.cn】 与老公前世的影响分析【σσЗ8З55О88О√转ihbwel 迟缓儿的家庭支持【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决事业不顺的问题?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的情感维护【σσЗ8З55О88О√转ihbwel 升迁障碍的风水布局咨询【www.richdady.cn】√转ihbwel 与公婆前世的咨询技巧【σσЗ8З55О88О√转ihbwel 去世的父亲的前世解析咨询【www.richdady.cn】√转ihbwel 与老公前世的前世解析咨询【微:qq383550880 】√转ihbwel 大龄剩女的心理调适【www.richdady.cn】√转ihbwel 孩子压力大的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的咨询技巧咨询【企鹅383550880】√转ihbwel 前世老婆的前世案例咨询【www.richdady.cn】√转ihbwel 如何判断自己是否被冤亲债主干扰?咨询【www.richdady.cn】√转ihbwel 耳鸣的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的识别方法【企鹅383550880】√转ihbwel 信息安全 安全维保 网站推广营销案响应式网站建设 对搜索引擎营销的认识 快速网络营销费用 dsp营销 涿州网站建设 大学生网络信息安全调查报告 信息安全漏洞通报 昆明网站开发报价 佛山网站建设怎么做 信息安全专业专科学校加强网络安全管理 宣传不网站 平安信息安全组织 富阳做网站 全网营销产品套餐 网站制作苏州企业 网站建立公司四川 无锡网站建 网站建设品 网络信息安全竞赛 西安信息安全企业,-1 网络营销要做什么 网站的重要性 昆明网站建设多少钱 华为网络安全认证证书 伊春网站建设 西宁网站 不属于信息安全产品的是 高端定制网站建设制作 网络营销 微信 医疗 信息安全就业培训 2017网络安全人才奖 总结网络营销岗位所需能力 网络安全 先进工作者 个人如何建网站 网络安全集中监控 网络信息安全概述 中国营销网 网络安全培训机构 西安 第四届网络安全周2017年9月 重庆网络营销服务 南京 网站设计 信息安全技术信息系统等级保护安全设计技术要求,-1 手机微网站 邵阳网站优化 平安信息安全组织 全面的郑州网站建设 对搜索引擎营销的认识 全网营销产品套餐 信息安全技术信息系统等级保护安全设计技术要求,-1 小米的营销案例分析 网络营销与政治 网络信息安全竞赛 网站试运营 长沙做网站的 深圳集团网站建设报价 潍坊网站建设公司电话 怎样创网站 武大信息安全夏令营 广州网站建设公司招聘 中国营销网 信息安全等级保护指南 咨询网站设计 城阳网站建设 网络营销定价的特点是 成都市公安局网络安全 dsp营销 信息安全专业牛人 网络营销要做什么 网络营销教学实践平台 网络安全编程的特点 华为网络安全认证证书 网络推广营销招聘 网络安全指标 无网站营销 农业网站模板 南京专业做网站的公司有哪些 网络安全宣传移动 第四届网络安全周2017年9月 网站建设品 总结网络营销岗位所需能力 网络信息安全管理员培训 搜索引擎营销策略分析报告 dsp营销 西安网站建设公司 免费建个人网站 华为网络安全认证证书 网络安全 道哥 网站建设品 电信运营商网络安全 达内培训 网络营销机构 怎样做网站 宣传不网站 著名的信息安全事件 深圳集团网站建设报价 网络营销研讨班 遵义网站建设 dsp营销 网络营销要做什么 如何构建一个网站 南京网站设计公司大全 网站建设的网站定位 工控信息安全产业联盟 智能社交营销平台 网站开发公司 上海 伊春网站建设 上海网站建设代码 信息安全等级保护指南 厦门网站排名优化软件 手机网站空间 国际网络安全日 免费seo网站诊断 手机微网站 上海网站建设代码 个人网站建设 免费 台山网站建设 免费网站制作 免费网站制作 信息安全等级评估 北京邮电大学 信息安全 医院网站建设 价格东城网站设计 信息安全产品测试方法,-1 贵州网站推广优化 简述网络安全的目标 网络安全小卫士 网络营销知识运营网店 信息安全作文中文 网站重建 关注信息安全 青岛开发区制作网站公司 创建个人网站 厦门网站排名优化软件 高端定制网站建设制作 昆明网站建设多少钱 信息安全技术信息系统等级保护安全设计技术要求,-1