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
网站推广优化张店网站建设的域名注册化工公司营销推广方案信息安全三级等保方案传统网络营销的区别南昌网站优化网络安全产品元站点网络营销方法大连网站制作.net信息安全服务资质查询 出生可以渺小,但是梦想不能小,一个人可以有缺点,但是不能不进取,可以开始很弱,但是不能一直是弱者,王侯将相宁有种乎,任何的强大都是从弱小一步一步克服困境,磨练成长起来的。 且看一个山野乡村的小孩,如何克服种种条件的限制,一步一步克服困境,磨掉缺陷,在重重困境中突破极限,迈向更高的成就。 这里有成长突破的秘诀,有逆境重生的锻造,有慷慨激昂的誓言,有兄弟情深的情谊,有战天斗地的决心,也有儿女情长的温情,楚洪不只是一个角色,也是一生活在活生生的世界,经历种种生活处境的人。 在这里没有一步登天的机缘,没有重启人生的生而知之,也没有随身携带的金手指,有的只是一步一个脚印的成长突破轨迹,一部走出自我人生的奋斗史,天行渐,生命不息,战斗不止。呼吸还在,成长不止。 李昱穿越十年,用仅记得的十几首歌送给妻子。   没想到就此捧红,一飞冲天成为天后。   李昱也成为天后背后的男人。   可是当他出不了歌,妻子事业正当红时突然提出离婚,并表示事业比他更重要。   也在这时触发神级人气系统。   李昱表示,不装了,摊牌了。   我是天王巨星!万年前,混世大魔王林天在人界成为无敌传说。万年后,林天修‘轮回弑天决’重回故里。曾经他创建的第一大宗已经成了不入流门派,而徒弟们又下落不明,最可恶的是徒孙们被人欺压。一怒之下,林天一手撕天,一脚跺地,让无数仙神陪葬!黄墚一梦终须醒,无根无极本归尘。 金龙飞天归何处,不如凡间做真人。 最终章将梦醒作为结局,人生如戏,南柯一梦。宽广世界,万界林立,来自各各世界的界主,闯荡世界的传奇人生,神域的十八位至高无上者,也不过是星星懋懋。(本书元素商战+年代文+日常+官场) 百岁老人杨明一觉醒来,便穿越回到了和现实世界极度相似的中州世界。 重回二十岁的青春时代不说,更让他兴奋的是在这个时空里的八十年代初,社会刚刚改革,开放了! 特区的建设如火如荼。 但没人能想到就在几十公里外沙口区内一个叫红星村的小村庄里,村民们居然还在为分救济粮而打破头…… 刚刚重生就被开了瓢的杨明捂着脑袋,看着那群为了几十斤救济粮拼命的村民,再想想要不了几年,特区发展就会辐射到这边…… “都别打了,选我当村长,我带你们发家致富奔小康!” 随着杨明扯开嗓子大吼,一个传奇的村子诞生了! 在杨明的带领下,红星村成就了无数个第一——人均万元户全国第一,人均GDP全球第一,人均豪车数宇宙第一…… “经济制裁?” “你们还是先问问咱们的红星村答不答应再说吧!” 面对叫嚣,无数键盘侠们微微一笑表示毫无压力。 杨明抹着额头上的冷汗,表示自己这个村长,压力有点大…… 宋喆在一次车祸中瞪了腿,当他再次醒来发现自己穿越了!? 身为穿越者,怎能没个金手指啥的,系统开局就送了个大礼 唢呐! 正所谓 唢呐一响,爹妈白养 小曲一吹,人间白来 一曲敬明月,一曲敬人生 一曲敬老天,一曲送人走 吹曲看人生,曲停人已走 吹前人尚在,曲响人凉透 这是一个草根的逆袭之路一个是格雷斯星的守护者,一个是诅咒之子,一次意外他们相遇了,但当他的真正身份暴露时,他还会一直陪在他身边?玄元大陆,三古时期,人族创立四大神国。 万年后大陆化为五洲,神国分裂成以十二诸皇国为首的万千武国。 而天下武道,已是百家千派,修炼之法层出不奇。除武国之外,还有宗门林立,纷争不断。 ...... 少年周轩,本是前世三古时期神国的第一猛将,麾下一支黑龙铁骑横扫玄元大陆。 却没想功高震主,英雄命短,被四大神帝联手害其殒落。 带着前世的记忆重转生,这一世,周轩发誓定要踏遍九州,征服天下武国。从此不再任人摆布。 他要一统江山,成就自己的独尊霸业,还要成为这天下最强的武帝.... 在历经无数生死之后,那最终迎来的一切只是开始,历史似乎一直在轮回中。
网络信息安全是一个动态的概念 网络安全宣传周活动项目 汽车软文营销的案例 大安市网站 网络信息安全泄露,-1 微博营销是一项系统工程微博营销的操作模式包含以下哪些? 网站打模块 信息安全分级保护级别阳江网站建设 信息安全三级等保方案 非经营网络安全审计系统 外灵干扰的前世故事咨询【www.richdady.cn】 感情纠纷的情感沟通方法有哪些?【www.richdady.cn】 前世因果化解方法【www.richdady.cn】 外灵干扰的前世记忆【www.richdady.cn】 家庭关系的改运方法咨询【www.richdady.cn】 不爱读书的自我提升【企鹅383550880】√转ihbwel 孩子不爱读书的阅读习惯如何培养?【微:qq383550880 】√转ihbwel 婴灵的超度仪式威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的奇妙经历咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的前世记忆咨询【σσЗ8З55О88О√转ihbwel 缺心眼的环境影响【微:qq383550880 】√转ihbwel 与老公前世的因果关系【企鹅383550880】√转ihbwel 前世老公的前世解析【www.richdady.cn】√转ihbwel 前世老公的前世修行【σσЗ8З55О88О√转ihbwel 耳鸣对睡眠的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 克服职场升迁障碍咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的沟通技巧【企鹅383550880】√转ihbwel 网络安全体系 具体设备 网络营销专业的大学 网站建设成本 南宁中小企业网站制作 淘营销报名 巴彦淖尔市 网站建设 网上电话营销培训 编织网站建设 柳州网站设计 商城网站建设机构 信息安全实验室品牌 个人 网络安全认证 石家庄做网站的公司信息安全峰会 且网站制作 网站建设的域名注册 济南网站设计建设公司 网络黄页营销 网关 网络安全防护手段 网络安全培训记录表 温州网站建设案例广州网络安全培训课程 网站建设公司 深圳 南通网站怎么推广 秦皇岛建网站公司 网络安全日志 信息安全周 景区网络营销方法 网站推广优化张店 网络营销的劣势有哪些 传统网络营销的区别 化工公司营销推广方案 小米的真实营销模式 网络安全屏保 网站区分 翻墙后自己信息安全吗 手机网站界面设计 成都网络安全法 信息安全分级保护级别阳江网站建设 婚纱店网络营销 网络社区营销策略 国家网络安全通报中心 网站打模块 电子商务网站模板 美国 国家网络信息安全战略 2014 最新 租车网站建设 网站互动 无锡网站建设原则 上海平台网站建设公司排名 网络营销价格名词解释 秦皇岛建网站公司 汶川地震王老吉营销 虚拟网络安全 芜湖网站推广 武昌手机网站 高端大气网站 网络安全审计设备 网络安全培训记录表 即时通信营销的特点 信息安全三级等保方案 西安网站设计 网络营销能力秀的作文 网络营销商 大连网站建 汶川地震王老吉营销 信息安全系统等级二级 新乡网站设计 网络安全面临的主要威胁及解决措施 网络安全攻击有哪些 dos攻击 营销道理 网站区分 网站写文案 建网站费用 网络安全攻击有哪些 dos攻击 网络安全体系 具体设备 做网站资讯 网络信息安全泄露,-1 网吧网络安全技术 网络安全屏保 即时通信营销的特点 关于网络安全的误解 网站互动 企业微信营销公司简介 阳谷建网站 景区网络营销方法 成都网站建设市场 网络品牌营销 电子邮件营销方式 淘营销报名 唐钱钱 网络营销 电商营销培训课程大纲 商贸公司营销网站建设 珠海政府网站建设公司 高端网站设计 编织网站建设 济南网站设计建设公司 大型网站开发 网络营销平台调研报告 网吧网络安全技术 网络品牌营销 信息安全监管要求 企业网站seo 网络安全就是信息安全 化工公司营销推广方案 国家网络安全通报中心 信息安全报告 2017 2016网络安全威胁 信息安全周 网络营销的劣势有哪些 网络营销专业的大学 美国 国家网络信息安全战略 2014 最新 非经营网络安全审计系统 传统网络营销的区别 南昌网站优化 营销学专家湖南企业全网营销 西安网站设计 网站推广优化张店 杭州网络科技网站 网络安全评测 营销道理 美国 国家网络信息安全战略 2014 最新 网络营销的劣势有哪些 中山精品网站建设信息 网络营销平台调研报告 创建网站公司 徐州 辽宁网站制作 商城网站建设机构 网吧网络安全技术 网站建设成本 国家互联网信息安全 上海计算机信息网络安全协会 信息安全报告 2017 网络安全宣传周活动项目 小米的真实营销模式 珠海政府网站建设公司 信息安全分级保护级别阳江网站建设 柳州网站设计