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
微网站搭建平台东莞网站推广蠕虫病毒网络安全关系营销缺点网络安全 csdn网络营销的发展的原因沧州网站建设制作设计优化电脑技术 网络安全小红书 营销玩法关系营销缺点南玄学院外院弟子刘天被人欺辱,意外激活须弥介质,12头掌管诸天万界的神兽化作他的玄灵.....从此逆天改命.....他自诩为和平年代最后一名人偶师,靠着人偶戏在村中过活。然而,一场突如其来的灾祸带走了他的家与家人,也揭开了尘封的秘密。短期间,城里涌入了大量人偶师,其中甚至还有着能够改变人类命运的“母傀儡”。大战在人偶师间打响,可参战者中,却出现了越来越多没有任何天赋与能力的平民。这让人不禁发问,操纵者与被操纵者,究竟谁才是人偶?或是,这个世界上没有独立思考能力,人云亦云的人类,本就都是被玩弄于股掌之间的人偶?三国-争霸-(本故事纯属虚构,如有雷同,纯属巧合,请勿模仿。) 穿越东汉末年。 听闻:子龙一身是胆,却做保安队长? 据说:吕布死后,关羽看谁都是插标卖首尔? 传言:杀人屠城真英雄?携民度江伪君子? 众多迷题,静待卫鹰为你一一揭秘。 至于网传曹魏那点偏爱,东吴那点喜好? 卫鹰表示:“小孩子才做选择题,成年人自然都要。” 修仙的不一定都是些豪门弃子、宗门废柴,也有一时兴起而误入仙途的普通才俊。牧云就是这么一个普通的生意人,因为一时的兴趣从而崛起于修仙世界。 现实社会中他和万千大众一样,为了碎银几两为了有车有房,奔波忙碌于异地他乡。在另一个世界里他却叱咤风云剑指苍穹,不世的锋芒成就了他仙途的辉煌!这一切都是多么现实……走得完的是自己生命的道路,走不完的是别人乃至社会的套路……“你说,这个世界上,真的有魔鬼吗?” “当然,你不就是?” “杀人偿命,天经地义啊。”幽魂怨鬼频频出现,这是意味着什么吗?世间即将大乱吗? 在阴穴里滋养数十年的厉鬼,我该怎么去应付? 被饿鬼蚕食的人类,我该怎么去拯救? 从地狱里冲出的鬼潮,我又该如何面对… 隐藏在世间的妖魔,我又该如何分辨… 埋在地里的千年僵尸,我又该如何消灭… 面对冤魂厉鬼我也很害怕,稍不留神就会要了我的命! 三生三世终不见,一怒而断忘川河。在这个人人都是重生的世界里面,每个路人甲都绑定着五花八门的主角系统,而我?不需要!开玩笑嘛?我可是千古一帝的转世!是在刚开始修行就能硬刚创世神的存在-_-,虽然战绩可能有点难堪,但是!这种精神就很可贵嘛——?喜欢这部作品的读者可以加QQ群:594509232。一起与作者和读者讨论剧情哦~ 黑暗降临世间,母亲意念魔女不敌四人的战力,致男主易恒与女主易贝儿与母亲离散。 转眼十年过去,他们将要面对的是全新的十二位天赋异禀的星座使教徒。 为了拯救妈妈和世界,他们做出着艰难的决定:改变! 异世界的故事,便是从这里开始的。。。。。。
中国 信息安全等级保护 线上口碑营销 广州信息安全测评中心 全国专业信息安全服务资质咨询公司,-1 2016网络安全法 微商城网站建设平台 小红书 营销玩法 国家信息安全举报投诉,-1 网站系统 公司网站的实例 前世老公的前世故事【www.richdady.cn】 构建和谐亲子关系的方法有哪些?咨询【www.richdady.cn】 潜能开发与自我提升咨询【www.richdady.cn】 脑部不清晰的解决方法咨询【www.richdady.cn】 忧郁症的治疗方法【www.richdady.cn】 婴灵的超度仪式如何进行?咨询【www.richdady.cn】√转ihbwel 失业的心理调适咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的真实案例有哪些?【www.richdady.cn】√转ihbwel 发育倒退对孩子心理的影响咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋规划【微:qq383550880 】√转ihbwel 婴灵的常见案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的教育理念有哪些?【www.richdady.cn】√转ihbwel 特殊学校的教育理念咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵对家庭的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世故事咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的康复训练咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世故事咨询【σσЗ8З55О88О√转ihbwel 强迫症的环境影响咨询【www.richdady.cn】√转ihbwel 金融科技 网络安全 植入式营销有哪些形式 2014中国信息安全报告 信息安全等级保护安全建设专业技术人员证书 四川大学网络安全专业 蠕虫病毒网络安全 cisp信息安全专家认证 上海做网站 常用的信息安全防护方法 专业网络整合营销公司 网站前台 营销型网站设计 肇庆网站建设电子商务师网络营销 网络安全预警设备 程序员转网络安全 线上口碑营销 上海定制网站建设公司 什么是网络营销工具 企业网站个人可以备案吗 推荐广州手机网站定制 做一个营销型网站多少钱 互联网营销书籍 内容营销的概念和特点是什么 网络安全综合治理行动 金融科技 网络安全 如何利用饥饿营销 蠕虫病毒网络安全 网络营销属于什么院系 网站解决方案 杭州市网络安全 网络营销的概念有哪些 信息安全EAL 深圳家居网站建设公司 遂宁网站设计 成都网络安全技术公司 网络安全综合治理行动 遂宁网站设计 上海银基信息安全技术 营销体系包括 做一个营销型网站多少钱 信息安全 职业资格 茂名网站建设 信息安全标准与法律... 潍坊网站推广 2016网络安全法 网络安全法 中文域名 推荐广州手机网站定制 网站单页 长沙网站空间 微商城网站建设平台 塘厦做网站 网络营销教程视频 网站解决方案 高端网站设计公司 企业网站管理系统 网络营销宣传方式有哪些内容 信息安全事态或事件 什么是网络营销工具 网站前台 信息安全 笔记本 2014网络安全大事件网站域名怎么进行实名认证 cisp信息安全专家认证 微商城网站建设平台 网络安全属性和攻击的基本模式 网站制作需要多少钱 十大网络安全事件 四川大学网络安全专业 公司网络安全管理办法 做一个营销型的网站多少钱 最好的网站模版 潍坊网站推广 怎么利用网络营销 网络营销活动策划案例 静态网站有哪些优点 网络安全 情况 如何利用饥饿营销 近五年网络安全大事件 国家信息安全举报投诉,-1 信息安全服务一级资质北京b2c网站制作 电脑技术 网络安全 考生信息安全的通知 可口可乐的成功营销 建网站哪家好案例 网络安全哪里学 网络营销的发展的原因 四川大学网络安全专业 北京信息安全测评认证中心 深圳家居网站建设公司 济南网络营销推广公司哪家好 智慧城市 网络信息安全 设备和网络安全专用 如何利用搜索引擎开展营销活动 上海定制网站建设公司 网络安全网络探测实验 可口可乐的成功营销 国家网络与信息安全通报机制 app网站制作 网信办网络安全分级 免费教育网站建设 web安全和网络信息安全 网络营销师的认证考试 永川做网站的 如何利用饥饿营销 免费教育网站建设 信息安全认证培训公司 网络营销工程师报考 国家信息安全技术研究中心,-1 网络安全和信息化小组 网络安全法官网 2014中国信息安全报告 网络安全日沈昌祥 信息安全标准与法律... 最好的网站模版 网络安全研讨会 金融科技 网络安全 长沙网站空间 茂名网站建设 公司网站的实例 植入式营销有哪些形式 监控网络 网络安全 团购网营销 泸州网站建设 广州信息安全测评中心 互联网营销书籍 企业网络安全公司 虚拟化 企业信息安全 网络安全研讨会 企业网站个人可以备案吗 网络安全相关的网站 网络设置的网站 东莞网站推广 深圳品牌网站推广公司 网站建设与应用 网络营销网站规划建设 重庆互联网营销公司