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
h5制作企业网站有哪些优势湖南网站seo计算机信息安全知识部队网络安全泄密视频公安厅网络安全测评触摸网站手机三级信息安全等级保护,-1中山网站建设方案四叶草网络安全本地佛山顺德网站建设平平无奇的打工人王虎穿越了?还穿越到了一个天赋渣渣实力菜鸡的人身上?怎么办?还好我自带系统,不说别的,爷钱多!想入最好的云海书院但天赋不行?没关系砸钱!想学习功法没办法理解?没关系砸钱洗髓丹可以拥有!有人想群攻?不好意思,已经砸钱开宗门了呢! 你我本无缘,就靠我砸钱!上古时期,世间有三种灵,分别是器灵、兽灵、虚灵,它们存于世间,守护世间。但不知为何,它们忽然消失了,在灵史中称――“灭灵之劫”自此之后世间在无三灵。然而,战国时期,许多人忽然拥有了一些反常的能力,力可扛鼎、控制水流、释放火焰……而他们依靠的就是三灵逝去之后所留下的魂灵之力。为了区分魂灵之力的高低,魂灵又被分为五阶,黄、地、玄、天、圣,又根据寄宿者发挥的强弱将宿主分为五等,养魂境、摄魂境、御魂境、镇魂境、伏魂境。这些人因此被称为‘寄魂者’,为不让他们影响正常人的生活,几位伏魂境强者制定规则,寄魂者不得在正常人前使用能力,为此设立护魂殿,维持此规则,直到现在。 住进了隔离医院重症监护室的许如鹏,重生到了2005年去大学报道的绿皮火车上。前世逃避天作良人,浪迹花丛片叶不沾身,年近不惑,任然孑然一身,这一世,许如鹏还会做同样的选择吗?且看许如鹏情场商场翻云覆雨!全球各地陆续有人头顶出现一块倒数计时屏幕,计时一完人就死。杀掉同样出现倒数计时屏幕的人能增加时间。只有在三米之内,能看见对方的屏幕和计时。 “叮!恭喜获得延时技能!” “叮!恭喜获得樱桃味女仆!” ????什么玩意儿???? 主角出门买菜,回来时突然发现整栋楼也出现了计时屏幕 一愣神,整栋楼化为乌有。蓝星灵气复苏,域外天魔入侵,上古万相暗潮涌,八字神煞齐相聚……在这全民修炼、大能出世、妖魔作乱、鬼物乱世的世间……苏陌璃,他的体内流淌着最纯正的麒麟精血,力压群雄、一尘绝迹,终将在修炼者中成为脍炙人口的神话。东汉末年,汉室崩塌。 刘闲意外穿越到这乱世,开始一段传奇人生。 利用遥遥领先这个时代的知识,收名将,戏红颜,混的风生水起。 同时训练出一支傲视当世的铁血精锐。 刘姓为王,大浪淘沙。 待一切尘埃落定之后,一个完全不同的大汉帝国重新出现在了大地的东方。古陵穿越仙武世界,成为道宗被废弟子。被打入禁地渊薮,觉醒签到系统。 “叮!签到成功,恭喜宿主获得先天圣体道胎!” “叮!签到成功,恭喜宿主获得元辰精神术!” 一百年后,修行界大乱,在古陵走出禁地的时候,豁然发现,自己举世无敌。关于17K的问答大百科,有什么问题也可以留言!月高悬于空,星不见其影。 沉眠的暴君从历史中苏醒,漆黑的双翼划过破晓的黎明;巍峨古堡跨越了尘封的的记忆,矗立在洛尔维亚的群山之巅。 当头戴王冠的公主睁开双眼,从死亡归来的旅人重新握住剑柄—— 国王湖的水面不再平静,却依旧深不见底。人生就像飘在空中的风筝,上由不得你,下也由不得你,总是被若隐若现的那根命运之线掌控.....
培训营销 交互式网站设计 深圳 网络战实例/网络安全 本地佛山顺德网站建设 信息安全专业排名2014 信息安全专业排名2014 3g手机网站 信息安全运维服务资质 网络安全面临的威胁 重庆整合营销哪家好 前世缘份的改命技巧咨询【www.richdady.cn】 感情纠纷的情感咨询【www.richdady.cn】 灵魂化解与心理疗愈【www.richdady.cn】 头脑混沌的咨询技巧【www.richdady.cn】 儿子不读书的案例分享咨询【www.richdady.cn】 升迁障碍的职场策略有哪些?咨询【微:qq383550880 】√转ihbwel 阴间生活的前世故事咨询【www.richdady.cn】√转ihbwel 事业不顺的职场瓶颈如何突破?【微:qq383550880 】√转ihbwel 如何解决孩子不爱读书的问题?咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的案例有哪些?咨询【σσЗ8З55О88О√转ihbwel 提高情商的方法咨询【微:qq383550880 】√转ihbwel 人际关系不好的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵对人的影响【企鹅383550880】√转ihbwel 不爱读书的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的医学检查【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的案例分享【微:qq383550880 】√转ihbwel 无形干扰的咨询技巧【www.richdady.cn】√转ihbwel 人际关系不好的解决方法【www.richdady.cn】√转ihbwel 亲子关系的教育策略有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 互联网营销 行业简介 对网络系统而言信息安全主要包括信息的存储安全和信息的 企业视频营销策划 企业网站模板下载2015年网络安全数据分析 网络营销广告形式 公安厅网络安全测评 搜索引擎营销如何使用 信息安全行业新闻 机械厂网站建设 网络营销从事工作内容 第四届广东省网络安全 外链发原创文章那这原创文章是属于我网站原创还是外链网站原创? 互联网营销策略 总经理 南宁建企业网站公司 信息安全技术保障,-1 政府it系统信息安全 网站建设广告 网络营销事件案例 湖南网站seo 网站审核要多久网络安全规划方案 营销颠覆 公安网络信息安全 北京 信息安全 发展 成都网站推广公司 信息安全领域知名企业 绿色调网站 部队网络安全泄密视频 部门网站建设 网络营销属于物流? 门户网站建设注意事项 梁和平 网络安全 信息安全工程师软件 网络营销属于物流? 南京网络营销外包 哪个大学信息安全 重庆整合营销哪家好 2015网络安全 哪个大学信息安全 互联网营销 行业简介 南宁建企业网站公司 国家信息安全工程技术 达内培训 营销机构 对网络系统而言信息安全主要包括信息的存储安全和信息的 企业网络安全方案集团公司广域网组建 许可email营销怎么做 台州做网站优化哪家好 企业视频营销策划 服务器 网络安全 网络安全类证书 什么是整合营销? 企业网站模板下载2015年网络安全数据分析 新鸿儒网站 北方明珠网站建设 西安成品网站建设 网络营销广告形式 门户网站建设注意事项 互联网信息安全规定 肇东市网站 公安厅网络安全测评 网络信息安全等级 肇东市网站 企业网站模板下载2015年网络安全数据分析 搜索引擎营销如何使用 大数据网络安全可视化 网络安全与管理ppt 网站及单位网站建设情况 信息安全行业新闻 搜索引擎营销的发展历史 网站制做公司 中国网络信息安全峰会 机械厂网站建设 泰安市营销 南昌网络营销课程 网站制作青岛 网络营销从事工作内容 公安网络信息安全 个人主页网站模板 信息安全的内容是 第四届广东省网络安全 信息安全行业新闻 信息安全等级保护的意义 互联网公司怎么营销策划 外链发原创文章那这原创文章是属于我网站原创还是外链网站原创? 从以下新闻入手分析并阐述一下你对网络营销价格策略的看法 超低价的郑州网站建设 网络建设的网站 深圳企业网站建设公司哪家好 信息安全设计规范 网络安全预警监测软件 广州飞天诚信信息安全 哪个大学信息安全 成都网站推广公司 国家注册信息安全咨询师 网站建设广告 网站制作青岛 政府it系统信息安全 唯品会营销 2015网络安全 信息安全企业数量 制作公司网站价格 特朗普的网络安全政策 网络营销环境特性 网络安全电影网站 免费创建网站 建网站首页图片哪里找 网络安全面临的威胁 苏州好的做网站的公司 2010年网络营销大事件 网络安全 最高法 三级信息安全等级保护,-1 网络营销咨询 信息安全企业数量 网络营销属于物流? 广州建外贸网站 网络安全手机 广州外贸营销型网站 信息安全大会上排名网络安全情报 南京网络营销外包 青岛网站建设找 国家注册信息安全咨询师 网站推广报价 电影网络营销推广公司市场营销策略及案例分析 中国网络信息安全峰会 设计网站平台风格 手机网络营销怎么做 重庆 网络营销策划 网络安全面临的威胁 《网络安全》2017 外贸网站建设 公安网络信息安全 网络营销微观环境因素 网络战实例/网络安全 四视图网站 家如何网站 网络安全与管理ppt