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
信息安全技术有企业员工信息安全培训内容最新信息安全新闻邢台网站建设服务vpn基础知识详解 三种vpn模式分析-网络安全7沙井做网站网站建设访问人群信息安全服务资质咨询公司,-1网站添加关键词网络安全技能大赛2016年网络安全现状他不甘堕落,在这座城市生根发芽,认识了这个妩媚的女人,一步步走向美好。一部奋斗史,两代传奇人。某军区老虎连侦察班在南越战场上建立不休功勋和传奇,但却伤亡惨重。新时代,侦察班的后人们历经坎坷,茁壮成长,继往开来,在新的战场上再写传奇。酆都鬼门大开、黄泉河巨藤生长、富士山喷出拉普达城、达尔瓦扎坑洞崩塌、胡斯卡古堡发出怪笑声…… 世界大变,出现闻所未闻的怪物,人类生存堪忧,无知少年誓要揭开地球的秘闻,踏上金字塔顶峰! 【喜欢就点个收藏吧,各位看官】一个只有七岁的小男孩,没有任何修为。。。 一个凡人就敢叫板修炼者、最后差点死掉。。。 不被亲戚以及任何人待见的王无尘,晕倒在路边,被七彩宏光救醒。。。 撞见小姑被辱 激发无名怒火,唤醒七彩红光,使七彩发生变异,从此身高定格在一米六五。。。 被人侮辱、辱骂、各种各样的嘲笑都不在乎,就是不能触碰底线。否则,让你知道花儿为什么那样红。。。 宇宙掌控者阻挡我,我就撑破你的宇宙,把你的宇宙挤压成一团。 王无尘一步一步的建立门派,带领兄弟,踏着纨绔子弟、自以为是、狗仗人势的肩膀踏上修真界,踩着修真界、仙界、神界、圣界、虚无界、甚至宇宙掌控者的尸体,走上哪个高度,成为无上主宰灿烂的星空,喧闹的集市。黑与白的分明,善与恶的交界。 无尽的黑夜,带来不尽的哀嚎,在这末世之下,我们可以拥有什么?我们渴望什么?我们得到过,我们期望过。 沉浸已久的第一元素——念,慢慢在苏醒。在最后的黑暗笼罩下,能否更改末世的格局?以心中微末的光,驱散大地的黑暗。叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!九州神王李长青,被兄弟偷袭陨落,却意外重生归来。 尘封万年的洪荒大妖,将成为他的助力, 万界之中,修最强之术,炼顶尖灵药,布绝妙大阵…… “前世我能登临巅峰,这一世我也一样可以,诸天万界,终有一天,我会卷土重来!” 重生后,发现自己觉醒了无敌一样的体质 这不就是一条妥妥的无敌之道吗! 开局获得万源仙体, 获得各种能量融入己身, 啥还有系统!?杀怪还能爆装备功法!? 还有丹药!?重生丧尸即将来袭: “杨老板,您购买的十吨大米到了!还有五吨的小米,三吨黄豆……” ?“杨老板,您订购的一吨牛肉,和一顿猪肉,还有……鸡肉,鸭肉,都到了!” “杨老板,您加急订购的防弹玻璃,还有钢化门,还有加大款的太阳能发电板……已经全部运送到了。”? ?在历经无数生死之后,那最终迎来的一切只是开始,历史似乎一直在轮回中。
东莞制作网站 搜索引擎营销思路 信息安全风险控制 高端企业网站信息 网络与信息安全优秀员工 网络安全实验室上传关 沈阳网站 网站设计一般会遇到哪些问题 网络安全漏洞论坛 珠海哪里做网站的 失业的前世因果咨询【www.richdady.cn】 大龄剩女的婚恋规划如何制定?【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 财运不佳的原因分析咨询【www.richdady.cn】 精神不振的环境影响咨询【www.richdady.cn】 不爱读书咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的应对策略有哪些?咨询【www.richdady.cn】√转ihbwel 解梦的梦境解析咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的影响分析【σσЗ8З55О88О√转ihbwel 纠纷的自我保护【企鹅383550880】√转ihbwel 儿子不读书的环境影响【微:qq383550880 】√转ihbwel 冤亲债主干扰的根源是什么?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的案例分享咨询【微:qq383550880 】√转ihbwel 化解咨询【企鹅383550880】√转ihbwel 外灵干扰的环境影响咨询【企鹅383550880】√转ihbwel 前世缘份的缘分揭秘【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的应对策略【企鹅383550880】√转ihbwel 升迁障碍的原因有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度与心灵净化威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财运提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 西安全网营销推广 国家网络安全网易 网络安全期刊广电网络营销实战营 营销综合管理首页 专业的网络营销哪家好 中国网络安全公司排名 网络技术营销 信息安全工程师技能 专业的网站建设公 2015年6月 网络安全法 网络安全问题管理 中山有哪些网站建立公司 邢台网站建设服务 网站备案与域名关系 宿迁网站建设 东莞制作网站 网络安全大会ppt 中国网络安全谷 展示型网站制作公司 网络和信息安全通报实行 网络营销考试案例分析题微电商营销策划方案 网站解析要多久 广州h5网站 信息安全等级保护测评 费用 西安全网营销推广 网络安全500强 青岛网站建设 控制系统信息安全 网络安全技术是什么 2017年429网络安全日 安徽电信网络与信息安全管理部 提高网站排名 高端企业网站信息 病毒式营销消极方面 什么是搜索引擎营销 网络营销考试案例分析题微电商营销策划方案 中国中央网络安全和信息化领导小组 微信大营销 四叶草 信息安全鹰潭网站建设 兰州网站推广 互联网+网络安全 全网营销服务有限公司 兰州网站建设公司排名 网站推广营销 门户网站设计 网络安全漏洞论坛 网络安全期刊广电网络营销实战营 中央网络安全 域名 网站 赢在教育全网营销 asp.net 网站 文件加密 outputstream 2017网络信息安全 专注于网络安全 网络安全800 专业的网络营销哪家好 计算机网络安全应急 系统信息安全要求有哪些 南澳做网站 vpn基础知识详解 三种vpn模式分析-网络安全7 南阳市网站制作 广州淘宝网站建设 红色网站呢 网络技术营销 asp.net 网站 文件加密 outputstream 安徽电信网络与信息安全管理部 专业柳州网站建设 网络发布信息安全 信息安全工程师技能 网站运营 江苏网络安全 工控系统信息安全威胁 门户网站设计 专业的网站建设公 2015年6月 网络安全法 大型网站制作 电商 信息安全 2015年6月 网络安全法 网络发布信息安全 许可email营销主题设计原则包括 控制系统信息安全 网络安全问题管理 做网站的好公司 第二代网络安全立法 网络安全和渗透测试工具 网络与信息安全(第二版) 信息安全专业.黑客 鹤壁网站建设 信息安全资产 网络安全实验室上传关 互联网+网络安全 什么是搜索引擎营销 2014中国网络安全攻防大赛 网站备案与域名关系 西安 网站搭建 2017国家网络安全大会 第二代网络安全立法 汕头建设网站 省公安厅网络安全部门 广州好的广告公司能独立承担汽车品牌营销策划推广服务 网站建设 网络推广 通化网站建设 网络与信息安全优秀员工 印尼 网络安全 网络安全500强 珠海哪里做网站的 信息安全与企业 网络安全800 大型网站制作 信息安全密码设置要求 青岛高端网站设计 机械行业营销型网站 营销综合管理首页 高端企业网站信息 专注于网络安全 中国国家网络与信息安全信息通报中心,-1 西安全网营销推广 信息安全保护二级证书 成都社会化营销公司 网站建设 网络推广 外贸模板网站深圳 临沂网络营销策划 专业的网站建设公 国家网络安全网易 合肥网站优化公司 .org网站开发 套b网站 系统信息安全要求有哪些 中国国家网络与信息安全信息通报中心,-1 展示型网站制作公司 电商 信息安全 网站解析要多久 手机版商城网站都有哪 些功能 澳大利亚 网络安全部 信息安全2 安徽电信网络与信息安全管理部