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
信息安全售后服务方案网站定做网络安全人才奖 2016网站b2c的营销方案信息安全 ppt 2017旅游网站设计模板网站优化的图片宣城网站建设青岛网站营销报价为了逃避战友的逝去,三年的海外兵王回来了。张不苦选择开启自己的大学生涯,只是,自己重新获得生活依旧躲不开最终的宿命。 你这一生所遇见的人是你注定所遇见的,你遭受的苦难是你注定所遭受的。 这一世,我不想再失去。 2116年,人类的科学上了一个大台阶。所有的人都在未来的世界中过着无比幸福且快乐的生活,他们永远年轻,不会衰老,没有疾病,他们拥有机器仆人,磁悬浮飞行器,全息情人等一切高科技产品,幸福似乎成为了这个世界的唯一准则。但是在这个世界中的人们永远都不记得昨天发生了什么。   一名男子的跳楼自杀打破了这个幸福的美好世界的面纱,徐飞警官在调查男子自杀这个案件的时候却意外的在男子的遗书中发现了这个世界的真相,然而他还不知道,有一个更大的阴谋真在等待这他........夏历2222年,黑色的太阳突然从极渊升起,在天穹之上悬挂七日,全球陷入一片黑暗。 此次事件中,整条赤道全线崩坏,水蓝星裂开一道长达4万公里的影渊,横贯东西。 七天后,黑日退去,光明重洒大地。 可当人们欢呼灾难结束之时,却不知无尽的恐怖正从影渊之中醒来。 自此,全球复苏,百鬼夜行。 废柴穿越异世界,在这鬼怪丛生的地方,他该如何生存下去?我天生金丹,我同境界无敌,直到我遇见那位神人,年纪轻轻化神,我以元婴期与他比高低,他一脸不屑,追杀我到天涯海角,把我堵在一个死胡同里因为自己的穷,交往了一年的女友突然和他分手了。然而万万没想到的是,这个时候,他爷爷派来的保镖找到了他,并告诉了他一件不可思议的事,然后他的逆袭之路,就在这一刻,开始了。父母被辱,债主上门,女友背弃!俗话说的好,福不双至祸不单行,乡村小子王小飞本殷实的家庭,突发巨变,座座大山压在背上,难以喘息。 可不曾想,王小飞凭借家传之宝偶得透视之眼,从此他过上逍遥自在,人人向往的滋润生活。 可让他苦恼的是,遇到美女告白该何去何从? 捞尸人的禁忌有很多,可总有人不相信,说是歪门邪道。 这不,带着校花总裁下一次水,捞一次尸。 她竟非逼着我和她生猴子!高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦【叮,您的神级搞钱系统已激活!】 伴随着系统的提升声,李凡终于明白了人生的真谛:那就是拼命的搞钱! 李凡借助系统给予的能力,卖配方、开面馆、创业投资一条龙。 秘制水煮肉片,鲜美嫩辣! 天外香炸鸡腿,外酥里嫩! 神级土豆牛腩,酱香浓韵! 除了各种自创顶级菜品外,还有蒸羊羔、蒸熊掌、蒸鹿茸、烧花鸭、烧雏鸡、烧子鹅、卤煮咸鸭、酱鸡、腊肉、松花、小肚儿、晾肉、香肠……等绝味厨艺! 从面馆开始,李凡创业后倚靠着无数神级配方在美食界横行霸道、平步青云的故事拉开序幕……
网络安全企业排行 创建网站公司 徐州 网络安全技术 教程 网络安全年会2017 征文 网站建设发布 网站制作 深圳信科网络 网络安全企业排行 网站换主机 武汉个人做网站 网站定做 事业不顺的原因有哪些?咨询【www.richdady.cn】 外灵干扰咨询【www.richdady.cn】 灵魂化解【www.richdady.cn】 事业不顺的应对策略【www.richdady.cn】 前世记忆恢复技巧咨询【www.richdady.cn】 前世今生的轮回存在吗?【企鹅383550880】√转ihbwel 孩子学习不好的心理调适【企鹅383550880】√转ihbwel 特殊学校的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳【微:qq383550880 】√转ihbwel 去世的父亲的前世记忆咨询【企鹅383550880】√转ihbwel 老公家暴的自我保护咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋规划【σσЗ8З55О88О√转ihbwel 孩子厌学的咨询技巧咨询【www.richdady.cn】√转ihbwel 性压抑的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的案例分享【微:qq383550880 】√转ihbwel 失业的应对方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的咨询技巧【企鹅383550880】√转ihbwel 学习成绩差的家庭教育【企鹅383550880】√转ihbwel 婴灵的前世今生【企鹅383550880】√转ihbwel 冤亲债主干扰有哪些常见症状?【www.richdady.cn】√转ihbwel 网络计算与信息安全 网站建设发布 金融网站开发方案 多个zencart网站收款邮箱绑定到同一个paypal主账号 网络营销相关岗位 大学网络与信息安全研究所 信息安全售后服务方案 专题网站建站 济南外贸网站建设公司 湛江网站制作 seo营销技巧培训课程 网络安全专家:计算机网络安全 成都网站建制作 网络与信息安全通报机制 网络安全主要特征是什么 网络安全 职位 无锡网站建设原则 企业信息安全培训内容 公安部信息安全检测中心 信息与’网络安全 天津学网站建设 网络直播营销常见方式 建网站公司 世界各国网络安全 汉中做网站 王老吉营销事件 川大网络安全空间学院 中国国家信息安全漏洞库 免费网站模板下载 新闻营销稿 手机网站案例 网站建设发布 2014 个人信息安全管理有限公司网站设计 信息安全竞赛官网 营销报价 陕西信息安全管理体系 信息安全 云安全 发展趋势 黑龙江网络营销外包 网站优化的图片 网络安全日展览 呼和浩特做网站的公司有哪些 信息网络安全监测预警机制研究 网络安全年会2017 征文 网站制作 深圳信科网络 网站制作中心 在网站中添加百度地图 川大网络安全空间学院 网络营销的基础职能有 网络安全技术 教程 互联网营销有关专业术语 西安网站建设案例 长沙企业网站 信息安全的国家标准 网络安全 统计 网站设计风格化 网络安全 审计 网站换主机 政府网络安全体系 建网站公司 英文网站设计 网络营销调研 呼和浩特做网站的公司有哪些 达内网络营销师证书 广告营销 网络安全防御系统 西电的信息安全专业排名 微博营销的作用是什么 信息安全等级测评要求 网络安全日展览 西安网站建设案例 济南外贸网站建设公司 网络安全 职位 湛江网站制作 网络安全检测的主要内容有哪些 网络直播营销常见方式 湛江网站制作 西电的信息安全专业排名 网站制作青岛 文件信息安全,-1 网络营销开始先怎么做 seo营销技巧培训课程 免费申请网站 等保 分保 信息安全工程师 资质 网络安全设计级别 网络安全专家:计算机网络安全 美国 信息安全公司 海淀什么是网络内容营销 英文网站设计 2014 个人信息安全管理有限公司网站设计 代制作网站 遂宁网站建设 在网站中添加百度地图 厦门网站设计 廊坊网站推广 企业网站建站元素 网站套餐 成都建网站 网络安全主要特征是什么 信息安全独立评审,-1 什么是公司信息安全,-1 上国外网站的dns 网络安全 职位 等保 分保 信息安全工程师 资质 青岛网站 公安部信息安全检测中心 无锡网站建设原则 网站设计风格化 网站建设公司深圳 绵阳的网站建设公司 病毒营销的传播机理 生活是最高的营销师 信息安全独立评审,-1 网络安全设备 网什么 网站建设颜色注意事项 信息安全认证考试报名 网络安全协议:原理、结构与应用 全国网络安全教育 信息与’网络安全 信息安全行业的企业 病毒营销的传播机理 2016信息与网络安全国际会议 网络营销标语 安丘做网站临沂在线上网站建设 广告营销 网络营销标语 大学生网络安全 网络安全英文新闻 e春秋网络安全平台 多个zencart网站收款邮箱绑定到同一个paypal主账号 信息安全及其解决方案 上海地产网站建设 网站换主机 中国信息安全研究 网站互动 网络安全协议:原理、结构与应用 创建网站公司 徐州