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
信息安全等级保护 措施企业网站管理系统工控信息安全检测标准,-1壹像素网站正规的搜索引擎营销企业深圳网站建设电话网站怎么写公司网站现状网络营销工程师报考4i营销理论的优缺点动力无限做网站九幽冥天,以血铸剑,镇鬼邪神,敕怪妖仙! 上一世,他乃九幽剑帝,登临万界,杀伐随心,却因功参造化,遭强敌围攻,肉身殒灭,记忆被封。 这一世,他乃叶家少主,一朝沦为废人,被天下嘲笑,又惨遭岳父和未婚妻剥骨夺魂,死于非命! 一柄夺天地造化的无上剑魂,解开了两世被尘封的记忆! 叶无踪猛然发现,体内剑魂,早已完成了华丽蜕变,晋为神阶,并在他的丹田之中,开辟出了一方神秘剑冢! 由此,叶无踪一人一剑,强势崛起,踏天而行! 吾之剑冢,乃万剑墓葬,可执天下之剑!也可统御,天下执剑之人! 从诡异世界渗透主世界开始,世界就变了。 人命贱如草,超凡强如天。 就在这时,带着角色升级模板的某人突然出现。 在一声声大威天龙之中,各个诡异世界的妖魔鬼怪都疯了! “大威天龙,送你升天!” “妖魔鬼怪修罗恶鬼速来送死!” “好漂亮的女妖精,速来祝我修行!” 清朝道光年间,旗县地头上发生了一件绑架案,涉及人员众多,从县令到知府,还听我娓娓道来古神大陆自诞生以来便流传着一个传说,命运之门会在一个时代结束时降临,得见命运之门者,可以登临神境,进入命运之门者,可获永生。 …… 杨凡天生道骨,却被家主算计和爱人偷袭,落了个修为全失,道骨被夺的下场,正当奄奄一息时,遇到了曾经见过命运之门的鬼圣阴无虚,并夺了对方的一身机缘…… 境界划分:炼体、苦海、神宫、仙台、破虚、同体、大圣、大帝、半神、神……一重人界,八重境界,人尊之道,帝王之界 这里是一片强者为尊的大陆,俗称百川大陆 由上古人尊盘古之躯体化身而成 这里没有任何天外之力,人们只能以修炼精气来强化自身,而修炼精气的人被称作斗士,并通过学习各色秘典来与他人对抗。 精气以强度划分,精气一百年为基础,精气两百年为一重入道,精气四百年为二重人道,精气六百年为三重生道,精气一千年为四重寿道,精气两千年为五重论道,精气五千年为六重真道,精气八千年为七重岁道,精气一万年为八重尊道。 秘典分为三类,分别是心典、武典、气典。 品阶分为七色:白、绿、蓝、紫、黑、金、红,并且与药材的等级划分相对应。 百川大陆当今被两大王朝所分割,分别是北方的靖川王朝和南方的雪燕王朝。 斗士的世界,王者争霸!古墓伴生,他们说我是天降灾星,终南山续命,我用十年时间成玄门魁首,而我的一生,却从那纸婚书开始……九世善人意外身亡仍单身,转世穿越成农场主 地狱开局,群狼环伺,战狼,战狼,战狼 爆装备-无量玉坠:普欲度脱一切众生 善心换功德,功德致富经开启 劝学,修路,赛马,放牛羊 蓝天,白云,亮星星, 老师,记者,网红,小明星 兰云天说:“乡亲们,等我先富起来,带领大家脱贫致富,共同富裕不是梦”。 胥.小康十三年。 寒门少年韩复,携一纸婚约,叩开随国公府门,欲娶玉面罗刹、扫眉将军秦昭宁为妻。 哪知秦家当面悔婚,且言语羞辱,并施舍千贯铜钱。 志在帝王的穿越者,只取三文予以回击。 恰逢秦周两家意欲联姻,合谋摆擂、比诗招亲。正得意之际,韩复登擂。 “秦平,你儿辱我骂我,你也不曾正眼瞧我,我抢你个儿媳,不过分吧?” 个人V信:guoxiying486鬼神之说,古来有之,却又无从考证。偏僻之地必出灵异。 吴丹祖上四代世居农村,四代均从事道场、请神、择吉一类。这样的人称之为“端公”。 端公谓何? ——“蜀人之祀神必冯巫,谓巫为端公,禳则为福,诅则为殃,惟端公之畏而不惜货财以奉之”秦凡为救老婆,不得已暴露自身能看到宝物气息的能力,不断捡漏,只要是宝物,在秦凡的眼中都无所遁形,因此引起各方势力的注意,破真伪,看人心,鉴宝捡漏,玩转人生……
网站建设规划方案 简述网络营销漏斗原理 如何利用饥饿营销 有深度网站 企业免费建网站 顺的品牌网站设计信息 什么是企业网站 信息安全竞赛试题 网络营销基本内容 网站的组成 老公家暴的咨询技巧咨询【www.richdady.cn】 升迁障碍的职场突破【www.richdady.cn】 前世今生的奇妙经历咨询【www.richdady.cn】 老公家暴的案例分享【www.richdady.cn】 与男友前世的前世解析【www.richdady.cn】 家庭关系的和谐共建方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 发育倒退的案例分享【企鹅383550880】√转ihbwel 学习成绩差的前世因果咨询【企鹅383550880】√转ihbwel 官司的自我保护【企鹅383550880】√转ihbwel 特殊学校的案例分享【微:qq383550880 】√转ihbwel 感情纠纷的沟通技巧咨询【企鹅383550880】√转ihbwel 纠纷的法律援助咨询【企鹅383550880】√转ihbwel 如何了解自己的前世今生?咨询【www.richdady.cn】√转ihbwel 老公家暴的案例分享【微:qq383550880 】√转ihbwel 冤亲债主对生活的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的因果关系咨询【企鹅383550880】√转ihbwel 失业的原因分析咨询【微:qq383550880 】√转ihbwel 什么原因意外【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的改运方法【微:qq383550880 】√转ihbwel 去世的父亲的前世故事咨询【www.richdady.cn】√转ihbwel 网络营销必看 书籍推荐 企业免费建网站 台州网站建设公司 重庆网站设计制作价格 莆田网站建设 网站怎么做域名实名认证 有深度网站 网络安全 期刊 济南营销型网站公司 上海网站制作设计公司 网站的建设 网络营销传播实战策略 定制网站的好处有哪些 企业信息安全制度,-1 什么是手机网站建设 赣州网站优化 沈阳 网站开发制作 莆田网站建设 直接营销优缺点 信息安全技术 web应用安全扫描产品安全技术要求 杭州网站制作公司 网络营销理论知识 网络营销王老吉 营销外包 营销型高端网站建设 营销型网站特点 沈阳 网站开发制作 诊断式营销 什么是手机网站建设 万网做网站 网络营销工程师报考 丹江口网站建设 500强网络营销公司排名 4i营销理论的优缺点 淘宝网络营销工作 500强网络营销公司排名 创新的南昌网站设计 网络营销的初级职能是 企业网站策划书 有深度网站 数字营销知识 网站创建公司 计算机与网络安全 教育行业营销平台 团购网营销 网站权限 网络安全法官网 网站的特点 成都网络安全技术公司 网站建设规划方案 信息安全保护等级划分 直接营销优缺点 公司网站手机版设计 信息安全实验课怎么上 人群营销 网络营销教程 信息安全竞赛试题 2014中国信息安全报告 第七届中国信息安全博士论坛 杭州市网络安全 网站网络架构 成都网络安全技术公司 网络营销必看 书籍推荐 网站怎么做域名实名认证 营销环境 怎样上传自己的网站 爱民网站制作学校网站制作 台州网站建设公司 我需要网站 计算机与网络安全 信息安全相关政策法规 2什么是网络安全体系网络安全说明 信息安全实施计划 怎样学好网络营销 上海网站制作设计公司 诊断式营销 壹像素网站 网络营销网上观察法 国家信息安全技术研究中心,-1 贵港网站建设 第三方外贸b2b电子商务平台网络营销所存在的问题与对策 网站怎么做域名实名认证 欧洲网络与信息安全局 网络营销推广协议 免费建学校网站 信息安全审核员薪资,-1 网站怎么做域名实名认证 关系营销的劣势 人群营销 2什么是网络安全体系网络安全说明 关系营销的劣势 网站网络架构 网站怎么写 网络安全法官网 万网做网站 网站权限 网络营销必看 书籍推荐 贵港网站建设 网站制作公司 深圳 网站制作 常见问题 重庆做网站团队 信息安全技术 web应用安全扫描产品安全技术要求 创新的南昌网站设计 信息安全实验课怎么上 信息安全相关政策法规 北京企业建立网站 网站信息安全通报制度 壹像素网站 网站的组成 网络营销必看 书籍推荐 团购网营销 青海做网站公司 网络营销售后服务小米 什么是手机网站建设 个人信息安全培训通知 成都品牌整合营销 网站的建设 营销型网站特点 什么是手机网站建设 web网络安全教程 长沙微信营销交流 网络营销活动策划案例 web网络安全教程 cisp信息安全专家认证 信息安全实验课怎么上 教育行业营销平台 网站网络架构 营销环境 济南营销型网站公司 美国网站空间 武汉科技大学信息安全 e点营销 账户信息安全管理的核心内容,-1 微博营销的方案总结 我需要网站