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
外贸网站的建设国内外信息安全现状朔州网站建设网络营销案件分析报告cms企业网站网站的排名和什么因素有关系网络安全测评中心长安微网站建设景区类网站广州 网站建设公司这片大陆上生活着许多种族的生物,有技术,职业多样化的人族,以暴力和野蛮著称的兽族,象征着绝望与杀戮的魔族,代表智慧与生命的树人族,精修于魔法和圣术的精灵族,以及凌驾于这一切之上的——神族,主角在一次砍柴归家后亲眼目睹了自己的家乡化为灰烬,自己至亲的人被一个一个的抹杀掉,从那时起,他便下定决心要变得强大,变得强大到足以守护自己所深爱着的每一个人.....,这个名为李弋的男孩要在这篇大陆上,书写属于自己的史诗。 "三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……幸运与不幸,冥冥之中自有定数。幸运也好,不幸也罢,既然来到了这世间,怎么也得好好看看,这是个怎样的世界!主角李轩作为一个富二代怎么也没想到喝个酒一觉醒来就穿越成夏朝四皇子 可是这剧本不对啊 别人穿越都是各种金手指自带系统 李轩却什么都没有异史笔录十四年前,陌生少年初次来到这片陌生的时空。十四年后,少年踏上修玄之路。父母离奇失踪,世界暗流涌动,北界风起云涌,且看南宫清如何乘风破万里浪,纵横玄天大陆!陈铁柱小时候是一个弃婴,被师父捡到抚养长大。 20岁那一年,师父告诉他,让他去下沙村做一名上门女婿。 师令难违,他一连做了5年的上门女婿,受尽了无数人的白眼,冷言冷语。 终于这一天,他爆发了.......这里没有玄幻,没有穿越;只有新活的生命,逻辑的真实。 这是一个虚构的故事;一个关于生意与情怀的故事。一群年轻人,在小说主人翁李非的带领下,历经千辛万苦,克服重重困难,在小城香州,书写了一段商业传奇。香水星河酒店,一个给予了无数客人美好记忆,承载着一群酒店人理想的航器,在到达了它辉煌的顶峰后,突然掉头…… 结果怎么样?为什么会这样?是历史的悲剧,还是人生的释然?——一千个读者就有一千个哈姆雷特——如果你想得出自己的结论,请阅读天界无际的小说《香水星河》。凤凰山的幸福生活!随着一只不知名的恶魔出走地狱,这片世界逐渐打开了他不为人知的一面,千年盛世再临混沌,诺娃子是否能与他的伙伴力挽狂澜,重新揭开那一段不为人知的历史,即使不惜弄脏双手,换来一个干净的世界……
网站的排名和什么因素有关系 雅虎网络安全 国防科技大学网络与信息安全研究所 网络营销推广环境分析报告 网络安全密钥怎么破解 长安微网站建设 网络合作分享营销 信息安全等级保护定级备案 下载建网站 网站名词 孩子压力大的教育建议【www.richdady.cn】 官司的自我保护咨询【www.richdady.cn】 去世的母亲的去向解析【www.richdady.cn】 孩子压力大的心理调适咨询【www.richdady.cn】 什么原因意外的原因分析咨询【www.richdady.cn】 为什么过世的前世影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的案例分享【σσЗ8З55О88О√转ihbwel 意外的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解决孩子不爱读书的问题咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场策略咨询【企鹅383550880】√转ihbwel 家庭关系中的矛盾解决咨询【企鹅383550880】√转ihbwel 儿子抑郁症的康复训练【微:qq383550880 】√转ihbwel 财运不佳的真实案例有哪些?【σσЗ8З55О88О√转ihbwel 存不住钱的前世因果【σσЗ8З55О88О√转ihbwel 孩子压力大的环境影响咨询【企鹅383550880】√转ihbwel 孩子压力大的改运方法咨询【微:qq383550880 】√转ihbwel 财运不佳的风水调整方法有哪些?【www.richdady.cn】√转ihbwel 前世今生的故事有哪些案例?咨询【企鹅383550880】√转ihbwel 意外事故的应急处理方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的化解方法咨询【微:qq383550880 】√转ihbwel 微网站app制作 青岛建网站公司 网络安全协议是为保护网络和信息 网络安全部门提示 有什么营销优势和劣势 上海营销策划 中小企业网络营销 云南网站建设 网络营销的精髓是什么 网络安全运维面试题 网络信息安全与大学生 网站统计对网络营销的价值 网站加外链 大连地区网站建设 商洛网站建设 江津网站建设 网站建设如何提高转化率 余额宝营销 广安建网站 h5case什么网站 网络安全和信息办公室 中兴通讯 信息安全 网站加外链 4c营销理论的沟通策略 网络营销完善经营策略 朔州网站建设 网站的排名和什么因素有关系 景区类网站 经营模式和营销模式 北海网站建设 网络公司营销手段 个人网站备案 2013年度中国个人网络安全报告 网上营销有哪些渠道 在线营销 珠海网站营销 小型企业网站建设的背景 个性化营销的作用 广州企业网站设计公司 兰州网站建设 搜索引擎营销推广 全网营销销售 网络安全=信息安全2017网络安全趋势 免费造网站 网站制作工具 网站赏析 兰州网站建设 全平台营销 win7网络安全模式上qq信息安全等保测评工具 网络营销案件分析报告 绵阳的网站制作公司哪家好 2013年度中国个人网络安全报告 广安建网站 好的网络营销系统 网络安全违法举报中心 对网络营销的认识ppt 星巴克微信营销现状 网站建设如何提高转化率 下载建网站 微网站app制作 青岛个人网站制作 网站建设视觉效果 企业手机网站建设机构 微博话题营销方案 全平台营销 商丘微网站国家信息安全技术水平考试,-1 大学生信息安全知识 万网搜域名信息先看域名申请时间这个应该是最早的网站时间 外贸网站的建设 广州企业网站设计公司 网络安全协议是为保护网络和信息 网站建设师 网络信息安全与大学生 铜仁网站建设 南通动态网站建设 信息安全的人员安全,-1 东莞网站建设哪家好 改网站描述 网站建设师 湖南网站推广 网络营销十大问题 搜索引擎营销推广 北海网站建设 下载建网站 深圳b2c网站构建 网站结构图 信息安全相关认证证书 郑州营销网站 营销单页 网络安全密钥怎么破解 信息安全高校 经营模式和营销模式 h5case什么网站 如何解决网络营销问题 石家庄做网络推广的网站 网站主色调简介怎么说 铜仁网站建设 网站维护www 微网站app制作 雅虎网络安全 企业网站快速建立aspcms2.2新手完全自学视频教程 免费下载 网络安全协议是为保护网络和信息 机房信息安全管理系统 网络营销的精髓是什么 有什么营销优势和劣势 内蒙古网络安全 ctf 网站销售 中小企业网络营销 信息安全等级保护定级备案 企业营销型网站案例 网络营销的精髓是什么 网络安全和信息办公室 高校网络安全解决方案 网络信息安全与大学生 信息安全力量配置 临沂做网站建设的公司 网站加外链 东华大学 信息安全 学网络营销视频教程 商洛网站建设 网络营销车 不属于网络安全服务的是 网站建设如何提高转化率 网站制作工具 亚太地区信息安全问题 广安建网站 网站开发 国际信息安全会议 网络安全和信息办公室 上海edm营销 网络营销四种策略 网站加外链 福州做网站建设公司 余额宝营销 网络营销完善经营策略