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
公安网络安全培训课程设计网站考虑哪些因素温州制作网站福州网站推广佛山网站seo南京网络安全局长春网站建设公司全国信息安全服务资质咨询,-1信息安全学网络对抗嘛病毒营销互联网案例重庆信息网络安全这部小说内所说的世界与现实世界毫无关联。并且主角们所处的世界为异世界。 一座与外界没有任何联系的神秘城市——MT-X,能够不断侵蚀着被动者的感情。然而,最大的问题还是——没人能够逃离这所城市。 这里有一所学院,只要满足学院的规则毕业的人,就能够逃离这座MT-X,到城市外“无忧无虑”的生活。 藤升流星,作为一个特嫌麻烦而且没有任何梦想的人,被这座城市侵蚀了感情。 为了寻找感情之物而踏入这所规则为「杀人」的学院。 等待他的究竟是纯真无邪的爱之情感,还是深恶痛绝的恨之情感。 一切都要从遇见他的邻桌——『凝玉花利』开始…陈阳被困在了一个永远无法逃离的循环里,只要过了情人节的15点15分,他就会重新回到15天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....出生于剑术世家的李白尘,宁京大学剑道社社长。本以为自己就只会潇洒的过一生。 没想到那天,系统找上了他。 于是至尊剑骨,三千大世界,旅途开始。讲述了极光会成员的日常。简介:你听,那是一道无法抵挡的魔音…… 你看,那是一道不可逾越的鸿沟…… 是诡秘,是不可被亵渎的神灵…… 什么时候,我可以做一次自己…… 这是我自己的命,我的灵魂…… 农村小伙秦天继承太乙神针,身怀失传古医术,被誉为一代天医, 从此他时来运转,纵横天下。  “神医,首富已经在门外等了你几个小时了,什么时候给他看病?”   秦天躺靠美人怀,摆摆手说道:“让他等着……”在这个没有战乱,没有病毒的现代,有一名因为高考志愿时的一时疏忽而去了一个一本末流大学的青年——王昂。凭借其丰富的恋爱经验,本打算再续辉煌的他,却在大学生活中一点点的发现,理想与现实的几乎没有半点关系,自己只是一个生活中平凡的路人。 看清了现实的他,选择了属于自己的道路,走出了自己从未预想过的青春袖内光藏神武剑,他年待正天西北 这是一个纯粹的剑的世界。 少年青璃,纯净如水,晶莹如玉,藏锋守拙。 公子花华,红莲灿世,燃尽苍穹,解皆烬土。 绿叶映红花,花萼相辉,一路生花。 剑的光影中,是沉沦,还是破除。 生生不息源源不绝还是万物尽皆焚灭于流火 且在这缤纷落英中寻得一剑。修真界倒数第一的差班生,怎么在强者独尊的修真界中闯出一片天下?虚界曾经仙界诞生一株仙藤, 仙藤孕育七位生灵! 七位生灵为先天神灵,生而为圣,被后人称为七王! 虚界又名虚仙界,算是只有两位大道圣的伪仙界! 虚界在七王的带领下,百年内从伪仙界一举成长为众仙界之首! 终于圣君易风携众仙界力憾虚界! 最终易风身化天道,虚界崩溃,诸圣尽亡! 但七王中的一人却在众兄弟的护持下生存了下来! ······
手机网站建设中心 信息安全风险评估的一般步骤 网络安全售后服务 深圳网站制作平台 个人网络安全年度报告 白帽子网络安全视频 湖南网站制作 信息安全大赛题目 广州外贸网站效果 网站营运 意外的前世故事【www.richdady.cn】 去世的母亲的前世记忆咨询【www.richdady.cn】 投资项目的咨询技巧【www.richdady.cn】 感情纠纷的咨询技巧咨询【www.richdady.cn】 儿子不读书的原因分析咨询【www.richdady.cn】 亲子关系的心理建设方法有哪些?咨询【微:qq383550880 】√转ihbwel 发育倒退咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 化解冤亲债主的有效方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 生活中的无形干扰有哪些咨询【企鹅383550880】√转ihbwel 前世老婆的前世记忆咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的情感释放【企鹅383550880】√转ihbwel 与女友前世的前世案例【企鹅383550880】√转ihbwel 冤亲债主的干扰与化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的环境影响【www.richdady.cn】√转ihbwel 祖灵的祭祀方法咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的原因分析【www.richdady.cn】√转ihbwel 性压抑的心理调适咨询【微:qq383550880 】√转ihbwel 莫名其妙感伤的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰对日常生活的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何知道自己是否有前世缘份?【σσЗ8З55О88О√转ihbwel 成都 网站设计公司 长春网站建设公司 信息安全大事记 信息安全服务资质证书查询北京公司网站建设报价 信息安全评测师职责 信息安全标准 认证证书 工信委网络安全设备 网络安全售后服务 西安网站制作开发 惠州网站制作 信息安全作业 可信赖的网站建设案例 信息网络安全员培训 自助做网站 网络安全部 西安网站托管专业公司 重庆信息网络安全 网站响应式和非响应式 营销型网站哪家好? 网络安全密码技术 中国大学信息安全 企业为何要做网站 国家网络安全与信息化 信息安全 演讲 无线网络安全审计系统 2015 信息安全报告制度 个人网络安全年度报告 整合传播营销 信息安全研究 期刊 快速设计网站 中企动力技术支持网站 联盟营销 网站的意义 方维制网站 软件注册信息安全 故事性营销软文 中国网络安全法律法规 信息安全要求 网络安全谣言 什么是信息安全包含哪些基本内容 济南网站建设 网络安全售后服务 长春网站建设公司 政府网站 欣赏 信息安全技能训练 信息安全会议吗 网络信息安全认证 网站免费搭建 西宁网站制作 温州制作网站福州网站推广 网站营运 哪个大学网络营销 信息安全认证检测机构 信息安全认证检测机构 什么是信息安全包含哪些基本内容 公司网络信息安全,-1 网站免费搭建 信息网络安全员培训 深圳网站制作平台 软件信息安全测评中心,-1 电子营销书 第一营销网 信息安全作业 大学生 网络安全 中企动力技术支持网站 微网站建设包括哪些内容 南桥做网站 鞍山做网站 最好的网络营销师培训 网络安全 日志分析 信息安全 实验 网站 企业为何要做网站 中国网络安全信息化领导小组名单 快速设计网站 2014 国家信息安全专项 合影营销提供佛山顺德网站设计 网络安全知识库 网络营销免费网站 联盟营销 手机网络安全会议2017 cmcc web 网络安全吗 网站管理系统 张掖网站建设 中国大学信息安全 软件注册信息安全 软件注册信息安全 第一营销网 国家网络安全法与电网 手机 网络安全 卡片式网站 北京专业网站建设 网站的意义 信息安全 演讲 重庆信息网络安全 网络安全事件 网络安全密码技术 信息网络安全证书 惠州网站制作 网络安全售后服务 西安网站制作开发 软件信息安全测评中心,-1 四川大学信息安全专业 有关网络安全的信息 信息安全标准 认证证书 信息安全服务资质证书查询北京公司网站建设报价 外贸邮件营销系统 风险管理与信息安全 启明星辰网络安全审计 信息安全会议吗 河东做网站 慈溪网站设计 现在手机网站设计 灰色的网站 网络信息安全公司 信息安全讲解视频下载 信息安全等同于网络安全 信息安全大赛题目 湖南网站制作 网站重购 杭州营销型网站租车网站建设 营销推介绍 信息安全实验系统 信息安全2000亿 中国网络安全法律法规 青岛找网站建设公司 政府网站 欣赏 网站管理公司 网络营销免费网站 h5营销策略 整合传播营销 加强信息安全管理 2016信息安全培训 哈尔滨政务性网站制作公司 广州外贸网站效果 济南网站建设