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
杭州模板网站建设网络安全ppt最后谢谢银川网站建设绿色调网站科研 信息安全,-1南京移动网站建设西安h5网站建设网站效果代办信息安全服务资质公司关于网站设计公司的简介他来自山莽,靠着旷世奇方,开诊所、办医院、建药厂,规模渐成,却仁心善举如初,名声日隆。不料,却遭奸商出手,恶意中伤,发起医界对垒,他奋起迎战......一百年、两百年、或许时间已经不重要了,无论是科技高度发达的未来,还是灵力极度丰沛的远古,亦或是现在,他都会失败了,他依旧无法拯救她。   “穿越准备!代号426,你准备好了吗!”   “好的”   “坐标L·S-152,准备充能”   “灵力充沛,空间跳跃开始”   “世界线已重合”   “~”社会底层的陈斌因生活奔波,母亲重病,心力交瘁,在寂静的夜晚倒在路边 至此 地球少了一个少年,穆真大陆多了一个传奇 一个人的毁灭铸就了另一个人的新生 ‘我萧易水偏偏不认命’ 这个时代是悲哀的,遥望未来,只有一片黑暗......左手为阴,右手为阳,自成乾坤,脚踏虚空,除魔证道。掌天地之轮回,握万界之生死。凌云,绝世高手,被人暗算,一朝成为废人。 幸被江南沈家老爷子所救,将女儿小漓许配给他为妻,不料却遭人陷害,被扫地出门。 两年后,凌云王者归来,纵横捭阖,抬手处,风云变色,问世间,何人能挡暗龙的锋芒!穿越到了大秦。 成了大秦的十九公子赵祁。 从小装疯卖傻,成了人人唾弃的废物。 此时正值大秦历三十七年,嬴政为寻长生,不顾百官阻挠,执意东巡访仙。 “父皇,你老了。” 就在此时,最不成器的十九公子赵祁提剑入咸阳宫。 【叮!】 【签到地点:咸阳宫】 【签到任务:逼迫始皇退位】 【签到奖励:一万大雪龙骑军】 面对一千始皇禁卫军。 赵祁有三千黑水台铁鹰卫效忠, 面对两万的黑甲禁军。 赵祁召唤出一万大雪龙骑军将其杀得抱头鼠窜。 这一日。 咸阳宫上。 蛰伏了足足十八年的赵祁第一次穿上黑水龙袍。 站立在龙椅之前。 高举手中雕龙长剑。 朗声道: “儿臣赵祁,恳请父皇退位!”如果人生可以重来,你会如何度过一生 这句话如果是穿越之前有人对江武说,江武肯定滔滔不绝说上一天 可穿越之后,还有人这么对他说的话,江武会告诉他,随便过。 因为江武的人生可以重来无数次……妖乱末世,巨兽屠城,万妖夜行,人间如狱。 神秘少年,半妖之身,踏上猎妖风云路,书写一代妖相传奇! 且看他,猎妖、除魔、斗巨鳖、擒天龙、佐明君、征天下、运筹帷幄、纵横捭阖、荡除妖兽、平定末世!《灵气复苏+无系统+从零开始修炼》 十亿光年外的一场爆炸,用了五十亿年走到地球! 爆炸带来的能量让地球万物复苏,灵力涌泉! .... “哇!自创功法!森罗万象!” “什么?那人已经踏空飞行?!” 震惊!有人在太平洋徒手接核弹! 震惊!樱花国时间流速竟然快了六十倍! 刚生下的孩童一夜之间竟然会跑酷!
企业网站的营销职能 上海简约网站建设公司 珠海企业网站制作公司 深圳 网站设计 大连 网站制作 营销的核心 顺德手机网站设计信息 网络营销服务包括 营销型网站如何制作 网站效果 祖灵与家运的关系【www.richdady.cn】 如何改善财运不佳的情况?【www.richdady.cn】 家庭关系的和谐之道咨询【www.richdady.cn】 强迫症的自我提升【www.richdady.cn】 发育倒退【www.richdady.cn】 升迁障碍的职场晋升【σσЗ8З55О88О√转ihbwel 孩子厌学威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的心理调适【σσЗ8З55О88О√转ihbwel 暗恋的原因分析咨询【企鹅383550880】√转ihbwel 前世今生的轮回真相【σσЗ8З55О88О√转ihbwel 婴灵的超度仪式咨询【www.richdady.cn】√转ihbwel 官司的解决方法【σσЗ8З55О88О√转ihbwel 家庭关系的情感维护咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职业发展如何规划?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何避免生活中的意外咨询【企鹅383550880】√转ihbwel 改善亲子关系的技巧咨询【微:qq383550880 】√转ihbwel 家庭关系的幸福指南咨询【微:qq383550880 】√转ihbwel 冤亲债主对生活的影响【企鹅383550880】√转ihbwel 网站设计师联盟 常用的网络安全应急响应办法包括 国家信息安全人才 网站制做公司 微信手机网站 微博营销的特征有哪些 网络安全等级保护条例 网络信息安全考试 微网站建设资讯 网站效果 网站备案填写的《信息安全管理协议》是去了备案的地方再填吗 好未来信息安全规范真实实施 网站开发公司 上海 广州网站建设公司招聘 网络信息安全技术人才 百度问答推广营销多少钱 网络安全高级软件编... 网络与信息安全 ppt 网站建设仪器配置表 网站开发公司 上海 部门网站建设 网站建设书 第4课 网络安全 沈阳做企业网站 网站建设仪器配置表 免费建个人网站 网络安全 教育部 投资 网站制作前期所需要准备 营销的核心 营销模式 定价策略 企业全网营销模式 重庆建网站公司代运网站 网络安全设置方案 北京建设网站图片 欧洲网络信息安全局 广州网站建设公司招聘 上海简约网站建设公司 杭州模板网站建设 成都市信息安全企业 校园信息安全平台 中国网络安全局图标 2014全球网络安全事件 信息网络安全合格证明 网络安全高级软件编... 软件开发与网络安全前景 重庆建网站公司代运网站 机票网站建设 科研 信息安全,-1 信息安全教学 公司网络安全没通过 怎样做好公司网站 网络安全人员管理规定 网站建设书 网站制做公司 微博营销的特征有哪些 信息安全市场 杀毒软件,-1信息安全等级评测机构 中国安全网络安全 代办信息安全服务资质 2014全球网络安全事件 欧洲网络信息安全局 网络营销服务包括 网站设计师联盟 网络安全态势感知 企业网站的营销职能 响应式网站建设信息 网络信息安全考试 大连 网站制作 教材营销 西安h5网站建设 部门网站建设 深圳 网站设计 营销案办理 信息安全不涉及的领域是 博士 网络安全 数据挖掘 r-cnn网络安全 本地的唐山网站建设 本地的唐山网站建设 网站建设书 网站有哪些类型 企业信息安全文章,-1 河源建网站 浙江乾冠信息安全 网络安全扫描器 营销网站设计 免费建个人网站 南京政府网站建设福州网站开发公司 病毒营销的三个特点是什么 网络营销的危害性 高级信息安全管理师,-1 信息安全专业编号 博士 网络安全 数据挖掘 b2b网站开发 沈阳做企业网站 微信手机网站 信息技术信息安全管理使用规则 网络营销推广策划公司广州外贸营销型网站 用自己电脑做网站 dns 网络内容营销的含义 西安高端网站制作公司哪家好 做网站程序 南京 网站设计 网站建设仪器配置表 企业网站免费 网站建设视觉效果 正规的常州网站推广 深圳建科技有限公司网站首页 南京餐饮网络营销公司排名 公司网站设计与制作 做个网站多少钱 第4课 网络安全 信息安全在重庆怎么样 网站建设书 中山网站建设外包 深圳企业网站建设公司哪家好 网络安全2017的大事件 2016国家网络安全博览会 上海全网营销 成都市信息安全企业 西安h5网站建设 衢州做网站 云南网站建设 机票网站建设 苏州响应式网站建设 太原建网站的公司 北京建设网站图片 欧洲网络信息安全局 im营销 网络安全公 网络安全等级保护条例 网站备案填写的《信息安全管理协议》是去了备案的地方再填吗 网络与信息安全 ppt 手机微信网站建设 手机故事式营销软文 广东省卫生厅 关于全面开展全省卫生行业信息安全等级保护工作的通知 网络安全环境检测