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网站的栏目信息安全最新新闻我国网络安全漏洞管理建网站中企动力临沂做网站山西网站设计网络营销的主要形式有()等.信息网络安全接入技术规范山大信息安全好不好大连建网站公司 传说 风走过的痕迹会留下幸运与希望 人们都听过风与生活交织在一起的声音 风都没有主人,元素不被掌控 当迷雾充斥时 风也会从传说中飞来 大千世界修真界,封神大战天门关,只因大地被破碎,大法祖师炼乾坤,结界之内难修仙,飞升天劫降,破界离去难复返。一个中国的黑帮老大,因为被某人暗算,被杀死了,一醒来就在韩国,却没想到自己到了韩国,还有两个孩子,一堆琐事堆积如山,各个势力也在韩国展开,是一个怎么样的故事发展呢,请等我慢慢道来。本是千万富翁,却遭遇破产危机,结婚六年的妻子还送给我一顶大大的绿帽。 人生低谷,却无意间结识美女总裁。 为还自己清白,我重振昔日辉煌,不仅要手刃仇人,我还要让那些瞧不起我的人跪下来叫我爸爸。 人性是善是恶,争论千年无休止。 而我的故事就要从人性上开始说起…我师傅贺思敏出身于大户人家,父亲是国民党保安司令,解放后,双手沾满鲜血的父亲被人民政府枪毙,在外地上学的贺思敏也被 押回家乡接受调查。作品从贺思敏与两位女子的感情纠葛入手,描写了他曲折、坎坷的一生,通过主人公的人生遭遇,反映了从解放初期到改革开放时期的社会历史变迁,赞美了纯洁的爱情,歌颂了在逆境中自强不息的勇敢精神。大魏王朝,妖魔乱世,幽鬼横行。 当顾青玉睁开眼睛醒来之后却发现自己只有七日可活! 无奈之下,只好凭借驯养系统驯养一只青龟,将其化作自己的一个分身! 【叮!是否消耗成长点驯养青龟?】 【驯养成功!】 【青龟等级提升!】 …… 【叮!是否消耗进化点进化天元青龟?】 【进化成功!】 【天元青龟进化成为:天元龟!】 【叮!获得能力‘天元一气’!】 …… 顾青玉发现,自己驯养的分身不但可以不断升级,还可以不断的进化…… 孟沧渊作为一一个时代的传奇,帮助孟家成就霸主地位以后,找了个小山村隐居起来,只想平平淡淡的过完余生,偶尔治病救人,刚安稳的度过了几年,老友来访后,带来了无止境的麻烦,孟沧渊:老子欠你的嘛?描写人与人之间,微妙的关系  李乘风穿越到一个妖魔横行的世界,成为青城山的一个守山人。   奈何他没有灵根无法修炼,只能安安分分做一个普通人。   但是有一天,他的系统突然变异了,从此成了一个令一众妖魔闻风丧胆的得道高人……   这妖怪也太弱了,我都没有出剑呢,怎么就死了。   我养的一条狗,居然是横扫妖界的一方妖王。   我池塘里的乌龟,竟然蜕变成了洪荒神兽。   之前跟我下棋的老头子,最后竟然成仙了。   还有那个最喜欢听他吟诗作对的漂亮姐姐居然修仙界第?仙?。   知道这些真相之后,李乘风开始怀疑人生:   我该不会真成为绝世高手了吧? 西部无人区的追捕者
网站视频主持人 信息安全亮点 商品微商营销策划 武汉全网营销推广 上海网站改版哪家好 信息安全最新新闻 网络安全三级标准测评 长沙网站制作公司 陕西省网信办网络安全管理 顺德网站制作案例价位 孩子不爱读书的心理分析【www.richdady.cn】 亲子关系的教育建议【www.richdady.cn】 事业不顺的解决方法咨询【www.richdady.cn】 孩子不爱读书的家长引导方法有哪些?咨询【www.richdady.cn】 官司的原因分析【www.richdady.cn】 莫名其妙感伤的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的影响分析【微:qq383550880 】√转ihbwel 投资项目的前世因果咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈咨询【微:qq383550880 】√转ihbwel 心慌胸闷头晕的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场规划如何制定?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的缘分揭秘【www.richdady.cn】√转ihbwel 性压抑的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职业规划咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场突破咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何维护良好的家庭关系?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世故事咨询【www.richdady.cn】√转ihbwel 无形干扰的原因分析咨询【www.richdady.cn】√转ihbwel 解梦的情感释放【www.richdady.cn】√转ihbwel 代制作网站 服务好的微网站建设 如何注意网络安全 网络安全学啥 顺德手机网站设计信息 医院推广营销计划 网络安全定位 网络安全学啥 淄博市网站开发 临沂做网站 营销faq 网络安全扫描器 流程网站 网络营销模式的特点是什么意思 信息安全演讲,-1 网站免费建站系统 重庆网站开发商城 郑州营销外包 网络营销是指以互联网 计算机网络安全心得体会 顺德网站制作案例价位 济宁网站制作郑州营销托管公司 互联网全网营销公司 搭建网站 网页 石家庄网站设计制作服务 营销推广具有的特点是 我国网络安全漏洞管理 网络营销分为哪些类型 建网站中企动力 如何建立个人网站 厦门网站设计 网络安全三级标准测评 网站的栏目 4r营销 信息安全评估服务广州做网站信息 第八届中国信息安全博士论坛 网络安全术语 网络安全防护方案 网络安全细则 全球网络安全市场报告 顺德手机网站设计信息 佛山微信网站建设 不属于网络安全技术 郑州营销外包 网站建设规范 个人电子营销平台 无锡制作网站 浙江信息安全等保网 辛集做网站深圳微信营销神器 陕西省网信办网络安全管理 安阳做网站 网络安全细则 信息安全工作证是什么,-1 网络安全宣传情况 信息安全资质有效期 成都网站设计公司价格 信息安全员证书 淄博市网站开发 网络安全法大赛 商务网站与营销策划 石家庄网站设计制作服务 长沙做网站 临沂做网站 小米手机搜索引擎营销案例 学网站设计 山大信息安全好不好 营销faq 信息安全最新新闻 营销技巧吧 怎样给网站增加栏目 网络安全扫描器 网站顾客评价 全国大学生信息安全竞赛2017 网站运营案例 流程网站 网站内容添加 全球网络安全会议 唯品会营销在哪里找 网络营销模式的特点是什么意思 搜索引擎营销的发展 2010年网络营销常用词 2017武汉信息安全大会 信息安全演讲,-1 网络安全扫描器 邮件营销 模板 网络安全 闭环 网站免费建站系统 展示型网站建设流程 网络安全小报字体设计 沈阳市做网站的公司 重庆网站开发商城 学网站设计 展示型网站建设流程 营销型网站的作用 郑州营销外包 湛江有那些网站制作公司 营销型网站的作用 网络营销分为哪些类型 网络营销是指以互联网 网络安全防护 信息安全类竞赛 网络安全法大赛 计算机网络安全心得体会 旅游网站建设费用 cmmi 网络安全 常州网站建设 顺德网站制作案例价位 医院推广营销计划 贵州网站开发 开通网站后 济宁网站制作郑州营销托管公司 营销faq 服务好的微网站建设 网络信息安全 攻击手段 互联网全网营销公司 计算机网络安全心得体会 人员管理是信息安全工作的核心内容 信息安全评估服务广州做网站信息 gb/t 20270-2006 信息安全技术 网络基础安全技术要求 深圳 网站制作 网络安全 主动出击 大连模板网站制作公司电话 网络安全防护方案 济南外贸网站建设公司 深圳 网站制作 营销推广具有的特点是 网站运营案例 cisp注册信息安全专业人员 营销推广具有的特点是 网络安全术语 开通网站后 2014年网络安全大连 网站制作 网络营销分为哪些类型 全国大学生信息安全竞赛2017 网络品牌营销公司