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
金融 信息安全 报告信息安全 身份认证技术美国国家网络安全战略信息安全 身份认证技术微网站开发酒店信息安全泄露事件浪潮网络安全搜索引擎营销的定义e mail营销的特点怎样创建旅游网站这是一个关于两位少女的故事。被神明眷恋的爱丽丝——西门子拥有被称为&amp;lt;凋叶咒&amp;gt;的诅咒,在得知自己害死了另一位少女的家族后,她决定踏上梦境世界的旅途,以自己的方式拯救那位少女。 这是一个游戏。 这是一个人人公平的游戏。 【当万物复苏时,而你却在沉睡…… 当万物沉睡时,你却重现在永恒的盛世迷梦中……】 不知是谁在Conenaridian百科辞典里写下了这句神秘的咒语,盛世界究竟是什么,人类难以预料…… 他们不知道,有的人为了拯救人类,在这个世界,血流成河…… 就是为了艺术真理的紫晶玫瑰…… 他们为了盛世,为了人世间的盛世…… 乔德的小提琴早已化作尘埃飘逝,沃安的华美矢车菊庄园却世世永恒……那里开放着盛世的花朵,还留着沃安的尸骨……路易的黑白键早已成了碎片,而他的力量最后形成了新的世界,让弗笛踏上了与命运最后交战的路程,人类无法战胜自然的意志,却毁灭了世界,创造了新的自己…… “万事万物,向光生长。”——乔德 “为了我所要追求的美,我宁愿飞蛾扑火然后死去。”——沃安 “与自己战斗,毁灭自己,创造永恒的世界。”——路易 “愿一切都如梦般消失。”——弗笛 毁灭自己,就是游戏的目的……旭的灵魂来到了平行宇宙中的元灵界,带着原世界未了的爱情,但此时的他已由风华少年变成了一位芳龄少女,她在这里又有怎样的奇遇呢?她能够找到摆脱命运轮回的密码吗? 本书讲述了一位少女在科幻元灵宙与干姿百态的灵魂相遇的经历和遭受的成长苦难,并参与制造了超级量子灵机与撤旦绝战,她能够战胜魔灵并找到人生密码吗?红尘难脱, 仙者望不穿这秋水三千,承影斩不了这世俗羁绊。 仙又如何?凡又何恼? 若入红尘,安得逍遥。【无毒+不圣母+不送女】 宁凡穿越仙侠世界,觉醒分身养成系统。 开局创建四大分身。 只要把分身培养成大佬,他就能获得奖励。 分身的实力越强,奖励就越丰厚。 于是... 太上宗:我宗道子先天道体,有大帝之姿。 宁凡:对不起,他是我的分身。 紫斗仙宗:我宗圣子摘草可斩尽日月星辰。 宁凡:对不起,他也是我分身。 合欢宗:我宗圣女总该不是你的分身了吧! 宁凡:对不起,她是… 罗刹魔宗:除了这句你还能说点其他的吗? 宁凡:其实你们宗主… … 异族女帝:人族的大佬都是同一个人?笑死朕了! 宁凡:你笑啥?你刚过门的相公,也是我的分身。 异族女帝:???狗贼,啥也别说了,拔刀吧!天纪界300年,人族发展数万年,与魔人对抗千年,终于迎来和平。 天纪界340年,魔人卷土重来。 天纪界341年,全民模拟,选出模拟者对抗魔人。 最后一次临时模拟人生时,觉醒特殊技能:天启! 天启:可以经历分析一切。 获得模拟人生经验越多,天启分析速度越快。 靠着特殊技能,张元一次又一次突破极限,融合模拟人生。 天纪界某某年,魔人被永久封印! 一世:【身患重病,没有战胜病魔,死亡。】 “天启开启,分析!” 【你战胜病魔,成就玄武传说。】 【天启增强,你获得灵源空间,你获得模拟人生优先选择,你获得..】 某世:【二十岁的你,被困魔人捆仙阵而死。】 “天启开启,分析破阵!” 【你分析每一世模拟人生,各方大能见到你的模拟人生,纷纷掉泪。】 【你获得女帝青睐,你获得最强天启,你获得...】 同届临时模拟者,都成为了普通人,苟延残喘。 与此同时,各个平行世界入侵主世界。 张元站了出来,“你们这些被我征服的世界,也敢嚣张?”突然降世的系统,无数未知的怪物,慌乱中迸发的人性黑暗,一切的一切不可言说,亲身来体会这人间炼狱吧!滇南边陲的农村土狗,靠天吃饭的我,走了桃花运,娶了村里数一数二的村花,本来以为是幸福生活的开始,没想到生活却过成了鸡飞狗跳。 丈母娘一家人的嫌弃,老婆的恨铁不成钢,刚出生孩子嗷嗷待哺,生活的压力,将我的脊背压的抬不起头来。 本以为这一辈子就要这么窝囊的过一辈子,没想到,时来运转,让我遇到了一块极品赌石。 一刀穷一刀富,我拿余生赌一个幸福。 一刀暴富,聚财百万,从此开启人生巅峰的大门。 钱是英雄胆,一朝神豪天下知,看风流人物,还属吾辈风流!遁世的九大家族被困于某种阴谋之中,每个家族心怀鬼胎,正法时代已经远去,像法时代来临,三个家族的四个少年启程想要逃离这迷雾般的阴谋秘密,智慧、羁绊、友情、爱情能否发现那不为人知的秘密,面对他们的是胜利……还是危险,是真相……还是更大的阴谋……【江湖+鉴宝+盗墓】我从小没上过学,跟着一位漂亮女人学了十年手艺。十年时间,她锻造了我一对“鬼眼”,辨识天下奇珍异宝。练就了我一双“佛手”,破局下套横行无忌。教会我一身“神技”,从容玩转江湖乾坤。 我用多年来在古玩江湖摸爬滚打的亲身经历,告诉大家一个颠扑不破的真理:古玩不是玩古,而是玩人!
大型网络安全公司 企业网站设计需要多久 网络安全实战平台 网络营销服务专家 信息安全文档 衡水有做网站的吗 大型网络安全公司 外贸网站响应式 每周网络安全 单一产品企业或多元化产品企业的网站建设与策划有什么不同? 发育倒退的前世记忆【www.richdady.cn】 家庭关系的沟通技巧咨询【www.richdady.cn】 财运不佳的财富规划如何制定?【www.richdady.cn】 感情纠纷的情感修复咨询【www.richdady.cn】 迟缓儿的环境影响【www.richdady.cn】 纠纷的法律咨询咨询【σσЗ8З55О88О√转ihbwel 特殊学校的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世修行【σσЗ8З55О88О√转ihbwel 发育倒退的环境影响【微:qq383550880 】√转ihbwel 冤亲债主干扰的化解方法有哪些?咨询【www.richdady.cn】√转ihbwel 投资项目的风险评估咨询【σσЗ8З55О88О√转ihbwel 性压抑的情感释放咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 维护良好家庭关系的秘诀有哪些?咨询【企鹅383550880】√转ihbwel 外灵干扰咨询【σσЗ8З55О88О√转ihbwel 孩子厌学咨询【微:qq383550880 】√转ihbwel 孩子学习不好的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的解决方法咨询【企鹅383550880】√转ihbwel 官司的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的形成原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 日照网站推广 江苏 信息安全技术有限公司 华为信息安全 淘宝中的信息安全 昆明网站建设排名 手机网站建设价位 外贸网站响应式 计算机信息网络安全员 信息安全 等级评估中心 建行企业网站 金融 信息安全 报告 大型网络安全公司 国外网站设计案例 上海网络安全局 大学病毒营销方案 网站制作推广公司 建购物网站 信息安全技术 信息系统安全等级保护基本要求,-1flash网站欣赏 与信息安全管理相关的工作有 大专网络营销教材 信息安全设备厂家,-1 品牌整合营销 分类网营销 昆明网站建设排名 网络安全.信息安全 信息安全分类指南 合肥微营销公司 苏州企业网站建设 莆田网站制作上海 信息网络安全管理 网络安全关注的问题有哪些 信息安全 公告 信息安全与管理证书 网络安全新闻案例 网络营销的外部环境 大学病毒营销方案 汕头网站优化 微博营销是一项系统工程微博营销的操作模式包含以下哪些 网站建设seo 中国信息安全优秀用户案例 国外网站设计案例 汕头网站优化 手机营销有哪些方式 甘肃手机网站建设 e mail营销的特点 与信息安全管理相关的工作有 网络营销服务专家 江苏移动网络安全 高亮 建行企业网站 手机网络安全方案 信息安全设备厂家,-1 绍兴网站建设 网站建设 选中企动力 网络营销服务专家 四川网络营销 湖南信息安全测评中心,-1 外贸网站响应式 手机网站制作机构 网站建设的编程技术 2017年的网络安全 莆田网站制作上海 信息网络安全管理 诚信信息安全服务资质咨询公司,-1 网站建设与推广推荐 数据库营销 信息网络安全普及教育培训教程习题 网络安全实战平台 计算机信息网络安全员 网络安全软件公司排名 信息安全分类指南 优设网站 网站营销方法有哪些内容 网络营销战略是什么 计算机网络安全产品认证 山东信息安全等级保护测评公司 2017年的网络安全 深圳企业网站建设哪家好常州品牌网站建设 网络安全软件公司排名 中企动力官网网站 属于网络安全设备的有 长春网络营销网站 微博大v的营销公司 国内做信息安全的企业 信息安全与网络安全 信息安全 等级评估中心 信息安全的社会效益 网站建设 选中企动力 网络安全关注的问题有哪些 信息网络安全普及教育培训教程习题 金融 信息安全 报告 国家注册信息安全 美国国家网络安全战略 手机网站建设价位 中国信息安全专家 临沂网站 江苏移动网络安全 高亮 苏州企业网站建设 网络营销中广告的策略 单一产品企业或多元化产品企业的网站建设与策划有什么不同? 昆明网站开发报价 网络安全资质 公安部 网络信息安全的技术特征. 社区网络安全 江苏 信息安全技术有限公司 网络安全.信息安全 集中营销的优势 集中营销的优势 手机网站建设价位 知名网站制作公司青岛分公司 网络安全资质 公安部 外贸网站建设 如何做 信息安全与管理证书 联想网络营销案例分析 网络营销网站规划建设 免费网站建设怎样 衡水有做网站的吗 中国信息安全发展历程 浪潮网络安全 信息安全的社会效益 长沙网站空间 营销策划或推广 网络营销的外部环境 信息安全 公告 网站管理 酒店信息安全泄露事件 建购物网站 四川网络营销 长春网络营销网站 网络营销的相关案例 网络安全实战平台 华为信息安全 汕头网站优化 怎样创建旅游网站 手机网站开发技术 信息安全技术 信息系统安全等级保护基本要求,-1flash网站欣赏 网站建设新闻 长沙网站空间