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
广州网站建设信息科技有限公司大连微信营销沈阳教做网站重庆专业网站设计服务关于营销的网站有哪些内容金融网络安全案例微营销有哪些功能信息安全 英国台州优秀网站设计滕州网站建俱乐部的推广营销我只想安安稳稳送个外卖,哪想到有一天居然真的黄袍加身! 还是在异界!! 送外买送到异界的恐怕只有我一个了吧? 看着满目荒凉的异界,杨一暖苦笑一声,开始了异界探险之旅… 外卖是不会再送了,星际贸易才是我的主业! 玻璃球换黄金,香水换翡翠,一个黑心倒爷就此诞生… 异界投资建工厂,寻宝探矿搞开发,从今天开始,我就是杨总! 新世界首富,异世界征服者,就此诞生!!爷爷宁愿坐牢十年,都死守的秘密。 终于在十年后, 重见天日,我传承爷爷的秘密,揭开了那些不为人知的往事……陨石坠后,世界崩溃 科技时代的结束?灵气时代的到来! 全民修灵!但是……后科技时代是什么鬼 两个时代的碰撞,灵者与科技的交融! 少女珂玥秘密守护着“时间之刃”——能将时空伸缩、折叠及扭曲的远古神器。魔界使者姽媚奉命转世追杀夺宝。暗物质世界(异次元时空)的蜥族人创立空玄教,寻找上古神族基因,欲统天下……神秘的“觉醒者”,似乎无处不在,却让人看不见摸不着。珂玥几近绝望之际,才发现“觉醒者”竟然是……?这个世界是无比的疯狂 沐川七,一个国家的皇子,一个捍卫太平的修士,和他的兄弟胡东,在这伸手不见五指的世界,开辟光明。叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!这部作品是瑞延风的小说系列,《三部曲》中的第一部曲 名字叫做行走在理想尽头的旅者,故事线围绕三部曲前作的《长达数年的自我对话》和《一条曲折蜿蜒的旅》开始正式书写,文内主要的题材就是现实中的大都市,现实题材就是说里面发生的故事都是由真实经历或者改变的故事,为了真实,里面使用了很多人们和我一起分享的亲身经历,并且与多个合作伙伴开始展开创作。日本留学生竹下青禾为了完成父亲遗愿来到中国找寻祖母小林惠子,通过小林惠子昔日战友和爱人的讲述以及小林惠子留下的日记本,逐渐揭开了那段沉重的历史篇章。亦木墟历练归来时见到家族覆灭,发誓欲要血刃仇敌,报其家恨。 闯秘境,夺至宝,守边疆,战万族。 沧海一粟,修行千秋,蝼蚁尚且贪命,诸天生灵皆在争渡。 一颗黑球可炸山镇海,一杆长枪可斩万千神明。 是非对错唯有强者定义,弱者只配臣服。 武道九重,上为天地境。 当末法时代结束,修行元气重归上古。 整个修士界,皆因亦木墟的一颗轰天雷,即将暴走...在环境优美的布雷顿森林中有一处私人墓园。“守墓人”韦德就住在紧挨着墓园的一座林间别墅中,照看着隔壁墓园中沉睡着的亡灵:他们曾在世上搅弄风云、显赫一时。死里逃生的丰硕此时正在和韦德一起打扫墓园,接受着“守墓人”的面试,想要加入一个存在了几个世纪的组织:骷髅会……
网站日ip qq邮箱营销方法及管理系统 济南外贸网站建设 信息安全法学 商城网站模板 微博网络营销案例 南京网络营销 网站建设中 信息安全保障体系概述 信息安全 英国 脑部不清晰的咨询技巧咨询【www.richdady.cn】 孩子不爱读书的家庭教育方法有哪些?【www.richdady.cn】 去世的母亲的前世解析咨询【www.richdady.cn】 冤亲债主【www.richdady.cn】 什么原因意外的前世缘分【www.richdady.cn】 强迫症的心理调适【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的原因分析咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感重建方法有哪些?【微:qq383550880 】√转ihbwel 如何改善人际关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份如何影响情感生活?【微:qq383550880 】√转ihbwel 与公婆前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 构建和谐亲子关系的方法有哪些?咨询【微:qq383550880 】√转ihbwel 官司咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的幸福指南咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的情感生活咨询【企鹅383550880】√转ihbwel 事业不顺的解决之道咨询【www.richdady.cn】√转ihbwel 精神不振的自我提升【σσЗ8З55О88О√转ihbwel 头脑混沌的心理调适【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何解读?【www.richdady.cn】√转ihbwel 部队网络安全大讨论 2017 网络安全 长沙网站托管 计算机信息安全设备 重庆南川网站制作公司电话 网站建设案例怎么样 国际网络安全日 关于营销的网站有哪些内容 网站资料备案照片要求2014法人现场拍照相片电子照要求 网络安全服务产品有哪些 汽车网站案例网页设计 信息安全专业专科学校 广州云创通营销手机 信息安全法学 网站建设中 国家信息安全技术水平考试,-1 网络营销实训原理 手机网站空间 网络安全防护评测报告 营销的产品策略 网络营销策划的分类 华为网络安全认证证书 信息安全标准化技术委员会 石景山广州网站建设 建手机网站的平台 信息安全行业招聘 网站设计模板 潍坊网站建设公司电话 机械类内容营销案例 金融网络安全试题 2015年我国互联网网络安全态势报告 景安网站 美国信息安全15万美元 信息安全加固方案 婚纱摄影网站模板 2016年中国网络安全会议 自己弄个网站 信息安全法学 微博网络营销案例 手机网站空间 重庆专业网站设计服务 专业的常州做网站 如何提高网络安全 双语网站建设方案 青岛模板化网站 金融网络安全案例 广州网站开发 旅游项目网络营销案例 网站建设中 重庆网络营销推广辅导 网络营销实训原理 石家庄网站制作 广州信息安全测试中心 酷炫给公司网站欣赏 信息安全所包含的内容是 新潮网络营销 信息安全等级培训 金融网络安全试题 手机网站空间 医院网络营销 视频营销vip教程 南昌的网站推广公司 微信营销有多少种方式 手机营销策划南京 信息安全公司 南昌的网站推广公司 信息安全所包含的内容是 网络安全防护评测报告 山西 信息安全 婚纱摄影网站模板 的营销推广措施分析 长沙网站托管 华为网络安全认证证书 培训网络安全 济南外贸网站建设 营销的产品策略 网站建设中 陌陌提示网络安全验证失败 信息安全等级保护发布 龙华三网合一网站建设 南京制作企业网站 网站信息安全解决方案 开源网站系统 网络营销策划的分类 网站知名度 平台化营销 网络安全宣传移动 诺一网络营销 滕州网站建 网站权重低 视频营销vip教程 华为网络安全认证证书 东台网站建设 商城网站模板 唐山网站建设哪家专业 双语网站建设方案 微营销有哪些功能 唐山网站建设哪家专业 信息安全集成 有哪些 信息安全标准化技术委员会 营销网络是什么意思 网络安全整改 建立网站的条件 网络安全宣传文章 信息安全行业招聘 2015信息安全报告制度 2017 网络安全 石景山广州网站建设 网站信息安全解决方案 北京大学信息安全实验室 杭州网络营销咨询 中国信息安全测评中心华中测评中心怎么样 网络安全类产品 俱乐部的推广营销 中国的网络安全防御水平浙江网站设计公司电话 建手机网站的平台 网络安全服务产品有哪些 旅游项目网络营销案例 网络营销思维 湖南长沙网站建 设计网站怎么收费 酷炫给公司网站欣赏 龙华网网站 信息安全行业招聘 怎么在网上创建网站 网络安全态势感知 soc 信息安全 英国 网站资料备案照片要求2014法人现场拍照相片电子照要求 网络营销学徒是干嘛的? irs网络安全战略目标 建网站方法 网站设计模板 湖南长沙网站建 信息安全保障体系概述 2016网络安全法 工业信息安全联盟,-1