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
盐山建网站桂林做手机网站设计中华人民共和国计算机信息安全保护条例西安网络技术有限公司网站深训网络安全公司医疗器械网站制作建网站哪家好新闻网络营销工作任务全网营销策划方案网络营销活动有哪些方面神说:太初有道,道即是神! 魔曰:太初有道,魔于道先! 有魔,先于道而生!这不仅仅是某人的自夸,更牵扯到他证道的隐秘。 九州之变,魔星降世,灵石下凡,洪荒秘闻…… 道之所存,魔之所在!且看天魔周游各方世界,追逐魔之本源,成就无上道果! 叶轩重生到高考一个月前 为了不让自己这个渣男伤害她的叶轩决定和她保持距离。 趁着这时候慕容雪没喜欢自己 叶轩准备透露点高考题目让她稳上青华 而自己去临安到时候天南地北,确没想到高考后看到她的录取通知书傻了眼我叫霍子胜,我的故事,从去邻市卖烧烤说起。 也许那一天就是这不寻常的开始。 我的身边不是人,是妖怪。 他们千奇百怪。和我是相爱相杀,互相调侃。 别觉得很奇怪,我还有一个鬼师傅,他的身份也很不简单。 我与鬼为伍,吃阴饭,度阳间。 不平之事我皆来! 猫妖,狗妖,九尾狐妖,吸血鬼,这些都是我的朋友。 最后我还有一个放不下的人,她叫凯瑟琳 她与我故事很精彩,等你来看。 与我拿着床边的纸巾一起嘤嘤嘤吧!开局穿越,继承一家濒临倒闭动物园,一只动物都没有,仅有的鹦鹉还是穿越来的。 怎么办? 激活“神级动物园系统”。 本以为从此走上人生巅峰。 奈何,系统出品,必属精品,园里动物全是秀? 附赠“大明星系统”的金刚鹦鹉,唱歌算什么?请叫我午夜情感大师! 选择“严于自律系统”的大熊猫,别拉我,我还能干三百斤竹子,锻炼是不可能锻炼的,这辈子也不可能锻炼的! 觉醒“除恶为民系统”二哈,投降?谁让你们投降了?老子还没拆呢…… 立志于当社会大哥的平头哥,想当健美教练的袋鼠,消防兵的大象,要上战场的霸王龙,面对一个个“蒂花之秀”的动物,身为园长的苏白表示,我太难了…… 【日常休闲文,有温馨,有搞笑,看了不吃亏,看了不上当!】上古世界,神魔共舞,凶兽横行,修士纵横…… 这一切终归跳不出天道法则的支配。 净世法则之下,一切皆归虚无。 毁灭不过一瞬间,重塑辉煌却需无数岁月。 天道崩灭,推倒重塑,谁甘心再入轮回! 不是意外,房东东因为幸运而被甄选,却只成为魔法星界的普通居民。设定小目标就是环游魔法世界,见识什么叫快乐星球。然而风云变幻,魔团会、族老会、真理会与皇经会几方势力暗流汹涌,无意身处其中自己也狼狈不堪。既然如此,那便是登上魔法的最高殿堂重权话事,宵小退散。人类不感谢罗辑在九州大陆,皇城之巅,有一位传奇人物,他正是皇城之主,九霄神帝,也是九州大陆最强悍的存在之一。于封本是一个国家神秘研究中心的一名工作人员,但死亡之际却神奇的穿越回了神秘复苏一年前。 醒来后,他自带了神秘直播系统,成为了一名探灵主播。 从此,世界上多了一个与众不同的探灵直播间。 直播间日常: 【叮,主播发现特殊道具,开启隐藏任务】 【叮,主播收服女鬼,获得称号:女鬼征服者】 【观众:封哥?封爷!】 同时,直播间的视频传到外界,引起了轩然大波…… 来自时代,沉醉时代,葬身时代。人性构架起生存的舞台,帷幕之下,总会有一两个身影来去匆匆。人的思维支撑着理性,抗拒本能对身体的占有,却又有什么东西在磨灭这份来自人的纯粹? “没必要去关心这些东西,你知道你该做什么。”街角的小店,会为您准备最提神的良药,祝您享受每一天的残酷游戏,至死方休。 这就是生活,不是吗?
成都旅游网站建设 2009网络安全事件 微网站欣赏 营销软件培训 网络安全审计 备案 基于互联网环境与技术建立起来的数据库系统在网络营销中的案例 智慧城市信息安全 局信息安全 营销短视 网络安全实用教程 内心恐惧胆怯【www.richdady.cn】 缺心眼的咨询技巧咨询【www.richdady.cn】 外灵【www.richdady.cn】 升迁障碍的职业发展【www.richdady.cn】 有官司的法律咨询咨询【www.richdady.cn】 自闭症咨询【企鹅383550880】√转ihbwel 亲子关系的自我提升【微:qq383550880 】√转ihbwel 如何改善财运不佳的情况?【微:qq383550880 】√转ihbwel 冤亲债主干扰的案例有哪些?【企鹅383550880】√转ihbwel 与女友前世的因果关系咨询【企鹅383550880】√转ihbwel 官司的预防措施【www.richdady.cn】√转ihbwel 升迁障碍的职场突破咨询【www.richdady.cn】√转ihbwel 家宅磁场干扰的原因咨询【微:qq383550880 】√转ihbwel 财运不佳的财富积累【σσЗ8З55О88О√转ihbwel 前世老婆的前世记忆【www.richdady.cn】√转ihbwel 不爱读书的自我提升咨询【www.richdady.cn】√转ihbwel “缺心眼”对人际交往的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的真实案例有哪些?【微:qq383550880 】√转ihbwel 儿子抑郁症咨询【企鹅383550880】√转ihbwel 精神不振的生活习惯咨询【σσЗ8З55О88О√转ihbwel 上海网络安全公司 扬中做网站 中央网络安全和信息化领导小组 网站建设 银川 信息安全案例库 高端大气网站 互联网营销学习 莱西做网站 石家庄做网站的公司 网络安全推广 国家网络安全部队 微信营销的特点有 常州网站建设公司机构 网络营销活动有哪些方面 贵阳企业网站设计制作 珠海建网站专业公司 天津网站建站公司 信息安全项目分享 中央网信办网络安全协调局局长赵泽良脑白金营销 江苏网站建设机构 北京大学网络安全 重要保障期间网络安全保障方案 常州网站建设公司机构 朝阳做网站 做网站培训 搜索引擎营销五个步骤是什么 搜索引擎营销的工作原理 基于互联网环境与技术建立起来的数据库系统在网络营销中的案例 信息安全系统控制,-1 北京大学网络安全 病毒营销传播渠道 节目营销 营销型视频 营销型视频 上海网站优化 网络营销怎么推广q511566388 建网站哪家好新闻 成都旅游网站建设 国家网络安全监管中心 石家庄做网站的公司 济南手机端搜索营销公司 国家网络安全部队 香奈儿网络营销策划书如何做网络营销 成功的论坛营销帖子 响应式网站建设 个人信息安全调查报告 网站与维护 2009网络安全事件 网站风格 南宁网站设计 智慧城市信息安全 网站方案策划书 石家庄网络营销推广 网站风格 电子商务网站模板 合肥网站制作 信息安全测试工具 电子商务网站模板 2017年信息安全会议 信息技术与信息安全学习网站 网络安全的技术 邛崃做网站 网站设计公司深圳 广州外贸网站公司 网络安全培训课程视频 网站设计的简称 免费企业网站模板 易营销软件代理营销价值观是什么 网络安全 实验 中央网信办网络安全协调局局长赵泽良脑白金营销 营销软件培训 网络安全威胁有哪些 山东临沂网站建设 营销短视 第七届cncert网络安全应急服务支撑单位 且网站制作 郑州网站建设更好 网络营销小案例分析 全国信息网络安全协... 营销门户 常州网站制作 本地的番禺网站建设 北京建设网站的公司 网络安全在大学叫什么 西安网络技术有限公司网站 常州网站制作 h5网站作用 大理建网站 网络营销 你的课 h5网站作用 电子商务网站建设内容 微信营销的特点有 网站域名权 重要保障期间网络安全保障方案 网站方案策划书 中国网络安全审计 全网营销策划方案 搜索引擎营销的工作原理 信息安全测试工具 上海网站优化 整合营销 网络营销工作任务 网络安全员 网络营销要素 信息安全评估多长时间 营销跟促销的区别 中国网络安全技术排名 局信息安全 节目营销 营销型网站案例 网络营销活动有哪些方面 桂林建网站 广州品牌设计网站建设 广州网站优化 秦皇岛建网站公司 搜索引擎营销五个步骤是什么 静安区品牌网站建设 网络安全采访感受 第十届信息安全 网络安全 实验 部队网络安全 网络信息安全中心招聘 桂林建网站 我国应该如何应对网络安全 湛江有帮公司做网站 大连网站制作推广 2017网络安全行业 什么是电子营销渠道 且网站制作 网站建设联系电话 网络营销 你的课 国家网络安全部队 南京专业做网站的公司有哪些 网络安全办法 重大事件 北京大学网络安全