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
网站建设的收费标准网络安全与攻防项目企业网站多少钱2017年网络安全日解密星巴克的微信营销东莞网站建设平台网络安全漏洞网站营销文案的特点信息安全保护公安信息网络安全 摘 要 年轻的张婷婷因车祸穿越异世,在这古老又陌生的世界里,她是一个普通且贫穷的农村女孩,身无分文的她该怎么带领家人活下去?她又在这个陌生的世界里将会有一场怎样的境遇呢?大家敬请期待。 万年之前,天元和天魂两大神王飞升。 万年之后,黑渊降临,两大神王陨落重生。 重生后,两大神王再次登顶,冲击更高的境界! 区区神王不能满足我的要求!我要登顶神帝!我要成为这万界之主! 巨变来临,新一轮的主境强者即将出世,一路逆袭,任我修为再低,这天也不是我的对手! 世起于混沌,本无神也无凡。凡又何来神又何来?凡不是神造,凡也可以成神。苦命痴者孟回程只羡鸳鸯不羡仙,本无求神意,却因痴成神,向诸多凡者展示了一条真正的成神之路!一个重生到异世的帅哥,没有老爷爷,没有系统,本以为只能靠出卖色相吃吃软饭。 却没想到他的宠兽都有外挂,一个比一个猛。让他只能享受被带飞的故事。近未来的某一天,一款划时代的虚拟网游问世,在人们狂热的追捧下,几乎所有人都沉迷在游戏里不可自拔,其影响力更是有影响现实社会的趋势,然而就是在这样娱乐至死的环境里,未知的危险亦悄然降临,让全人类都面临灭亡的危机,其背后埋藏万年的秘密也随之逐渐浮出水面。你好,我叫刘意。 如果能听到我的声音说明我距离你们并不遥远。 如果可以,请尽量避免外出,在家中备好食物与水请等待军队的救援,重申一下,如果可以请不要外出,外面很危险,到处都是食人的怪物,请拿好武器保护好自己,请一定要。。活下去。over这是一个以武为尊的世界,强者移山填海,翻云覆雨,更有甚者虚空抬手杀一人,覆手捏星辰。在那青峰山上生活的的一介凡人段天命,无意卷入一场阴谋,遭圣山弟子残忍折磨,生死不知……*****《流浪在仙界》的有声图书已经在喜马拉雅上架了,多谢各位多去关注。*****百里长青穿越到仙界后发现:地球的心法远不如仙界的功法,但地球的武技却远高于仙界的武技。 汉武帝以:“侠者,以武犯禁”为借口,将江湖上的大部分武林高手围剿斩杀。百里长青(原名郭解)和他的八个兄弟,四个婢女,七个徒弟,还有五千个生死兄弟,在卫青大将军的十万大军合围后,全部万箭射杀,最后被仙界大佬救下灵魂穿越到仙界的凡人界,要求他们去仙界完成一个非常重要的任务。 百里长青带着他的兄弟和徒弟在仙界杀进凡人界,仙人界,神界等一个又一个的大陆,破解一个又一个的惊天阴谋,最终尘埃落定! 三世为人,穿越到仙界后百里长青一切看淡,性格大变,游戏风尘,风趣幽默尽在本书中。 我相信每个人心中都有自己的世界,那是曾经无数思想碰撞而出的世界,这个世界是我们精神的乐土。 这个世界有属于我们的江湖,这里诡谲云涌,有属于我们的热血,这里青春义气。 写出这个世界,传播我们的思想世界,与他人碰撞交融,这就是小说。世道不靖,民生皆苦。 黑暗里的幽灵,星空中的刺客。 天上地下屠魔弑神,只为创造一个美好的世界! 他是一个来自异世界的灵魂。 不甘心命运被安排,反感这个恶者逍遥自在,善者不得善终的黑暗世界。 为了实现理想,他一路苟着做人,努力积蓄力量,终于改天换日,重塑乾坤!
国家网络安全管理办法 信息安全等级保护背景,-1 苏州做网站公司 电话营销的优点 营销方案网 信息安全50强 信息安全标准规范 如何用网络营销的方法有哪些 网站设计风格 公安信息网络安全 祖灵与家运的关系【www.richdady.cn】 前世老婆的前世解析咨询【www.richdady.cn】 自闭症的治疗方法【www.richdady.cn】 如何了解自己的前世今生?【www.richdady.cn】 莫名其妙感伤的原因分析咨询【www.richdady.cn】 冤亲债主干扰有哪些症状?【微:qq383550880 】√转ihbwel 特殊学校的师资力量【微:qq383550880 】√转ihbwel 财运不佳的财运改善【微:qq383550880 】√转ihbwel 暗恋的心理调适咨询【企鹅383550880】√转ihbwel 忧郁症的咨询技巧【σσЗ8З55О88О√转ihbwel 耳鸣的原因及治疗方法咨询【www.richdady.cn】√转ihbwel 去世的母亲在哪威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感咨询咨询【www.richdady.cn】√转ihbwel 与男友前世的前世解析【www.richdady.cn】√转ihbwel 内心恐惧胆怯的咨询技巧咨询【www.richdady.cn】√转ihbwel 亲子关系的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些案例?【微:qq383550880 】√转ihbwel 不爱读书的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的案例分享咨询【企鹅383550880】√转ihbwel 网络安全漏洞网站 公安部网络安全会议 知名网站建设 网站维护公司 网络营销产品缺点 网络安全好学吗 电话营销的优点 高端的平面设计网站 免费注册网站 常州网站制作 2017年网站建设公司 网站制作时如何分析竞争对手 郑州医疗网站建设 成都建网站公司 常见信息安全技术 网站图片大小 4 简述email营销的实施过程如何避免垃圾邮件? 陕西网络营销公司排名 成都建网站公司 网络营销分为 电话营销的优点 青岛网站建设 网络事件营销定义 深圳网站制作公司资讯 2017年网络安全日 信息安全50强 中国网络安全排名大学 网络安全五大特点 edm营销模版 整合网络营销优化 国家网络安全管理办法 中国地区2013 年第四季度网络安全威胁报告 - 趋势科技. 网络安全实施细则 广州网络安全培训 企业网络营销方法 软件资质 信息安全认证 广州网络安全培训 湛江有帮公司做网站 通信网络安全管理员技能大赛 电力行业信息安全等级保护 耒阳做网站 中石油信息安全~ 昆山设计网站的公司 高端的平面设计网站 商城网站内容模块有哪些 edm营销模版 网络安全法律服务 云南省信息安全测评 信息安全等级分类网站建议公司 2017年信息安全泄漏事件 内容营销的优缺点 营销推广思路 常见信息安全技术 企业信息安全小组 重庆网站开发公 苏州做网站公司 北京招聘网络安全 维护网站 论中国网络信息安全 北京招聘网络安全 2017年信息安全泄漏事件 个人手机版网站建设 网络与信息安全pdf 上海信息安全有限公司 电子邮件营销怎么做 大学生信息安全比赛 云创通11营销手机 网络安全好学吗 映客 营销 美食城营销 高端的平面设计网站 网络安全态势感知探讨 网站图片大小 网络安全监测预警机制 某电器的o2o营销方式 网站设计风格 信息安全管理发展历史 宁波信息网络安全报警网站 华为信息安全服务证书 营销文案的特点 常州网站制作 网站维护公司 网络安全评测报告 网络安全证书管理工具 苏州做网站公司 云创通11营销手机 网络安全法 启明星辰 网络安全实施细则 鸡西网站建设 通信网络安全管理员技能大赛 珠海网站建设 鸡西网站建设 营销必要性 网络营销观后感 网站总类 免费注册网站 幽灵网络安全团队 网络安全攻防入门 信息安全标准规范 深圳全网营销总裁班 网络安全工作实施流程图 北京网络安全产业联盟 网站设计风格 如何学习信息安全,-1 2012年中国互联网网络安全报告 乐清英文网站建设 自己建的网站打开的特别慢 株洲网站制作长沙百度做网站多少钱 网络营销产品缺点 深圳营销型网站建设电话 网络安全五大特点 昆山设计网站的公司 免费的营销 信息安全我国 网络营销分为 信息安全等级分类网站建议公司 信息安全专业岗位 信息安全标准规范 网站的制作 电话营销的优点 网站模板网小米海外代理营销模式 东城网站设计 2017 上海 网络安全周 网站制作时如何分析竞争对手 青岛网站建设 公安部网络安全会议 信息安全我国 4 简述email营销的实施过程如何避免垃圾邮件? 微信公众号 网络安全 信息安全意识每日提示 龙岗 网站建设深圳信科 数字营销网络营销 成都建网站公司 互联网网站开发 维护网站