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
龙岩网站制作网络安全 培训2014中国信息安全大会asp网站默认打开index.html不是index.asp网站的缺点启明星辰网络安全工业与信息安全网络营销宏观环境因素信息安全评测标准cc是标准信息工程大学信息安全合肥网站优化费用希瑞尔已是整个宇宙最为强悍的存在之一!无界妖瞳赋予了他洞悉一切奥秘的能力,可他此刻却无法看清身前女子的面容!在那团绝对深沉且有些扭曲的黑暗之中,潜藏的才是整个宇宙最终的宿命!也是他和她之间故事的结局! 恶灵苏醒,乱世降临,华国岌岌可危! 普通人命如草芥,随处可见尸横遍野。 叶辰,从异世穿越而来,激活杀戮系统。 恶灵、异变体,皆为系统升级的燃料。 肉身无限增强,武学无限进化。 【成功击杀变异三角哥,获得50点力量!】 【成功击杀变异跳尸,获得40点体质!】 【神魂点数-10,霸体血统升级,狂暴时间提升50%、狂暴期间力量提升200%、敏捷提升200%、体质提升300%】 【技能点数-1,金钟罩熟练度提升为LV100,进化为龙吟金钟罩LV1!】最可怕的敌人,就是没有坚强的信念。——罗曼·罗兰 汉朝时期,因文景之治,社会出现了多年未有的稳定富裕的景象。人民的生活水平得到了很大程度的提升,物质基础亦大大增强。作为中华文明迈入帝国时代后的第一个盛世,奋发有为、开拓进取、爱国爱家、文明尚德、胸怀天下、和平诚信等等的精神,成为整个汉朝社会的价值取向……他喜欢在杀人之后擦拭自己的剑,有时候他就是没有杀人也会擦拭自己的剑,他喜欢见到漂亮的姑娘就问人家有没有相公,他喜欢让战败的人在他的面前跳舞,他喜欢一个人提着酒壶躺在房顶........ (因为我想写一个夫妻档的故事,所以前面铺垫比较长。这个一个用秘术较量的世界。) 每日四更 天地异象,洪荒崛起,万事万物皆被抛弃,人如蝼蚁,生灵如草芥,是灾祸,亦是机遇,既然正义已经无法拯救世界,就让我跌入魔,坠入道,拯救芸芸众生。国之将亡,必有乱世妖孽,国之将亡,必有济世真人......妹妹的离奇失踪让叶上秋卷入刚刚问世的游戏《昊天》中。一个危险又神秘的游戏世界等着叶上秋去探索。再开封神界的纣王到底有什么秘密,世界诸神国又会发动怎样的战争,违背天道的诛仙四剑又会落入谁手里......重生战国末年,白仲成为秦国攻打赵国战场上的一个新兵。 正值嬴政横扫六合,统一天下之时,战乱频起。 白仲获得战神系统,杀敌就能变强,杀敌就能立功封爵,走上人生巅峰。 依靠秦国的军功爵位制度,白仲从一个新兵,通过不断杀敌,立下无数军功,成为大秦百万锐士的统帅,兵锋所过,六国俯首。 王翦:白将军一人,可抵千军万马。 蒙恬:白将军却匈奴七百余里,胡人不敢南下而牧马。 王绾:白将军,血手人屠,嗜杀如狂,每战必血流成河,尸横遍野,有伤天和。 六国贵族:秦有白仲,我等复国无望! 嬴政:白仲,寡人之武安君白起。 白仲:我比白起还要凶残!历史是什么,八个字足以概括-生不逢时,英雄迟暮。 我们中国的历史该从何处开始说起呢,我想应该是汉朝,这是一个大家伙既熟悉又陌生的朝代,说他熟悉,是因为你我皆是他的故人,说他陌生,是因为我们并没有真正的了解过他, “原来在两千两百年前,在我们脚下的这片土地。原来发生过这些事情,原来出现过这些人,原来,历史是这样的。”
网络安全基础 华为网盘 网站版式设计 网络安全入门与提高:木马技术揭秘与防御 个人注册网站.com 网站设计品 360杯全国大学生信息安全技术大赛 如何建立个人网站 网络安全硬件产品 深圳网站建房 专业做网站 婚姻生活不顺的原因分析【www.richdady.cn】 升迁障碍的职业发展如何规划?咨询【www.richdady.cn】 无形干扰的前世因果咨询【www.richdady.cn】 前世老婆的咨询技巧【www.richdady.cn】 前世缘份的重逢有何迹象?【www.richdady.cn】 人际沟通障碍解决【企鹅383550880】√转ihbwel 阴间生活的前世案例【微:qq383550880 】√转ihbwel 意外的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的前世记忆咨询【www.richdady.cn】√转ihbwel 为什么过世的原因分析咨询【σσЗ8З55О88О√转ihbwel 有官司的案例分享咨询【www.richdady.cn】√转ihbwel 前世今生的轮回真相咨询【σσЗ8З55О88О√转ihbwel 家庭关系的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰对日常生活的影响咨询【微:qq383550880 】√转ihbwel 什么原因意外的前世记忆咨询【微:qq383550880 】√转ihbwel 什么原因意外的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的影响分析咨询【企鹅383550880】√转ihbwel 去世的母亲的前世记忆【σσЗ8З55О88О√转ihbwel 迟缓儿的环境影响【σσЗ8З55О88О√转ihbwel 意外的前世因果【www.richdady.cn】√转ihbwel 专业的网站设计师 如何建立个人网站 深圳网站建房 社交媒体营销 pdf 网络营销公司靠谱吗 无线网络安全性密码 网络安全基础 华为网盘 怎么做微网站 欢乐颂网络营销 网站推广方案 合肥seo网站推广 网络与信息安全法 网络安全黑白之道 网站地图制作 网络营销有什么职位 运营商信息安全现状 中国网络安全最强大学 成都 做网站 模版 微博营销有什么特点 如何建立个人网站 网络安全运营管理 网站推广方案 东莞网站设计价格 网络安全 指导原则 无锡网站推广 网站加外链 广州域名企业网站建站哪家好 网络公司网站重庆微信活动营销案例 网站banner的设计要求 如何免费建网站 常州网站制作包括哪些 深圳 网络安全协会 网络营销资源管理 销售与营销 合肥网站优化费用 苏州高端网站设计 网络营销计划 专业的网站设计师 工业与信息安全网络营销宏观环境因素 福州做企业网站的公司 云平台网络安全 如何建立个人网站 电子网络营销渠道 网站如何备案 信息安全技术 会议 深圳网站建房 广州域名企业网站建站哪家好 网站加外链 网站有哪些分类 社交媒体营销 pdf 北京学网络营销 网络安全审计参数 广西网信信息安全等级保护测评有限公司 网络营销公司靠谱吗 信息安全研究生学校,-1 6.2信息安全 历史上的网络安全事件 无线网络安全性密码 网站建设如何提高转化率 网络安全信息安全 欢乐颂网络营销 网络安全基础 华为网盘 社交媒体营销 pdf 模板建站影响网站的优化排名 个人网站建立 怎么做微网站 建网站用什么语言 佛山网站设计资讯 网站建设有模板吗 网络对营销组合的影响 要做网站 运营商信息安全现状 大学生网络信息安全 网络安全入门与提高:木马技术揭秘与防御 网站推广方案 大学生网络信息安全 怎么做微网站 阿拉丁营销专家真假 营销网站与传统网站的区别 合肥seo网站推广 专业的网站设计师 信息安全在线网课web安全和网络安全的区别 啥是营销机构 如何为公司做网站 网络与信息安全法 义乌网站建设 启明星辰网络安全 网络营销资源管理 商城 静态网站模板 信息安全管理文件控制程序 深圳网站建房 网站设计品 大连手机网站制作 pad和app移动端网站具有哪些优势营销型网站又有哪些优势 网络安全与基础pdf 徐州网站制作如何定位 网络营销有什么职位 网站的缺点 营销标题大全 提高家庭网络安全 运营商信息安全现状 网络营销设计方案 信息工程大学信息安全 营销标题大全 中国网络安全最强大学 信息安全研究生学校,-1 网络安全人员能力认证 中国网络安全最强大学 简易的网站 常州网站制作机构 更新网站的步骤 互联网与网络营销 网络对营销组合的影响 免费建手机网站 专业网站设计建站 网站设计深圳 如何建立个人网站 微营销总结 禅城区网站建设公司 龙岩网站制作 网络安全运营管理 网站负责人 阿拉丁营销专家真假 网络安全病毒逻辑实例 2014中国信息安全大会 网络安全通报预警 苏州高端网站设计 东莞网站设计价格 网站的不同类 1 网络安全威胁常见的有哪几种 历史上的网络安全事件 网警提示信息安全 昆明php网站建设 专业网站设计建站 深圳网络安全