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
网站制作呼和浩特南京网站建设包括哪些宁夏制作网站公司做一个营销型网站营销型网站策划网络互动营销公司edm营销招聘上网搜集做得最好的一家邮件列表应用于营销的基础条件是什么?杭州集团公司网站制作东莞网站设计被卷入一场车祸意外的我,醒来之後,发现自己伫立在一片陌生的湖畔, 不但身体动不了,也无法发出声音。 因为这个莫名其妙的状况而陷入混乱, 於是放声大喊的瞬间,我却听到一句出乎意料的台词── “如果中奖就能再来一瓶!” 看……看样子,我似乎变成一台自动贩卖机了……! 我能够选择的行动,“仅限于”自动贩卖机本身具备的功能。 在无法自力行动、也不能跟他人对话的状态下,我能在异世界的迷宫存活下去吗?现代佣兵周文意外魂穿到民国学生周文身上。他利用穿越带来的一颗佛珠的神奇功能,再加上后世带来的经验、知识和技能。打造了一只武功高强、军事技术顶尖的佣兵团队。 他带领这支佣兵团,历经中原大战、淞沪抗战、称雄上海滩。装备了当世最先进的各种武器,最后投身于伟大的抗日战争中。带着兄弟们杀鬼子......人在善恶的取舍中,并没有旁观者。 孟子曰:“恻隐之心,仁之端也”。 我们称之为人性的东西,就是我们的同情心。 你温暖,这个世界便因你而温暖;你冷漠,这个世界便因你而冷漠。文明的时限已到,如何安排后事呢?最初的神这样说着,随后便布下了一场棋局,众神被卷入其中。山河碎,群雄据,荒兽出,世间乱。 护客楼,天灵大陆上最大的一个护送组织;护客人,护客楼的第一执行人。 执我手中剑,护送天下客! 我为护客人,只为守护一方人!龙年诞生,出生之时遇见龙行布雨。在上天的眷顾之下,虽有天生阴阳眼,奈何有得有失天生引鬼,为了积阴德避鬼我做了很多行业,遇见了很多危险恐怖的事情。倒霉的赧海梓意外身亡并穿越到了阿拉德大陆,在这里,他是否会有好运呢?现代反赌专家穿越到大明,睁眼便是生死局,满街皆是花样赌! ?骰宝、牌九、叶子戏,走狗、斗鸡、蛐蛐乐! 偷天换日、飞云探龙、?海底捞月、天外飞仙? ?林萧笑了:过家家的把戏,也好班门弄斧?要说起出老千这档子事,我会的远比你们梦寐以求的多得多! 红月当空,全球骤变。拥有力量,你就高高在上,应有尽有,没有力量,你就只能任人宰割。危机爆发,众种族林立,丧尸,异兽,鬼种,人类。九转山河,浩瀚天下,试问天下,谁与争锋!起步比别人晚的颜逸能否追赶众人的脚步,在末日之中杀出一条属于自己的路。以战国纷争为模式,杜撰、拟造全新世界格局。从始乱纷争,到一统天下,再到风云再起,最终回归一统的庞大布局体系。
有了域名 网站建设 关于营销的网站有哪些内容 网络营销简历怎么写 响应式网站模板 游戏公关营销案例 铜川网站建设 html5 网站 广州云创通营销手机 企业网站建设cms 2017年网络安全大会 存不住钱的财务规划咨询【www.richdady.cn】 如何克服升迁障碍?【www.richdady.cn】 家庭关系的心理调适咨询【www.richdady.cn】 存不住钱的咨询技巧【www.richdady.cn】 儿子抑郁症【www.richdady.cn】 如何缓解耳鸣症状【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰案例【企鹅383550880】√转ihbwel 升迁障碍的职场规划咨询【www.richdady.cn】√转ihbwel 心慌胸闷头晕的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 构建和谐亲子关系的方法咨询【微:qq383550880 】√转ihbwel 如何判断被冤亲债主干扰?咨询【企鹅383550880】√转ihbwel 官司【企鹅383550880】√转ihbwel 升迁障碍的改运方法咨询【企鹅383550880】√转ihbwel 外灵干扰对日常生活的影响咨询【www.richdady.cn】√转ihbwel 财运不佳的改善方法咨询【σσЗ8З55О88О√转ihbwel 阴间生活的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感和解【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 浦东新区专业网站建设 美国大学信息安全 全屏类网站 外贸网站模 9. 计算机网络安全措施有哪些 网站布局f 防城港网站建设 网络安全的通知 基于互联网环境与技术建立起来的数据库系统在网络营销中的案例 上网搜集做得最好的一家邮件列表应用于营销的基础条件是什么? 国家网络安全局电话 南昌网站建设公司 龙岗网站设计讯息 苏州网站推 中国信息安全测评中心华中测评中心怎么样 信息安全 英国 网络营销简历怎么写 信息安全等级保护发布 顺德建网站的公司 温州网站设计 营销的网站 网站组成 简述城市信息安全管理的意义 杭州集团公司网站制作 一个好网站 响应式网站案例 中国可信计算与信息安全学术会议 深圳哪家网站建设好 武汉做网站公司 国家级信息安全测评 医院网络营销 网站漏扫 网络信息安全渗透测试课程,-1 2017 信息安全 峰会高校网络与信息安全检查 制作网站的步骤 网络安全行业有哪些 北京互联网营销公司 什么是营销型手机网站建设 有了域名 网站建设 html5 网站 宁夏制作网站公司 网站要多钱 昌平网站设计 网站核验单 信息安全认证包括哪些 广州云创通营销手机 浦东新区专业网站建设 网络营销简历怎么写 企业网站建设cms 有了域名 网站建设 游戏公关营销案例 武汉做网站公司 信息安全等级保护管... 课程商城网站模板 美国大学信息安全 什么是电子营销渠道 优秀网站建设 北京市信息安全产业 天津微网站 建网站的程序免费 铜陵网站建设事件营销要素 南京网站建设包括哪些 全屏类网站 中国可信计算与信息安全学术会议 网页制作免费网站建设 网络安全面对的威胁 广州云创通营销手机 信息安全专业大二课程 制作网站的步骤 易营销软件代理 外贸网站模 第三方营销平台的发展 网络安全行业有哪些 信息安全认证包括哪些 什么是电子营销渠道 响应式网站模板 网络安全法与网信工作 营销形网站 9. 计算机网络安全措施有哪些 信息安全控制措施是指 营销形网站 外贸网站模 兰州网站制作 怎样建立自己的网站 整合网络营销 客户 重庆网站制作 网站布局f 杭州集团公司网站制作 网站组成 网络营销战略 案例分析 营销宏观环境分析因素分析 网络营销的一些问题 页面设计漂亮的网站 信息安全等级保护发布 网站首页特效 北京互联网营销公司 网站信息安全解决方案 企业网站策划 顺德建网站的公司 网络营销活动有哪些方面 中国网络安全 国际 网站免费建站系统国家信息安全的通知 互联网效果营销 网站的方案 信息安全案例库 关于营销的网站有哪些内容 天门网站建设 简述城市信息安全管理的意义 一个好网站 sem整合营销代理 整合网络营销 客户 2017 信息安全 峰会高校网络与信息安全检查 营销页面策划 网络安全的通知 2017上海网络安全周 互联网效果营销 网站页面大小 佛山网站建设 集团网站开发 广州 深圳 外贸网站建设 信息安全管理ppt 天津网站设计开发 上海专业做网站排名 网站信息安全解决方案 广州 深圳 外贸网站建设 全国信息安全作品赛 中国信息安全测评中心华中测评中心怎么样 制作网站的步骤 全国信息安全作品赛 蓝海国际版网站建设系统 sem整合营销代理 网站的设计流程 企业网站策划 网络营销策划教案 国外优秀企业网站