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
沈阳做网站公司军用信息安全产品认证证书查询网络安全培训记录表个人网站设计如何开发手机网站哈尔滨做平台网站平台公司网络安全竞赛题目网站制作公司成都杭州营销外包公司高唐企业建网站服务商一代战神,因失去记忆,流浪街头,却稀里糊涂成为了秦城豪门朱家的女婿。 受尽欺辱的他,受到重创,记忆恢复,王者归来。 且看他如何收拾曾经欺辱过他的宵小之辈?如何踩着那些为富不仁之徒踏上世界之巅?如何千里走单骑救父母于危难之中? 他就是令边境悍匪和国际雇佣兵闻风丧胆的龙国战神龙之刃林灿。“乱世枭雄争锋来,此乃大海贼时代!”神话仙武版海贼王的故事,魔改剧情,慢热,多铺垫伏笔,有大量自己的情节,也有原著的时间线,完整多体系,逻辑严谨,带你领略仙武海贼江湖的冒险故事,在重重迷雾中找寻历史的真相,争夺气运,问鼎独道之神!一朝穿越,成为朱元璋十七子。 赐封宁王,朱权有点皮。 朱元璋:朱家老十七,纨绔属第一! 直到洪武六十大寿…… 这一天,有人单骑斩叛将,纳哈出归降。 这一天,有人发粮赈灾民,百姓终活命。 这一天,天降祥瑞传国玺,大明得国正。 这一天,朱元璋册封朱权,无敌宁王! 生存于草原之上的野蛮兽族,隐藏于尸骨坟堆中的不死亡灵,接受大自然恩赐的自然精灵,以及夹杂在无数种族之间弱小的人类! 高傲的巨龙、残忍的恶魔、神圣的天使、嗜血的血族、睿智的矮人、伟岸的古树…… 无数的种族在这片大陆栖息,维持着各自的生活。 当命运的钥匙重新回归于这片土地,安逸时光画上句号,整个世界再度动乱! 为了复仇,他最后惨死,当转世踏足这片神奇的大陆时,他又会做出怎么样的选择! 一切,只为当初的承诺! 吾有一戟,可灭乾坤,毁日月,待得花开彼岸来白袍一浊酒,两步一黑暗,当为尘世间镇魔千百年。 他,从小在孤儿院长大,体弱多病,学校中被欺凌的对象。被所有人排挤,偌大个世界仿佛没有他的容身之所。如果弱者不配活在这个世界上,那为何我还要在这里煎熬? 作为掌管爱情和灵魂的神仙,她竟然发现有她都无法掌控的灵魂。生活了无尽岁月的她决定去看看这个让神仙都无法控制的魂魄有什么特殊的地方。殊不知,这一去便改变了她与他的命运。 逃到地球的陆源被人追杀,他不想就这么陨落,他要稳健,要苟住发育。 但是……他那便宜老婆家事有点多。 有人死的时候,把他们一家都托付给了陆源,他不喜欢麻烦,决定横推过去。我,林月,一个平平无奇的剑士职业,原本就与勇者携手战胜魔王的我,正当想解甲归田准备开启我的新的悠闲养老生活时,结果在打败魔王后的下一秒,我被魔王指间的一道强光击中眉心...然后我就来到了异世界了。 所以,这到底是什么展开?我的的武器什么时候变色了?还是黑色... 可下一秒又是什么鬼啊?一剑劈开大山?魔能满格还是无限? 搞咩啊?我的田园生活呢?我的悠闲人生呢?叶天,修仙界绝世天骄,修罗战神,却因功高震主,惨死于庆功楼,魂穿来到地球,重生在一个废物大少身上。带着前世的修仙记忆,叶天强势崛起,血战强敌,逆天而行,纵横都市!他来自修仙界,终将破碎虚空而去!林家长老借天降火雨开始谋权篡位,族长死亡,少族长也丧命。知情这或杀,或是心腹,唯独一个小仆人不仅知情,还逃出了林家。因为林家少族长对他如亲弟弟,他对少族长为亲哥哥。世道无情,人有情,且看我林天报仇雪恨,登上那至高无上的境界
肥城网站制作 广汉网站 网络安全应急 营销策划方案 框架 网络营销创业 武昌手机网站 网络安全产品有哪些网络信息安全日 做网站群的公司 网站 网站建设定制 顺德网站设计 存不住钱的环境影响咨询【www.richdady.cn】 事业不顺的职场困境【www.richdady.cn】 内心恐惧胆怯的案例分享咨询【www.richdady.cn】 去世的父亲的前世记忆咨询【www.richdady.cn】 前世老婆的前世案例【www.richdady.cn】 前世今生的奇妙经历咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产后的员工安置问题【www.richdady.cn】√转ihbwel 心特别累的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 干扰对人的心理影响【σσЗ8З55О88О√转ihbwel 耳鸣的解决方法【企鹅383550880】√转ihbwel 脑部不清晰的案例分享【微:qq383550880 】√转ihbwel 感情纠纷的原因有哪些?咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的症状与诊断【σσЗ8З55О88О√转ihbwel 失业的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世案例【企鹅383550880】√转ihbwel 事业发展瓶颈突破咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的案例分享咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的前世因果咨询【www.richdady.cn】√转ihbwel 性压抑【微:qq383550880 】√转ihbwel 口碑好的无锡网站建设 军用信息安全产品认证证书查询 网站活泼 2017网络安全日宣传 广东省信息安全企业排名 高州做网站 营销班 生物网站建设 国家信息安全管理的主要规定包括,-1 学网络营销费用 全网整合营销成功案例 网站加视频 网络营销网站建设实训 提供邢台网站优化 优化型网站建设 互联网全案营销 品牌网站建设公司 网络安全 x-team 微网站建设包括哪些方面 信息安全分级技术医院营销学 南通网站制作外包 网络营销畅销书排行榜 做网站百度 关于网络安全的专业 企业网站程序 沈阳做网站公司 网络安全4hou 高级网络安全设置 网站建设的编程技术 微信营销 咨询公司 大学生网络安全报告 做网站书籍 网站设计和制作费用 网络营销人才供需状况 北京网站设计制作 新网站建设 网络安全中的认证方法 网络安全产品 昆明建网站要多少钱 潍坊网站建设 宣传网站有哪些 国家信息安全管理的主要规定包括,-1 问答营销的平台选择 html5 网站 虚拟网络安全 16年网络安全大事件 微信营销 咨询公司 四川开设信息安全专业吗 中国 信息安全 法规 网络安全常用知识 非经营网络安全审计系统 海南网站制作 免费足网站 杭州营销外包公司 网站活泼 营销型公司有哪些 网站如何推广 四川大学 信息安全 实验报告 深圳网站设计平台 陕西 网络安全和信息化领导小组 个人网站设计 西安网站建设成功建设 电商营销公司 营销班 四川开设信息安全专业吗 湖南营销网站建设 提供邢台网站优化 免费足网站 如何开发手机网站 个人网站设计 引擎营销案例 网络信息安全是一个动态的概念 网络营销人才供需状况 周口做网站 无线网络安全网关 网络安全4hou 网站设计和制作费用 html5 网站 口碑好的无锡网站建设 新网站建设 全网整合营销成功案例 网站策划图 网站如何推广 网络安全技术的选择 php网站建设公司 做网站编程 网站 网站建设定制 html5 网站 广州外贸网站信息 2017ctf网络安全比赛 16年网络安全大事件 武昌手机网站 长沙定制网站 海南网站制作 云南营销策划培训 网站的后缀 新网站建设 营销策划方案 框架 营销策划方案 框架 php网站建设公司 网站建设的编程技术 长沙定制网站 南昌网站优化 制作网站报价 微信营销 咨询公司 网络营销会失业吗 网络安全防护体系 大学生网络安全报告 网络安全竞赛题目 免费足网站 课程商城网站模板 免费足网站 建微网站 网络安全产品审查 柳州网站设计 口碑好的无锡网站建设 达内学网络营销 网络安全技术的选择 2017网络安全日宣传 网络安全4hou 虚拟网络安全 顺德网站设计 做网站百度 深圳全网整合营销 中国 信息安全 法规 信息安全红蓝队 南通网站建设 网络安全产品全球排名 免费足网站 北京网站设计制作 武昌手机网站 网络营销网站建设实训 铜川网站建设 国家信息安全部长 四川大学 信息安全 实验报告