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
常用的信息安全技术""是哪几种?"天津企业网站建设网站制作样板南京电商网站建设公司朝阳企业网站建设方案长沙专业网站建设团队网络营销的一些问题信息安全培训机构课程高校信息安全和网络信息网络安全建设方案sem整合营销代理林天在机缘巧合之下穿越到上古世界,在这个充满了练体,练气的世界他会有怎样的一番作为呢....... 陈战寒行走江湖,灭恶贼,除败类。行侠一生。辅助岳飞对抗完颜氏一族,眼看在完颜氏一族赶出国土。无奈,奸臣当政,十块金牌召岳飞班师回招朝。陈战寒心灰意冷,唯有移居海外。我生来无敌,我生来无用;我只手遮天,我苟延一息;我乃纵横驰骋于天下间,万物主宰于指缝中 我则摸爬滚打于人世中,死里逃生于江湖里。我是王千野,我是张夏城。自从踏入了异能者的世界,整个世界都不一样了呢!学习?学个屁!劳资要退学,去当天下第一! “世界?那是个生命?啥玩意儿,与我何干?就算与世界为敌,那又如何?” “我好像听见有人骂我……” “我错了……” “交给你一个任务吧,摧毁那颗星球。” “啥?不干!” “什么?” “马上就去!” “……” ——初代帝都之主沈晨当年,因为一场联姻的阴谋,钟烁的妻子宋月琳联合宋家,让原本鼎立于花城的豪门,钟家,在一夜之间惨遭灭族!身为钟家纨绔少爷的他,临死前看到一把火烧了钟家大院的妻子满脸冷笑,用一柄匕首刺入自己的心脏,他亲眼看着自己的妻子就这样杀死了自己! 魂穿异世的他,在万年后,成为了睥睨混沌仙界的仙帝! 但再次因为一场背叛,仙帝重生归来,他的怒火,将会烧光整个宋家!宇宙辽阔,却大有人单手灭之,几万年却也似一瞬,一眼便是沧海桑田。是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。离开地球五百年,叶萧回来了。 他也想低调,可是条件不允许。 仙人了不起?对不起,最近那个飞升的就是他徒弟。 遗迹有宝贝?不好意思,那是他当年挖剩下的。 上古宗门的传承?实在抱歉,这个宗门是他不小心灭掉的。 他是叶萧,华夏国五千年,没有他的名字。 但是到处都有他的影子。妖物横行只是开端,神明降临不过是插曲,这是大世,大挣之世。 苏醒提枪杀死最后一个妖物 “这一切我都想守护。灵魂穿越的沈七夜附身于一个锦衣卫身上,随着调查一桩桩离奇案件,他深入江湖威震擂台,最终机缘巧合拜官得入朝堂,被却迫卷入了一场东宫太子位之争。一路上他遇到各人各事,惊绝一省的神秘杀手,恶名远扬的江湖魔女,千古有名的女才子,下山历练的剑道女第子,以及南国门阀世家的千金等等,她们与主角沈七夜间将会发生各种各样的离奇感人又有趣的故事。曾经的生死仇敌却同床共枕,门阀千金要与自己的临时保镖私奔,为救红颜知己的师妹他大闹一派山门公然抢婚,数次与己交锋的魔女师姐妹却是被迫委身于他,还要与天之骄子的敌国长公主明争暗斗!他这一路数不清的恩怨情仇,道不尽的是非因果,且看他如何一步步裂土封王,为“祸”一方!!!
电子政务网络安全现状 信息安全等级保护官网 潍坊市网站制作北京 网站建设 信息安全 工具日照网站优化 惠州网站建设公司 建网站需求 网络安全宣传单内容 网络安全 菜刀 信息安全等级备案 东莞网站制作 前世缘份的咨询技巧咨询【www.richdady.cn】 儿子抑郁症的心理调适【www.richdady.cn】 灵魂化解的方法【www.richdady.cn】 事业不顺的原因分析【www.richdady.cn】 前世今生咨询【www.richdady.cn】 冤亲债主的干扰与化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的咨询技巧【www.richdady.cn】√转ihbwel 阴间生活的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外事故对家庭的影响咨询【企鹅383550880】√转ihbwel 大龄剩女的幸福指南【企鹅383550880】√转ihbwel 财运不佳的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服升迁障碍?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感修复【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的案例分享咨询【www.richdady.cn】√转ihbwel 财运不佳的财富管理【微:qq383550880 】√转ihbwel 邪灵的驱除仪式咨询【σσЗ8З55О88О√转ihbwel 如何改善人际关系咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的表现咨询【www.richdady.cn】√转ihbwel 属于网络安全服务 国家注册信息安全员cism 北京大学信息安全导师 兰州网站制作 中国国家信息安全漏洞网络安全体系构成要素中恢复 网站制作公司哪个好 信息安全等级在哪查询 信息安全等级保护攻略 吉首网站建设 广州做网站 公众号营销策划 网信办 网络安全 顺德网站建设信息 9. 计算机网络安全措施有哪些 空间信息安全 企业网站建设cms 鄂州网站制作 权威的手机网站建设 解决大学生网络安全 信息安全等级保护官网 江门网站优化 信息网络安全建设方案 吉首网站建设 沈阳做网站 天津企业网站建设 网络安全项目验收 计算机网络安全工具 学网络安全 网络安全完全宝典 网络安全预警平台 网站特效 东莞网站优化 国家网络安全防御 网络间接营销 4月29日网络安全日 网络安全监察支队 电子商务烟台网站建设 信息安全 工具日照网站优化 如何建购物网站 商城网站要怎样设计 网络信息安全公民权利 信息安全应急处理服务资质认证 国家网络安全基地规划 清华本科信息安全 网络安全 一句话总结 朝阳企业网站建设方案 建网站赚钱 网络安全举报电话 深圳整合营销推广策略 深圳官方网站制作 网站站欣赏 网站制作公司哪个好 小米公司内容营销分析报告 网站站欣赏 清华本科信息安全 鄂州网站制作 信息安全等级在哪查询 营销页面策划 计算机网络安全工具 营销的网站 网络营销课程设计 信息安全等级保护攻略 网络空间安全和信息安全 网络安全 检测实验室 全国专业信息安全服务资质,-1 吉首网站建设 正规的网站建设 龙岗网站优化公司案例 网络营销的一些问题 广州 深圳 外贸网站建设 网络营销手段 网络安全宣传单内容 营销的网站 上海网站建设公司 公众号营销策划 邢台做网站可信赖 杭州 网站建设公司 网络信息安全公民权利 深圳官方网站制作 基本营销 东莞网站制作 杭州 网站建设公司 2017全国信息安全大赛 属于网络安全服务 长沙专业网站建设团队 2017全国信息安全大赛 京东的市场营销战略 营销外包价格 网站搭建公司官网 龙岗网站设计讯息 网络安全举报电话 空间信息安全 建设企业网站平台主要的目的是 健康起源秉承怎样的营销理念. 建网站需求 网站开发团队人员 企业网站建设cms 网络安全态势感知平台 模板建网站 酒店网上营销 鄂州网站制作 昆明网站设计电话 网络营销平台建设方案 网站首页特效 西电2015 信息安全就业 权威的手机网站建设 2016网络安全政策 网络信息安全服务包括,-1 信息安全等级保护官网 解决大学生网络安全 首都网络安全 建设企业网站平台主要的目的是 响应 信息安全 信息安全等级保护官网 江门网站优化 全国专业信息安全服务资质,-1 网络安全攻击和防御 江门网站优化 模板型网站 网站组件 网络与信息安全教程物联网信息安全案例 京东的市场营销战略 信息安全认证培训 电话营销策 asp.net 网站连接sql server2012 如何攻破网络安全审计监控系统 如何建造自己的网站 国家网络安全防御 网站制作公司哪个好 网站托管 网络安全 菜刀 成功英语网站 营销外包价格 2017网络安全会议搜索 安徽网络营销