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
hd网络信息安全论坛购物网站推广asp网站制作上海信息安全师招聘计算机网络安全讲座大连营销策划 优帮云如何进网站网络安全委员会核心网络安全小组九州建网站建网站首页图片哪里找这个人很懒,还没有进行说明!风动衣衫雨动帘,楼外青山人未还,烟波江影及时休,月照清水满河畔。本是天之骄子,却被下毒陷害,险些命丧黄泉,流落江湖,纳兰枫烬,势要杀回九重天阙,夺回属于自己的一切,从此之后,皇城江湖,唯我独尊。小家族子弟韩羽,从小丹田异常不能修炼,偶然机会得到一本《天符宝典》从此崛起 炼神符!动阴阳!窃乾坤! 红颜泪!兄弟义!父母情! 且看小小韩羽如何成为不朽巅峰!!! 本文修炼等级:炼体境、气海境、灵武境、玄武境、地武境、天武境、真武境……(每阶九层) 符修:灵符,玄符,圣符,尊符以及神符。(注:每种符分为三等上中下)渊辰是男生的名,临渊星辰。深邃,明亮。他是游走于世间的鬼魂,时而有质,时而无质。非人非仙,三界不留。不知何所从来,亦不知何所归去?用心,记下这浮生相遇,探寻生命的起点和终止!以及他背后的真相……一个苦逼都市打工人,天道不作为,开局被当两脚羊,且看他如何带着都市打工经历在这在艰难异世界挣扎求生。 见千年前的那场旷世大战,将这片大陆的格局重新改变。 几千年的进步,这片大陆步入了现代社会,却依然有人在追寻仙法的本源,最终他们得到了这样的答案。 金、木、水、火、土、风、雷、冰、光、暗、音、以太,十二种已知最直接的元素力量,是仙术?是法术?还是是魔法? 不!在这个世界里,它们就是纯粹的元素,是规则衍生出来的力量。 谁能坚持到最后,谁能更好的使用这种元素之力,谁就能成为这片大陆的传说。一个普通初中生,一次群架,从此开始了他不普通的人生。不合常理的拉拢,一次次的出乎意料,最终走向他早已注定的新人生。一个真实的故事:地主的管家把地主藏在自家的地瓜窖里二十年零九个月,1966年,儿子娶了媳妇,儿媳妇发现家里的情况微妙,用智力解开了这个龌龊的现实。管家的两个远远超过结婚年龄的女儿,不结婚,做了地窖里地主的性用品。 根据这个真实的故事创作的小说。是哪个特殊年代的真实写照。 被时代冲击的老所长申长义,业务素质过硬的侦查员老林,虚心好学的小程,友谊坚如磐石的平头和愣柱子,他们共同谱写了历史的篇章。云飞帆有点发懵。   他努力回想刚刚发生的一切,想到脑袋疼,也想不出所以然来。闭上眼睛,脑海里竟然有一部豪华精装的经书。 ———《逍遥心经》。 右手掌心微微发热,掌心之上,一道鱼形红芒若隐若现。 红芒生,黑芒死!   我是在做梦么?   或者,已经死了,然后重生到异界,所以自己身上有这些神奇的变异? 他与枪杀入阵中,左突右冲,上挑下刺,如入无人之境,那枪寒光闪烁,那人英武狂暴,翻飞之际,若舞梨花,遍体纷纷,如飘瑞雪,转瞬之间,目之所及,身之所在,一切灰飞烟灭! 血色战场,唯有一枪,无上! 万界永世,唯有一人,不败!
网站建设公司 深圳 网络安全实训室建设方案 青岛网站建设找 三零盛安 信息安全培训 杭电信息安全 网络安全领域的工作 网站排版教程 网络营销多层次 2015网络安全论文 杭州网站建设公司 有官司的案例分享【www.richdady.cn】 老公家暴的环境影响咨询【www.richdady.cn】 家宅磁场干扰的原因【www.richdady.cn】 冤亲债主的干扰与化解技巧【www.richdady.cn】 婴灵的前世记忆咨询【www.richdady.cn】 家庭关系的前世记忆咨询【企鹅383550880】√转ihbwel 公司破产的前世因果【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰与解脱咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 亲子关系的互动模式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世因果咨询【微:qq383550880 】√转ihbwel 亲子关系的问题分析咨询【微:qq383550880 】√转ihbwel 孩子学习不好的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的前世记忆咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的前世因果【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的咨询技巧【企鹅383550880】√转ihbwel 不爱读书的教育建议咨询【企鹅383550880】√转ihbwel 外灵的驱除方法【微:qq383550880 】√转ihbwel 前世缘份的重逢有何迹象?【σσЗ8З55О88О√转ihbwel 前世今生的缘分揭秘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 重庆大型的网站建设 商贸公司营销网站建设 郑州营销外包公司哪家好 邮件营销的七个步 昆明网站设计 常见的互联网营销活动 旅游景区网络营销策略 信息安全厂商分类 甘肃网站建设 信息工程 信息安全 网站对比 上海信息安全师招聘 精准网络营销 教育 2017 信息安全事件 网站建设时间 营销pc端 网络安全相关文章 建网站首页图片哪里找 网络安全通报机制 专业网站制作 郑州营销外包公司哪家好 网站排版教程 上海信息安全师招聘 营销pc端 杭州网站建设公司 营销案例分析 济南网站制作厂家 甘肃网站建设 杭电信息安全 龙岗网站制作 云流网络安全吗 中大信息安全专业 内容营销工具有哪些内容 邮件营销行业 利于优化的网站 不正常营销 信息工程 信息安全 信息安全 CC 认证 信息安全 CC 认证 圣诞节网站模板 最优的网站建设 网络营销多层次 网络安全协议都有哪些 个人主页网站制作 1、大型门户网站服务功能 郑州网站设计网站怎么做的 北京 网络安全 国家信息安全管理中心待遇 网站首页页面设计 网络安全通报机制 昆明网站设计 网络营销漏斗图 不正常营销 中国网络营销环境研究 青岛做网站建设的公司 国外优秀网站设计欣赏 南邮信息安全实验室环境网络攻防实验实验报告 大连网站设计公司排名 青岛高端网站开发 河南网络营销 辽宁企业网站建设公司 hd网络信息安全论坛 网络安全标准体系结构 新产品拓展 信息安全,-1 asp网站制作 郑州营销外包公司哪家好 网络安全教育与培训 门户网站开发 网络安全设计指标 高校信息化 网络安全 网络安全等保 南邮信息安全实验室环境网络攻防实验实验报告 网站对比 网络营销 信息化与网络安全 开网站公司 上海网络营销服务外包 网站制作公司 信科网络 商贸公司营销网站建设 信息安全从业人员规模,-1 专业网站制作 网站seo优化公司 开网站公司 信息安全与web安全 hd网络信息安全论坛 2015网络安全论文 上海信息安全师招聘 如何做一个网站 信息安全 CC 认证 排版的网站 每日信息安全资讯 1、大型门户网站服务功能 网络安全新闻网站 郑州网站建设 网络安全论文1500 昆明网络营销策划 网站建设vs网络推广 网络安全风险评估流程 莞城网站制作 苏州网站托管 济南网站制作厂家 我们常见的对信息安全的误区有哪些方面 一个网站多少钱 网站组成费用 邮件营销的七个步 信息化与网络安全 大连营销策划 优帮云 2017 信息安全事件 云流网络安全吗 网络安全实训室建设方案 网络营销入门指引 太原网络营销师培训 网络安全标准体系结构 旅游景区网络营销策略 网站seo优化公司 最优的网站建设 郑州网站建设 榆林网站建设 青岛网站建设找 中国网络营销环境研究 常见的互联网营销活动 信息安全厂商分类 网络安全通报机制 哈尔滨做网站 套模板网站 网站学习流程 绵阳公司商务网站制作 计算机信息安全四级 上海口碑营销公司 网络安全应急响应中心 昆山网站建设 信息安全年会 cncert 网络安全安卓版 不正常营销 b2b网络营销服务有哪些