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
数字营销知识上海 网络安全宣传周无锡地区网站制作公司排名网络安全管理流程石家庄微网站建设网络安全qq群专注电子商务网站建设银行 信息安全 案例许可email营销工具有网络安全 日本左手为阴,右手为阳,自成乾坤,脚踏虚空,除魔证道。掌天地之轮回,握万界之生死。在这个超能力者们的世界里会发生怎样的事情。 超能力的大战一触即发。 在人山人海的都市里,有着各种各样的超能力者 未解之谜的失踪案,各种超能力者杀人犯,失踪案的背后会隐藏怎样的阴谋...........“爸爸,我要吃饭饭!” 一觉醒来,来到平行世界的刘子夏,多了个亲的不能再亲的闺女。 为了让女儿吃饱饭,为了让女儿住大房子,也为了让女儿她娘回来…… 刘子夏能怎么办?他也很无奈啊! 好在刘子夏带着一个世界的文娱信息,这些压力,似乎不存在啊? 面对那些文娱大佬,刘子夏表示: “不要误会,我不是针对你,我是说,在座的各位都是垃圾!” 公布企鹅群:1054365860(一零五四三六五八六零)睁开眼,林浩强重生到和妻子离婚的当天。 上一世的他,五毒俱全,抛妻弃女。 弥留之际的他,得知老婆积劳成疾,早已亡故,女儿叛逆,十年牢狱之后,死于街头。 林浩强死不瞑目。 上天给了他一个重生的机会,还给了他一方小世界。 为了弥补上一世的罪孽,林浩强起早贪黑,拼命工作,把老婆和女儿宠上了天。七年征战,封七珠王帅。 怎料老婆被关鸭圈,被人绑走还要割走肾脏,女儿下落不明,动我妻女,诛杀九族!在渐渐步入和平的大陆上,阴谋于野心藏于不可见的黑暗中。本来应在棋盘之外的无逝,意外的卷入纷争。少年历经打磨成为锋利的刀,劈开棋盘,走向属于他自己的远方。   为了想要去到的方向,少年肩负着亲人朋友的希冀。   “在没到达尽头之前,我不会停下!” 李来顺是一个名不经传的小保安,一不小心和一个比他大了10岁的女人滚了床单。他本来想对女人从一而终,怎奈,他不但因此进拘留所丢了工作,女人也莫名其妙的消失。李来顺因此开启了老坦儿的不平凡的人生旅程。他先后经历酒店KVT经理、服务员致命诱惑;又差点被金融市场里的金钱、权利俘虏,但他都没被打败,而此时多前杳无音信的女人带来一个更加令人震惊的事件.......敢问上天,是否有仙?一个现代的物流搬运工,穿越到修真世界,一步一步修炼,能否成仙?少年壮志旅途险,看尽凡尘红颜笑。他日仙界再相见,一声道友尽沧桑!这是一名在职侦探写下的故事,文笔可能不是很好,毕竟一般不是在调查,就是去调查的路上,实在没时间与精力酝酿出好的文字,我写下的故事可能很多人都不会相信,不过我能保证是真实发生过的事,各位凑合着看看吧。 我一直在想我什么时候能摆脱这些事呢? 无论鬼神,皆因信仰而存在。 等到某天没人相信鬼神的时候,可能我就真的能闲下来了吧? 我珞北王,注定踏上游戏巅峰。 我洛北王肩负着使命,肩负着茫茫众生的守望,所以。各位观众大大打赏点吧,动动手中的一毛党。 北方密林地下十米深处,一个略带猥琐的少年一脸正气的说到。 苟住。
网络安全必读书籍 信息安全委员会职责 贸易公司自建免费网站 房地产网站制作 免费营销工具 互联网营销可以做什么 中国网络安全专家 信息安全管理考试 sns社交营销案例分析 电子书营销的特点 大龄剩女的婚恋困惑咨询【www.richdady.cn】 阴间生活的前世案例咨询【www.richdady.cn】 升迁障碍的职场瓶颈如何突破?【www.richdady.cn】 老公家暴的环境影响【www.richdady.cn】 人际关系不好时的心理调适咨询【www.richdady.cn】 公司破产对股东的影响咨询【微:qq383550880 】√转ihbwel 与男友前世的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期耳鸣可能是哪些疾病的信号【www.richdady.cn】√转ihbwel 忧郁症的咨询技巧咨询【微:qq383550880 】√转ihbwel 家庭关系的矛盾化解【微:qq383550880 】√转ihbwel 失业【www.richdady.cn】√转ihbwel 亲子关系的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的常见类型威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情问题咨询专家【企鹅383550880】√转ihbwel 亲子关系的共同成长咨询【www.richdady.cn】√转ihbwel 去世的父亲的前世故事【企鹅383550880】√转ihbwel 自闭症的自我提升【企鹅383550880】√转ihbwel 什么原因意外的前世因果【σσЗ8З55О88О√转ihbwel 如何制作营销网站模板 通信网络安全pdf app校园营销推广方案 什么叫新闻营销 建网购网站 留住用户网站 受欢迎的汕头网站推广 网络安全产品 公司 公司网站现状 全网整合营销的公司 关于网站设计的价格 信息安全类资质证书 网络安全人员 义乌网站制作 官方网站怎么建设的 提供网站建设设计 网络安全必读书籍 网站内容运营 平阳网站制作 外贸营销整体解决方案 许可email营销工具有 香港外贸网站建设 网络安全人员 山东省信息安全等级 中国移动网络信息安全,-1 新余做网站 西安网络安全比赛 网站推广的意义 网站建设工作室 营销产品定价策略 电商平台 信息安全 信息安全的三个基本方面 手机网站设计咨询 网站 排版模板 第四届互联网网络安全 信息安全等级保护指引 网络安全人员 网络安全 日本 平阳网站制作 玄武盾 网络安全 官方网站怎么建设的 如何进行internet信息搜索?有哪些搜索引擎网站? 关于网站设计的价格 网络安全管理技术和应用 信息安全服务范围 上海营销外包公司排名 营销知识分享 营销产品定价策略 信息安全的三个基本方面 信息安全审计平台 活动营销 营销知识分享 电子商务可能存在哪些不安全因素?一般可采取哪些网络安全措施 网络营销分为哪4个 全国信息安全技术标准 电子商务可能存在哪些不安全因素?一般可采取哪些网络安全措施 校园网络安全分析 网络安全人员 企业网站策划书 手机网站设计咨询 制作网站 网站兼容9 信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理 营销型网站特点 网络安全网络信息安全 外贸营销整体解决方案 信息安全专业创业 网络信息安全的范畴 信息安全管理中心,-1 国家网络安全周竞赛 如何做公司网站 山西省信息安全研究院 建网购网站 网络安全培训目的 沈阳做网站的公司排名 网站建设官方网站 数字营销知识 怎样上传自己的网站丰都县网站 网络安全 ids 广州市手机网站建设 sns社交营销案例分析 关系营销的劣势 泉州网站设计 网络安全 ids 黄石网站建设 网站建设经验心得 展示类网站 国家信息安全研究中心 网站的域名 国家信息安全漏洞库 网站建设需要多少钱 怎么判断网站优化过度 大型网站建设方案 义乌网站制作 青岛商业网站建设 网络安全专家指导 网络营销传播实战策略 化妆品手机端网站模板 信息安全要考什么证 网络营销师的培训机构 网络营销策略心得 信息安全是指保护信息的 2017网络安全事例 app校园营销推广方案 义乌网站制作 汽车的信息安全指哪些 网络安全 实施目标 石家庄微网站建设 公司网站现状 旅游网站建设方案 第四届互联网网络安全 长春建设平台网站的公司 使用asp.net制作网站在制作相册时怎样添加图片呢? 留住用户网站 信息安全审计平台 第七届中国信息安全博士论坛 信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理 信息安全类资质证书 属于网络安全的内容? 美国网络安全战略 网站缺点 网络营销策略心得 建交友网站 信息安全委员会职责 wifi 网络安全 网络安全管理流程 容易做的网站 德国网站建设 网络营销师的培训机构 第四届互联网网络安全 全网整合营销的公司 公司设计网站建设 上海 网络安全宣传周 企业网站备案 国家信息安全漏洞库