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
深圳 企业网站建设网络营销 有产品2010年信息安全事件聊城网站建设不属于信息安全产品的是信息安全监管部门信息安全专业牛人网站建设素材使用应该注意什么烟台网站设计网络安全专项治理评估被迫逃离,降临到异世界,认识相似之人,他是否能重回奥拉星,再次见到伙伴们?现代都市和平生活并未持续多久。当平行的世界被人们挖掘到信息,位面重叠,世界重启。这里变成了修行者的世界。无尽的尸海,广阔的荒漠,万族林立,百家争霸,无情的杀戮将一切虚幻斩断,而何处才是人类栖息之地?没有比这个更离谱的事情了! 陈墨只不过喝了几口水,居然马上就要死了? 【你如果还想活命,来,献祭十年寿命,我告诉你方法。】 陈墨愣愣的看着脑海中,一盏青铜灯表面浮现的血色文字。 他登上一艘被黑气环绕的豪华游轮,没想到青铜灯上的文字却立刻更新。 【我不会告诉你,这艘船上能造成你死亡的因素,大概有六千多万个……】 他吃了一颗仙气盎然的果子,以为是主角光环降临,获得了奇遇,从此走上人生巅峰! 结果青铜灯浮现文字。 【你吃了一颗充满污染气息的水果,等着死吧……】 陈墨有点控制不住下巴,这是金手指? 点燃灯芯,可以获得超凡能力。 他充满期待的盯着青铜古灯。 【抱歉,你的脑袋进水了,点燃失败。】 陈墨没有穿越,但是他一直赖以生存的世界病了,他也病了。 “如果我还有得选,我希望继续以人类的身份活下去。”这是一个流量玷污的时代! 为了赚快钱,他们只需要改编,抄袭,制作一些口水歌,再加上这个时期扭曲的审美,乐坛早已不复曾经。 凌风穿越到平行世界,一档娱乐节目现场! 公开怒喷评委的评价和批判这种翻唱、抄袭风气! 不出意外,他遭到评委和全网的抵制! 面对抵制和质疑,凌风现场写出《孤勇者》,瞬间燃爆全场,将评委和观众全都唱跪! 之后,《青花瓷》《本草纲目》《赤伶》一首首国风神曲诞生! 凌风一跃成为娱乐圈天王巨星!天下纷争,西京、启阳,北燕,鬼方四国争雄。西京国第一大江湖门派问刀门门主呼延燚,率天下门徒,纵横四海,征伐天下,无论是四国庙堂还是远涉江湖都无可避免地卷入其中。祭祀开始,向死而生!天若诛我,我便灭天,地若杀我,我便灭地,我王十八的命由我不由天!我自人间仙一剑,斩尽三千独做仙独孤家族以无相功法称誉武林,但是遭到奸人所害,家破人亡,只留下独孤颖,后来独孤颖一步一步找出当年暗算父亲的真凶,终为家族报仇雪恨。他一人一剑,可诛天、杀神、斩妖、灭魔、镇佛!可他宁愿要一把木剑,也不肯拿这把剑成为至尊……【恭喜!】 【作家4462377565号成功完本】 【得到认可“神作”】 【获得作家经验10万点】 【正在抽取作品中的技能】 …… 【警告!】 【作家996331415号作品涉及违规内容】 【正在执行抹杀】 …… 【恭喜!】 【作家000005743号累计收到价值打赏币100万的礼物】 【获得作家经验1万点】 【由于此作品无特殊技能】 【正在获取其余同时期作家低一级的作品信息】 【正在抽取技能】 …… 【警告!】 【重生者004370227号抄袭后世作家作品】 【正在执行抹杀】 …… 【恭喜!】 【作家0000094941号每日更新15000字】 【获得称号“全勤(大师)”】 【获得“万界宝箱(黄金)”一个】 …… 这是一个读者为神的世界,作家是这个世界上令人敬仰的修炼者,而其余只能作为游客阅读小说的人,要么是懦弱的蝼蚁,要么是正处于保护期的未成年人。 刚穿越到这个世界的李子梦本以为可以大展才华,却发现穿越者不可抄袭原世界作品。
营销型网站建 赣州做网站 网络安全 国家标准 网络信息安全峰会 手机网站建设哪个 网站服务商 延边网站建设 网络安全工程师培训多少钱辽宁企业网站建设公司 网络营销师做什么 营销型网站案例 莫名其妙感伤的咨询技巧咨询【www.richdady.cn】 心特别累的原因分析【www.richdady.cn】 为什么过世的前世记忆咨询【www.richdady.cn】 莫名其妙感伤的案例分享【www.richdady.cn】 事业不顺的职场调整【www.richdady.cn】 人际关系不好的解决方法咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的案例有哪些?【www.richdady.cn】√转ihbwel 升迁障碍的职业发展如何规划?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐共建【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生相关【σσЗ8З55О88О√转ihbwel 祖灵的超度仪式【σσЗ8З55О88О√转ihbwel 公司破产的咨询技巧【企鹅383550880】√转ihbwel 老公家暴的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世缘分咨询【微:qq383550880 】√转ihbwel 灵魂化解与心理疗愈【微:qq383550880 】√转ihbwel 通灵与心理学结合咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的早期干预措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋建议有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读计划如何制定?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校咨询【www.richdady.cn】√转ihbwel 外贸网络营销外包服务 2017年网络安全周北京 网站验收 沈阳网站优化 有那些网络安全小知识 软营销 信息安全院士 王 最新2017网络安全事件 网络安全联合实验室 营销型网站建设sempk 网站验收 我们的营销团队介绍 网络安全协同应急机制 网站建设 腾 上海网站定制公司 信息安全基础意识测评 网络安全的威胁可以分为两大类 深圳 企业网站建设 和田网站建设 网络营销 有产品 网络营销类岗位发布 软营销 网络安全专项治理评估 网络安全与经济发展信息化和信息安全评测中心 网络安全攻防题库 贵州网站建设 2014信息安全大事件,-1 内容整合营销机构 河北省网络安全 信息安全等级评估 牡丹江网站建设资讯网站排版 营销推广方 响应式网站栅格 2014年武汉大学信息安全专业第一学期课程,-1 网络安全传奇’ 上海网站定制公司 中山做网站 全网营销服务专家 长沙专业网络营销 公司网站设 微电影营销 营销方案. 小米手机网络营销服务网络营销求职介绍 信息安全基础意识测评 聊城网站建设 网络信息安全案例 深圳营销课程培训 保定专业做网站 优化公司排名营销推广 市场营销未来规划方案 网站制作公司 顺的 完美营销会 信息安全建设方案 信息安全行业标准 网站建设 趋势 什么是外贸营销体系 和田网站建设 加强网络安全管理 河北省网络安全协会 深圳企业做网站公司有哪些 营销方案. 网站制作样板 江苏 网络安全上市公司 论网店营销 工控系统网络安全 网络安全的威胁可以分为两大类 论网店营销 和田网站建设 淄博网站建设相关文章 沈阳网站优化 南昌哪里有网站建设 信息安全等级评估 网络营销研究综述 合肥响应网站案例 网站营销公司简介 网络营销 有产品 网络安全专委会 网站建设:中企动力 万网的云服务器 用多个域名建多个网站 每个域名用备案吗 电商行业网络安全 做个营销型网站多少钱 大型门户网站建设 网络安全实训报告 网络营销类岗位发布 桂林做手机网站设计 北京网站维护 网络安全协同应急机制 延边网站建设 网络信息安全峰会 中国网络与信息安全 网络信息安全实验,-1 江苏 网络安全上市公司 合肥响应网站案例 营销推广方 知名信息安全公司 网站名重复 网络信息安全案例 信息安全院士 王 网站名重复 网络安全2017logo 网络安全专项治理评估 山西省首届信息安全 大连网站建设公司 上海信息安全专业 牡丹江网站建设资讯网站排版 网络安全名师 手机网站建设哪个 网站建设规划书 信息安全的产品? 网络安全实训报告 网络安全电影主播 知名信息安全企业 网络信息安全事例2017 网络安全联合实验室 信息安全监管部门 烟台网站设计 顺德网站建设 网站建设 腾 市场营销未来规划方案 中国中央网络安全 直接营销产品 锦州做网站 什么是外贸营销体系 常州互联网营销公司 网络安全名师 贵州网站建设 保定做公司网站的 河北省网络安全 网站建设:中企动力 广州外贸网站公司 建设网站的目的 信息安全等级评估 微电影营销 如何保证网络安全 手机网站建设哪个