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开源信息安全管理系统国际信息安全学习联盟 邀请码常州网站制作企业信息安全类公司排名信息安全保护经验铜仁网站建设网站群系统一座图书馆,一本普通的书,一个平凡的大学生,在那一天之后,命运产生了翻天覆地的变化少年李苏牧,自北地持剑而出。 为寻身世之谜,一人一剑,乱北荒,踏北洲,横渡冥海;闯东洲,撼东荒,决战天幕山。万界战场波澜壮阔,异魔入侵,诸天颤栗! 不屈少年唐尘,不忍看父母被魔宗征召上万界战场,于是仗剑闯魔阵,得混沌仙魔诀,踏上万界征途,一路拔剑,管他仙魔神佛妖,不服?给一剑,还不服?再给一剑。 我要成魔,谁人能阻,我要为仙,谁奈我何,是仙是魔,我自己说了才算。 仙魔同修,剑指万界我为尊!世界变了模样,我既然有了这样的能力,那就让我试试吧......主人公李长风穿越到修仙世界,碰到系统,一路嗨起来。本书描写了葛二两跟师父须菩提学了三十六般变化和高超的武功,携孙悟空、猪八戒、关羽关云长穿越到亘古洪荒的年代,帮助蚩尤和黄帝争夺天下的故事。杨立因为农村出身被女友家嫌弃,被五十万彩礼逼退。看破感情,又不慎坠崖,被豪门美女救下,意外得到先祖传承。自此杨立玩转都市,纵横天下......本人没有任何文采,只有自己的故事,写这部作品的理由主要只是想把自己的回忆都记录下来,到一生快走完时在来慢慢回味,如果有喜欢我的故事的读者也希望能多多支持一下 ﹝本书抖音号∶周少爷的刀,67104207116﹞ 人在江湖身不由己。他的刀轻易不能出鞘,出鞘就得死人,杀人如同吹灯,什么时候开刀噬血?只在一念间。男主一家是代代相传的除妖世家,更有神仙,阎王给的金字牌坊,自唐代以来,出了不少斩妖除魔的天才,但是到了21世纪,妖怪基本上斩的差不多了,委托越来越少,天庭地府不断裁员,家族越来越衰落破败,到了男主这一代,只剩下爸爸和他一起,家里更是穷的揭不开锅,这时,好不容易收集齐山海经,却被无名小妖偷走,圣上大怒,委托男主和其他除妖师找回遗失的山海经……
网店营销推广课程总结 把网络安全作为头等大事 微博营销的优劣势 网站添加关键词 维护信息安全主要保持 电商网站seo 网络安全服务体系包括 2017国内网络安全公司 贵阳有哪些可以制作网站的公司 网络营销策划职位要求 特殊学校的教育理念【www.richdady.cn】 强迫症的康复训练咨询【www.richdady.cn】 发育倒退的前世记忆【www.richdady.cn】 特殊学校咨询【www.richdady.cn】 升迁障碍的职场晋升技巧有哪些?咨询【www.richdady.cn】 心慌胸闷头晕的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的因果关系【www.richdady.cn】√转ihbwel 公司破产的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的化解方法【σσЗ8З55О88О√转ihbwel 不爱读书的前世记忆【企鹅383550880】√转ihbwel 孩子学习不好的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌时如何提高注意力威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的家庭支持【微:qq383550880 】√转ihbwel 亲子关系的互动模式【微:qq383550880 】√转ihbwel 自闭症的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的去向解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公咨询【www.richdady.cn】√转ihbwel 性压抑的自我提升咨询【www.richdady.cn】√转ihbwel 投资项目咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 东营网站设计 邢台网站建设服务 佛山网站制作公司 青岛建网站公司 营销的产品策略 网站制作合同 网络营销大学课件ppt 机械类内容营销案例 网络营销传播策划案 信息安全 大事件 信息安全行业招聘 如何用好营销成本 国家网络安全专题 网站添加关键词 广州知名营销策划公司 第三届全国信息安全等级保护技术大会 网络信息安全 培训 把网络安全作为头等大事 深圳高端网站建设 网站建设 腾 全套北大青鸟网络营销视频教程网站推广seo优化百度排名竞价sem 互联网市场营销的作用信息安全等保认证 城域网网络安全 工信部网络安全负责人 国家计算机网络与信息安全管理中心实验室 网络营销策划职位要求 东莞建网站 如何用好营销成本 国家网络安全专题 网站添加关键词 网络安全周启动一 买已备案域名是不是用了别人的信息注册影响自己网站吗 电商网站seo 网店营销推广课程总结 网站建设及优化 赣icp 网络安全运维面试题 企业网络安全案例分析 网站主色调简介怎么说 大数据网络安全分析报告 支付宝营销活动案例 营销特色 网络安全靶场 信息安全ui设计,-1 第三届全国信息安全等级保护技术大会 深圳高端网站设计 国际信息安全学习联盟 邀请码 常州网站制作企业 网络营销大学课件ppt 天津做公司网站 网站建设 腾 深圳做h5网站设计 网络营销网站 功能 网络信息安全 培训 开源信息安全管理系统 华为 信息安全管理系统 电商类网站 沧州网站备案 网络营销策划职位要求 邢台网站建设服务 网络营销seo中级 网络安全 人才 2017 qq邮箱营销方法及管理系统 第三届全国信息安全等级保护技术大会 网信办网络安全技术局 维护信息安全主要保持 微信营销引流 一个常见的网络安全体系主要包括哪些部分 深圳高端网站建设 微信营销引流 网络安全服务体系包括 深圳高端网站建设 网络安全靠人民征文600 网络营销成本包括哪些 全套北大青鸟网络营销视频教程网站推广seo优化百度排名竞价sem 支付宝营销活动案例 qq邮箱营销方法及管理系统 网站创建公司 美国信息安全15万美元 北京做信息安全的公司排名 东莞建网站 网络安全那所大学有 华为 信息安全管理系统 简约大气网站设计欣赏 手机版商城网站都有哪 些功能 华为 信息安全管理系统 支付宝营销活动案例 网络安全风险管理 哈尔滨营销型网站制作 美团内营销 机械类内容营销案例 电商类网站 天津做公司网站 用于演示的信息安全产品,-1 网络营销大学课件ppt 全网营销推广如何做 国家网络安全专题 网站制作计划 怎么注册网站 2017国内网络安全公司 网络营销网站 功能 网站建设 腾 信息安全ui设计,-1 网络营销顾问 logo网站推介 正定网站建设 网站移动站 蹭别人的网络安全吗 维护信息安全主要保持 网络营销传播策划案 网络安全那所大学有 天津做公司网站 信息安全cnas 维护信息安全主要保持 东营+网站建设 国家计算机网络与信息安全管理中心实验室 网站建设和优化的好处 东营+网站建设 邢台网站建设服务 沧州网站备案 工信部网络安全负责人 网站主色调简介怎么说 北京做信息安全的公司排名 分类营销 上海信息安全等级培训 营销型网站推广方式的论文嘉兴网站备案 系统网络信息安全 2012信息安全事件 网站建设及优化 赣icp 网络营销思维 苏宁易购网络安全问题网络安全界面 公司做网站 网络安全风险管理 网站改版 信科网络 青岛建网站公司 创新的购物网站建设