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
建网站的程序免费医院网络营销信息安全 案例网站被收录行业网络营销现状网络安全软硬件商城网站包括哪些模块美国政府重视信息安全网站建设周期深圳网站制作虽然我是救世主,但我很低调,遇到敌人打的过就打,打不过我就滚!猥琐发育,别浪!大佬虐菜故事未来世界,一款名为超神空间的游戏横空出世! 人类可以自由进入超神空间,进行修炼升级打宝炼器,并且能在虚拟和现实中自由穿梭,将游戏中的等级和宝物带回现实! 沈明为了救治母亲的癌症,踏入超神空间寻找药物,逐渐从一个人人喊打的小人物,成长成为天下无双的万界之主!   【练笔作品,永久免费】 “希雅,我要学技能!”   “好嘞!安排!”   浴血魔功:杀生既是修行…   净心佛经:一心向佛普度众生…   驭火诀:使修行者内力转化为火之力…   操雷诀:使修行者内力转化为雷之力…   控水诀:使修行者内力转化为水之力…   霸王功:使修行者内力蕴含霸王之气…   “换!”   “好嘞~”   ……   “再换!”   ……   “这些狐妖又漂亮又能打!打包!”   ……   “这些兵器都好喜欢!打包!”   ……   “这座山这草皮都不错!搬走!通通搬走!草皮都给他拔下来!”   ……   “这座岛上好多鸟,抓走,通通抓走!”   ……   莫情:“我们的宗旨是什么?”   众妖:“所到之地,寸草不生!”   莫情:“具体呢!”   众妖:“活的都抓!大山都掏!草皮都扒!大树都拔!”   莫情:“很好!”   ……   莫情:“你们的任务是什么?”   狐妖:“抓妖怪!掏大山!扒草皮!拔大树!”   莫情:“还有呢?”   狐妖:“每天训练生孩子!争取生出好孩子!”   ……   莫情:咱就是一个外挂有点多的小修士,咱可没什么坏心思…林辰用短短三百年时间,成为仙界最年轻的仙帝,却遭三大老牌仙帝联手围攻,同归于尽。 未曾想重生回到少年时的蓝星,这一世他将不再留有遗憾,有怨报怨,有仇报仇! 修仙之路也将更加势不可挡!大梁内忧外患,民族已经到了生死存亡之际。 陈杉穿越,一个读博的在校生,来到古代,带着前世的记忆,在古代拖家带口的搞发明。 这书没有系统。 陈衫将在这里遇见很多美女,以及在古代生活的点点滴滴,一步步把大梁带到世界之巅。 我不是神,但是我有创造神迹的能力。 你们自认为很强大,在我眼里不过只是一帮石器时代的野蛮人罢了。 不要挑战我的权威,因为我也不知道你会变成什么样。 燧发枪:烟雾太大,阻挡视线。 后装弹:需要的东西比较多,但也不是做不出来。 大炮:实心弹、散弹、?榴弹,供客户多种选择。 热气球:天降正义了解一下? 机枪:转轮的做不出来,抱歉,只能用这个来阻挡你们的冲锋。 战略舰:口径意味着真理。 装甲列车:修路修到你家门口,这个不过分吧。 双翼飞机:喷气做不出来,在你头上扔垃圾还是能做到的。 班里的美少女转校生告诉我,我们已经被卷入了一场狼人杀游戏当中,随时会死? 可是......为什么我的狼人杀,画风不一样? 深夜,无人居住的房间里传出了诡异的声音, 黑暗的海洋馆深处传来了阵阵婴儿的啼哭声, 桃花盛开的小村庄在黑夜里露出了血色的獠牙...... 我能不玩了吗......“我不后悔,因为无论怎么选,最后都会后悔。”不知为何,我重生到初三的那个暑假,既然回来了,我就不会辜负这个机会陈寻怎么也想不到,自己机缘巧合参加的一次相亲经历,竟然就此翻转了他的整个人生。圣灵大陆强者为尊 万千修仙门派自立 各种天才强者层出不穷 只有不断变强才能活下去!
信息安全应急响应工作流程包括 信息网络安全制度 全屏类网站全网营销方案及布局 诚信信息安全服务资质咨询公司,-1 江苏 信息安全技术有限公司 cdn信息安全管理系统 网站和后台 饥饿营销的作用 东莞政府信息安全 四叶草网络安全公司 如何改善精神不振的状态咨询【www.richdady.cn】 事业不顺的真实案例有哪些?咨询【www.richdady.cn】 前世缘份的奇妙重逢【www.richdady.cn】 婚姻生活不顺的自我提升咨询【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 前世缘份的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的职业规划咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰对生活有哪些影响?【www.richdady.cn】√转ihbwel 头脑混沌的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的和谐共建方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的应对策略【企鹅383550880】√转ihbwel 自闭症的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的故事如何改变命运?咨询【企鹅383550880】√转ihbwel 婴灵的超度与慈悲心咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的教育建议咨询【www.richdady.cn】√转ihbwel 儿子不读书的原因分析咨询【σσЗ8З55О88О√转ihbwel 亲子关系改善建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的案例分享咨询【微:qq383550880 】√转ihbwel 网站阴影 优优营销软件 为什么有些网站搭建的是php其所有网页均已.htm命名 设计公司网站 信息安全的公司排名,-1 酒店电子邮件营销案例 杭州 网站建站 网络安全培训经验 昆明响应式网站制作 网站和后台 网络安全工程师考试要求 北大青鸟网络营销班 建网站的程序免费 视频营销vip教程 网站制作公司 番禺 营销形网站 一个好网站 网络安全管理小组 微网站建设资讯 长沙微信网站制作 西安专业网站建设服务 信息安全国标 如何选择番禺网站建设 诚信信息安全服务资质咨询公司,-1 信息安全 将密钥层次由高到低排序 微信营销有多少种方式 河北省网络安全公司 互联网加数据库营销 网络安全软硬件 怎么做自己的网站? 网站建设价格标准信息 网络营销模式有几种 全国大学生网络安全实战竞赛 网站被收录 网站被收录 全国网络安全信息大会 营销型网站策划 营销策划网络课程 网络安全网 网站模版下载 小米内容营销分析 网络安全共享中心 网络安全软硬件 网站灰色饿了么网络营销策划书 谷歌网站建设 核心机房的安全规划物理安全链路安全网络安全系统安全信息安全 广州省建筑信息安全网 国外的app设计网站 免费域名网站的 网站怎做 深圳企业网站建设公司哪家好 邢台网站推广中国无人驾驶网络安全 武汉新公司做网站 关于营销的网站有哪些内容 网络安全类上市公司 微网站建设资讯 网站建设价格标准信息 信息安全具有特性 顺的网站建设咨询 信息安全大数据 营销 老师 酒店电子邮件营销案例 网站怎做 什么是互联网新媒体营销策划 美国政府重视信息安全 网络营销网络市场调研报告 信息安全 历史策略,-1 网站的方案 全国大学生网络安全实战竞赛 网络安全服务热线 东莞政府信息安全 中央信息安全 网站阴影 2016信息安全产业规模 响应式网站建设咨询 网站手机开 网络营销怎么收集数据分析 网站建设价格标准信息 网络与信息安全有哪些 政府网站 建站 营销导向企业网站策划 网站与微信 微信营销有多少种方式 广州省建筑信息安全网 信息安全等级保护修订 全屏类网站全网营销方案及布局 信息安全的公司排名,-1 教育行业营销策划方案 公司建站文案给网站公司看的 广州云创通营销手机 物理安全网络安全应用安全 pkav网络安全 网站与微信 谷歌英文网站 信息网络安全 官网 小龙虾网络营销方案 与信息安全管理相关的工作有 行业网络营销现状 易尚网络营销公司 上海营销型网站制作 营销学术语 中央网络安全管理小组 丹东网站建设 白山网站建设 网络安全法 爬虫 网站制作公司 番禺 国外的app设计网站 信息安全依据 网络营销模式有几种 公司建站文案给网站公司看的 优优营销软件 市场营销网络培训 邢台网站推广中国无人驾驶网络安全 网络营销案例 建网站的程序免费 网络与信息安全有哪些 教育行业营销策划方案 易尚网络营销公司 中央网信办网络安全 信息安全应急响应工作流程包括 营销外包效果 东莞政府信息安全 搜索引擎营销的分类 营销外包效果 网络营销案例 网络安全的电视剧 020营销 为什么有些网站搭建的是php其所有网页均已.htm命名 一个好网站 太原seo网站建设 网络安全现状与问题 工业信息安全研究所 网站推广报价 如何选择番禺网站建设 信息安全依据