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
金融 信息安全 报告网络信息安全课程合天网络安全实验室信息安全风险评估工具淘宝网商营销策略分析网络营销职位分析国家信息安全工程技术研究中心山东网络安全i春秋 网络安全大片网站的不同类网站建设vs网络推广 他拥有令人艳羡的身世,他的的父亲是一国元首,而他的人生际遇却从没有受到过任何优待。 他拥有天生异能,他是传说中十二神石之首--“力量之源”的主人,但是这个异能却总在他需要时失灵。 他资质平平,没有一点武技和魔法的修为,却被上古邪灵看中,成为邪灵寄生体,变成了邪灵的傀儡。 他的梦想只是做一个普通人,但是命运总是跟他开玩笑,让一些不普通的事情跟他扯上关系,让他成为众人的焦点。 一个一心只想成为平凡人的他如何成就了他不平凡的一生,他的一生福兮?祸兮?未婚妻的背叛、父亲的离奇死亡、母亲的神秘失踪! 背负着沉重包袱的沈夜白,毅然走向那十死九生的屠邪之路。 在这弱肉强食,渐渐失去秩序的修炼世界,他闯荡坠天神域、脚踏万千邪族、在天地战场纵横杀戮…… 当他驻足停歇、放眼天地,才发现自己早已站在了这个世界的绝顶之巅!我们该去享受,还是该去抱怨,这不是一部小说,是很多故事,或许会有一个触动你,加油描述本人在一次机缘巧合的情况下穿越了自己的首创小说作品《仙剑跨世代》当中,亲身经历进行小说作品历程,在小说作品中本人担当着每一个角色的视角来找出作品中的软伤和硬伤的所有漏洞并想方设法更改的过程,从而达到回到自己所属世界的前提,可是就当本人经历千辛万苦迂回曲折的历程后准备回到自己所属世界的时候,令本人料想不到的情况却又再度发生……李天命做梦都要笑醒了。他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食的‘永恒炼狱凤凰’。 他的黑猫,是以雷霆炼化万界的‘太初混沌雷魔’。 连他家的小强,都是拥有万亿不死分身的‘万界永生兽’…… 从此,他驾驭十头太古混沌巨兽,化身万古第一混沌神灵,周游诸天万界,镇守无尽神域。万物魔灵,诸天邪魔,连爬带滚,哀呼颤抖! 沈清风本是秦皇之子,原以为能够荣华富贵一生,可还没来得及享受,就被自己的青梅竹马杀害,就此陨落。 千年之后,他意外重生,而自己的青梅竹马已经成为了蓬莱界唯一的皇,这一世,他能否报仇,成为那凌驾众生之上的神。沈灰穿越到可以觉醒世界本源,创造属于自己世界,成为造物主的星球。 有人打造修真文明,有人打造科技文明…… 而沈灰觉醒的却是死亡世界,里面充满了死亡负能量。 一切活物都无法进行创造,被认为是毫无用处的废物世界。 不过作为知晓各种鬼怪,都市怪谈的沈灰,直接打造了一个不要生命的怪谈世界。 贞子,猪头屠夫,富江,警笛头,寂静岭…… 一个个诡异生物或者诡异区域被沈灰创造出来。 不知不觉中,沈灰打造的诡异怪谈世界,让全世界都为之感到恐惧!赢飞羽穿越大秦,开局年仅五岁半。 还好身携熊孩子系统,只要不断搞事就能获得奖励。 “什么?系统你说我爹是秦始皇?” 当得知自己竟是嬴政流落在外的第二十四子时,赢飞羽惊了。 为了大秦不再二世而亡,也为了自己的小命,赢飞羽只好出手为嬴政逆天改命,导演沙丘宫之变! 嬴政:“好孩子,跟朕回宫,宫里好吃的多的很!” 小正太:“有泡面吗?” 当代大儒:“小公子,咱们今天学四书!” 小正太:“你瞧瞧我倒背的如何?” 第一武将:“小公子,臣来教你几招!” 小正太:“还是我先给你表演一个空手舞石狮子吧!” 嬴政:“赵佗造反,谁去平定?” 百官:“小公子文能提笔安天下,武能马上定乾坤!” 小正太:“别急!容我先练一只特种兵!” 原本只想作妖混个系统奖励,不曾想竟被秦始皇当做接班人培养! 世界末日,全球冰封! 冰河世纪重临,人类崩盘,文明崩盘! 在末日天灾的即将降临的最后一年里,秦歌携拯救末世的使命,穿越而来。 地下龙国仿佛突兀而生,一夜之间,闻名全球。 “我的祖先源自唐朝的长安,也算半个龙国人。求求你,让我进入龙国吧!” “起开,我家从民国时才移民的,血统比你纯净对了,我们比你有资格进入龙国!” 那一刻,举世瞩目。 人类文明的火种能否得以延续,一切,都看龙国!游戏俱现,五开玩家李长生,突然获得五个号的修为! 别人满级200,李长生:“我1000级什么鬼?” 别的玩家只能选一个职业,李长生:“你见过八块腹肌的法师吗?”
网络招生和营销 网站搭建吧 国内信息安全厂商 i春秋 网络安全大片 大莲网站建设公司 长沙营销型网站建设 国内信息安全厂商 衡水做网站公司 信息安全专业分支 公司网络安全事件 亲子关系的互动模式【www.richdady.cn】 婴灵的超度方法【www.richdady.cn】 失业的心理调适咨询【www.richdady.cn】 前世老公的前世影响【www.richdady.cn】 前世缘份的解读方法咨询【www.richdady.cn】 与男友前世的记忆解析【微:qq383550880 】√转ihbwel 孩子厌学的原因分析【www.richdady.cn】√转ihbwel 孩子不爱读书的应对策略咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的自我提升【σσЗ8З55О88О√转ihbwel 自闭症的自我提升【微:qq383550880 】√转ihbwel 感情纠纷的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的心理调适咨询【www.richdady.cn】√转ihbwel 大龄剩女咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的自我提升咨询【www.richdady.cn】√转ihbwel 学习成绩差的辅导方法咨询【企鹅383550880】√转ihbwel 学习成绩差的案例分享咨询【微:qq383550880 】√转ihbwel 存不住钱的前世因果【微:qq383550880 】√转ihbwel 与老公前世的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世故事【www.richdady.cn】√转ihbwel 前世今生的轮回理论咨询【σσЗ8З55О88О√转ihbwel 互联网信息安全产品 网络信息安全 期刊 网络营销销售方案 网络营销职位分析 广州网站设计公司 山西 信息安全测评 无锡网络公司可以制作网站 网络安全 课程 试听课营销 网络营销体系都有什么意义 网络营销的商品按其形态可分为三大类即实体商品软体商品和在线服务 网络安全威胁报告2016 不属于计算机网络安全技术的是 信息安全网络安全工作的组织 建电子商务网站 饿了么的网络营销模式 信用信息系统安全保护级别 测评资质 公安部信息安全等级保护评估中心 龙岩网站制作 全响应网站制作 做网站 长南宁网站建设 卫龙营销战略 无锡网络公司可以制作网站 email营销方式网络安全等级保护2.0 企业信息安全的建议 山西 信息安全测评 国内信息安全厂商 网络安全等级保护标准 国内信息安全厂商 信息安全网络安全工作的组织 分享型网站 旅社网站建设 网站设计 企业信息安全知识培训 2016全国大学生信息安全竞赛 如何做网络营销 虎门做网站 国家网络安全问题 网络营销组织是什么意思 济南外贸网站建设 信息安全都有哪些方向 网络营销的技巧是什么意思 青岛模板化网站 中国网络信息安全公司,-1 长沙营销型网站建设 网络安全缺陷定义 网站搭建吧 网络营销可以接本吗 网络安全的现状与威胁分别有哪些 用别人网络安全问题 网站的不同类网站建设vs网络推广 旅社网站建设 优步网络营销分析 公司网络安全事件 网络安全 课程 email营销方式网络安全等级保护2.0 win2008网络安全 南昌市建网站的公司 网络营销公司地图 建电子商务网站 网站设计计划书 网络安全画像 重庆seo网络营销高手 信息安全 等级评估中心 重庆互联网营销推广 电子商务 网络营销培训 西安网站建设有那些公司 工业控制系统信息安全 责任 用别人网络安全问题 广东在线网站建设 日常生活营销思维故事 网络安全威胁报告2016 饰品网站建设 网络营销体系都有什么意义 网络安全新常态 营销 服务 制定网络安全解决方案 重庆互联网营销推广 信息安全行业公司排名 网站采用哪种开发语言 企业信息安全知识培训 如何做网络营销 信息安全设备厂家,-1 杭州g20峰会 信息安全 做网站 长南宁网站建设 2017信息安全大会rsa 营销资讯网 网站内容 快速办理信息安全服务资质咨询公司,-1 国家信息安全工程技术研究中心 日常生活营销思维故事 网络安全扫描器nss 信息安全 等级评估中心 网络营销的技巧是什么意思 营销型网站建设案例分析 常州网站优化 网站备案流程 网络信息安全防护体系 网络安全等级保护标准 信息安全网络安全工作的组织 淘宝网商营销策略分析 局域网中网络安全设计的原则 网络信息安全防护体系 试听课营销 脚本对于网络安全 i春秋 网络安全大片 集中营销的优势关于加强信息安全管理体系认证安全管理的通知,-1 网站托管方案 网站设计 南昌市建网站的公司 互联网信息安全产品 建行营销 信息安全的法规 网站设计计划书 广东在线网站建设 衡水网站制作 国内信息安全厂商 网站制造 谈谈对网络安全的认识 网站的不同类网站建设vs网络推广 建电子商务网站 网络营销可以接本吗 网络安全优秀教师2016 营销资讯网 整案营销 信息安全的法规 用别人网络安全问题 网站顶部 网络安全的基本目标不包括 email营销方式网络安全等级保护2.0 2017信息安全大会rsa 服装网络营销方案 青岛模板化网站 网络信息安全维护系统 如何使用陌陌进行网络营销 石家庄短期网络营销