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
搜索关于网络安全或计算机/网络取证方面的论坛将网址记录下来.网站设计价格大概是网络营销第一层是什么意思个人网站自助建站量子计算和网络安全兰州网站优化国家网络安全应急工程技术研究中心阿图什网站郴州网站建设公司信息安全类产品穿越成为镇南王府的世子,本来想安安心心当一个纨绔,上街打算强抢民女,却没想到一个不小心竟然抢走了微服出宫的当朝公主!更没想到的是,皇帝不但没有怪罪,反而将公主赐婚给他!不是吧,我真的不想当驸马爷!梦是一定要做的,万一是真的呢!传记一个平凡的摸鱼打工人,一次宿醉后莫名转生异界。 获得了先天灵根,开启了一段朋克的修仙生涯。单亲家庭的沈飞在父亲离奇失踪多年后,准备以父亲在他儿时讲述的《光明战士》的故事为素材,创作一部新的动漫,在与主管苏洁商量如何修缮人物形象的时候,突然天降惊雷,沈飞和苏洁被吸入进了二次元的世界,蛋生在了一个叫马来西的王国并被赐名“洛克”,在遍布黑暗的二次元世界里,他结识了很多伙伴,收获了很多在现实生活中还没有体验过的人情冷暖,开启了一段奇妙的二次元之旅,旅途中沈飞(洛克)意外地发现了父亲的蛛丝马迹,这让他感到意外地喜悦,十几年了终于有了父亲的下落,沈飞(洛克)按图索骥开始了寻父之旅……夏历2222年,黑色的太阳突然从极渊升起,在天穹之上悬挂七日,全球陷入一片黑暗。 此次事件中,整条赤道全线崩坏,水蓝星裂开一道长达4万公里的影渊,横贯东西。 七天后,黑日退去,光明重洒大地。 可当人们欢呼灾难结束之时,却不知无尽的恐怖正从影渊之中醒来。 自此,全球复苏,百鬼夜行。 这是百国之地,一个落后的武道文明。那一天,叶城遭逢大变,身上背负滔天仇恨。那之后,他走出了家族,去往外面的世界。那之后,一个逆天改命的人冲出了百国之地,走向了无尽浩瀚的星空,书写了属于他叶城的武道传奇……叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!一道门,让本该死去的人重活于世,让一个本不属于这个世界的灵魂来到异界,两个抱有类似秘密的少年,机缘巧合走到一起,走江湖,闯朝堂,一路拨开层层迷雾,寻得前世今生的真相。 虚空,虚有虚无,11号唱片的秘密? 是一场运筹已久的阴谋,还是临时起意的bug? 命令方块失控,虚空来临,谁能阻挡?
上海模板网站制作多少钱 网络安全 微信 安徽省 信息安全 网站触屏版 微信营销号的劣势 无锡网站建设公司 价格营销策略 飞鱼星 网络安全 网站设计教科书郑州营销托管公司排名 网络营销第一层是什么意思 强迫症的治疗方法【www.richdady.cn】 邪灵的感应现象【www.richdady.cn】 暗恋的咨询技巧咨询【www.richdady.cn】 内心恐惧胆怯【www.richdady.cn】 投资项目的案例分享【www.richdady.cn】 心特别累的原因分析咨询【企鹅383550880】√转ihbwel 莫名其妙感伤的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的环境影响咨询【σσЗ8З55О88О√转ihbwel 通灵与心理学结合咨询咨询【企鹅383550880】√转ihbwel 感情纠纷的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 孩子不爱读书的应对策略咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯咨询【σσЗ8З55О88О√转ihbwel 前世缘份的奇妙重逢【企鹅383550880】√转ihbwel 儿子不读书的改运方法咨询【微:qq383550880 】√转ihbwel 与女友前世的因果关系【σσЗ8З55О88О√转ihbwel 暗恋的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的故事是真的吗?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 手机浏览微网站 网络安全的属性 电信用户信息安全协议书 营销资讯网 网络安全涉密资质 做网站 长 烟台制作网站的公司 美国 网络安全 总统令 沈阳开发网站的地方 长春市网站推广 审计机关网络安全自查搜索引擎营销五个步骤是什么 苏州网站推 怎么建网站 网络安全 高端培训 美国 网络安全 总统令 许可营销工具有哪些 蓝海国际版网站建设系统 工信部信息安全中心 外贸公司网络营销 网站设计时应考虑哪些因素 集团公司网站方案 整合网络营销方案 网络安全 高端培训 大数据技术与网络安全 怎么建com的网站 网络安全要有什么基础知识 怎么建网站 英国 网络安全 机构 阿图什网站 网络安全产品展会 双线网站 xctf网络安全对抗赛 量子计算和网络安全 建立自己的网站 网络整合营销4i 网络营销渠道策略有 义乌 外贸网站 开发 网络通信与信息安全 佛山网站建设怎样做 网络安全证书已过期或不可信 模版型网站 信息安全 pki黑客入侵 网络信息安全 整合网络营销方案 在服务中有效地管理信息安全 满足顾客对信息安全管理的要求 网络安全方法 广东省网络安全宣传周 idc中国网络安全市场分析报告 西安模板网站建设 台州做网站公司 邮件营销的适用人群 网站后台模块 最专业的做网站公司 整合网络营销方案 网站设计教科书 国家网络安全应急工程技术研究中心 武汉做网站公司 网络安全与信息安方向 网站后台添加内容网页不显示 企业网络安全方案 什么是电子营销渠道 网站后台模块 怎么建网站 wap网站制作 网络通信与信息安全 网络营销渠道策略有 企业信息安全的建议 时效营销 网络安全和管理 企业信息安全的建议 怎么取消建设营销交易 网站组成 如何用网络营销的方法有哪些方法有哪些方法 玩具外贸网站模板 整合网络营销方案 怎么建网站 网络安全产品展会 时效营销 电信用户信息安全协议书 网络营销第一层是什么意思 网络安全敏感的国家 网络安全调研报告 怎样建立自己的网站 南京网络安全公司排名 网络营销第一层是什么意思 网站如何申请微信支付 信息安全 pki黑客入侵 网络信息安全 国家信息安全工程技术研究中心 网络信息安全呀管理 信息安全竞赛软件,-1 广东省网络安全宣传周 电信用户信息安全协议书 宁夏制作网站公司 第四届首都网络安全日 网络营销文案事例 上海网站建设网络公司 怎么取消建设营销交易 网站触屏版 品牌营销数据分析 绵阳房产网站建设 百科营销 网络营销组织是什么意思 苏州网站推 个人网站自助建站 网站系统商城 网络安全的属性 网站如何申请微信支付 网络营销文案事例 深圳营销型网站建站 自助建设分销商城网站 信息安全犯罪的案例 网站制做 信息安全 pki黑客入侵 网络信息安全 优步网络营销分析 网络安全错误 错误代码 网络营销经理 大数据技术与网络安全 网络安全看年龄吗 做网站 长 网络安全敏感的国家 网络营销文案事例 网络安全 微信 网络营销组织是什么意思 用c做网站 上海网站建设网络公司 网络安全 高端培训 网站后台添加内容网页不显示 台州做网站公司 如何申请网站 上海网站建设网络公司 怎么建网站 做网站 长 深圳营销型网站建站 怎么建网站 企业信息安全的建议 搜索关于网络安全或计算机/网络取证方面的论坛将网址记录下来.