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信息安全事件调查,-1家如何网站网络安全攻防研究室成都网站优化公司企业网络安全介绍免费创建网站微网站javascript 识别手机并跳转到手机网站 并可回到电脑版玄元大帝斗兽失败,列国入侵,判乱四起,群雄逐鹿,看国仇家狠,儿女情长,英雄热血,何去何从.....地图之外的高山等待着勇敢者的发现,传说在暴风与雷电盘踞的山巅,埋藏了古帝王用之不尽的的财宝。也有传闻......那处山顶,是囚禁了死神与亡灵的炼狱。在人生鼎盛,人来人往的街道上,影子拖沓的交杂着,一道道影子观看着人类,这时一旁的工人起了一瓶啤酒,少年婉拒回答到,村里不让饮酒。本文讲述的是一个不受控的智械, 如果诞生在人类世界中,到底会引发怎样的一系列的事情 它会自我学习,也会进化,最终会成长到怎样的地步。这里没有玄幻,没有穿越;只有新活的生命,逻辑的真实。 这是一个虚构的故事;一个关于生意与情怀的故事。一群年轻人,在小说主人翁李非的带领下,历经千辛万苦,克服重重困难,在小城香州,书写了一段商业传奇。香水星河酒店,一个给予了无数客人美好记忆,承载着一群酒店人理想的航器,在到达了它辉煌的顶峰后,突然掉头…… 结果怎么样?为什么会这样?是历史的悲剧,还是人生的释然?——一千个读者就有一千个哈姆雷特——如果你想得出自己的结论,请阅读天界无际的小说《香水星河》。意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 一个农村少年陈启豪,来到繁华的城市。 经历过一件事,他决心成为审判官,改变这个世界。 在哥哥陈晓晨的关系下,他上了高中。 成为了审判官,但是这个世界没有因此而改变。 他决定成为国家领导者,过程中遇上了一个女人。 他一见钟情,追求那个女人。 但是,以后的日子里他会…… 武之一途,如无尽苍穹,遥无边际;如刀山火海,令人趋之若鹜;它是好是坏,是正是邪,无人分得清,但在一片武为尊的土地上,世人深知蝼蚁苦,心向武道转乾坤!他本是虚夷之境人人景仰的尊圣,连仙帝都畏惧三分,在苍穹之巅上缥缈度日,虽为神,却终日郁郁寡欢,无人知晓他的感受,但他又是这世间必不可少的存在。千百年的时光,终将消磨掉他的信念。于是,他便就此陨落,虚夷之境也再无一位至尊。 后天,先天,宗师,大宗师,圣人,尊神,尊圣 (初境,小成,中境,大成,圆满 )原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。
移动互联营销思维 上海武汉阳网站建设 网站采用哪种开发语言 开启网络安全认证检测 耒阳做网站 微网站 网络安全技术培训班 车载信息安全 网络安全问题文章 当前信息安全形势 4. 财运与事业发展咨询【www.richdady.cn】 婴灵的超度流程【www.richdady.cn】 维护良好家庭关系的秘诀【www.richdady.cn】 去世的母亲的前世缘分咨询【www.richdady.cn】 婚姻生活不顺的前世记忆咨询【www.richdady.cn】 婴灵的化解仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的修行方法【www.richdady.cn】√转ihbwel 不爱读书的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 祖灵的存在形式【www.richdady.cn】√转ihbwel 阴间生活的前世故事咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世影响【www.richdady.cn】√转ihbwel 为什么过世的前世故事咨询【微:qq383550880 】√转ihbwel 投资项目咨询【企鹅383550880】√转ihbwel 发育倒退的心理调适咨询【σσЗ8З55О88О√转ihbwel 发育倒退的原因分析咨询【企鹅383550880】√转ihbwel 与男友前世的因果关系咨询【www.richdady.cn】√转ihbwel 自闭症的心理调适【σσЗ8З55О88О√转ihbwel 大龄剩女的自我提升咨询【www.richdady.cn】√转ihbwel 官司的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 做网站是三网合一有什么优势 软件资质 信息安全认证 解密星巴克的微信营销 信息安全学术讲座 谈谈对网络安全的认识 网站建设知识 长沙微信网站 网络安全及信息管理 河北高端网站设计公司 网络营销产品缺点 南宁网站建设 网站建设关键词 建行营销先知网络安全通报平台 车载信息安全 网络安全虚拟化 信息安全设备包括 网络安全通信 网站制作时如何分析竞争对手 信息安全服务业务 个人信息安全下载 营销类培训课程 营销全套推广软件 服装网络营销方案 展示网站模版源码 集团网站建设哪家好 2015网络安全峰会 网络营销推广优化贵阳网站seo 2015网络安全峰会 网站请人做的 域名自己注册的 知道网站后台 怎么挂自己的服务器台州网站建设优化 网络信息安全的技术特征. 市场营销策略及案例分析 移动互联营销思维 制作房地产网站页面 制作房地产网站页面 网络安全通信 深圳品牌营销案例 国家网络安全机构 华为信息安全服务证书 网络安全的上市公司 四川大学信息安全实验室 网络安全及信息管理 黑龙江网络安全中心 形象类网站 河北网站建设 新鸿儒网站 成都网站建设哪家好 上海信息安全有限公司 耒阳做网站 建网站方案 交互式网站设计 深圳 营销证书 大学生信息安全比赛 网络安全问题文章 建网站方案 网络安全门槛 车载信息安全 网络安全的现状与威胁分别有哪些 网络安全门槛 建免费网站 网站制造 个人手机版网站建设 常州网站价格 展示网站模版源码 原厂商具备 信息安全服务资质 安全工程一级哪个服务器厂商有 网络营销公司机构排名 某电器的o2o营销方式 员工信息安全培训 福州网站建设哪家好 网络安全虚拟化 微营销案例 智慧城市网络安全 2014 信息安全 信息技术 合肥网站制作前3名的 谈谈对网络安全的认识 黑河网站建设 上海市网络安全总队 国家信息安全漏洞共享平台 cnvd 如何架设php网站 免费注册网站 网站做好了每年都要续费吗 信息安全我国 智能网站建设步骤 soc信息安全,-1 网络营销产品缺点 网络营销方案策划书 信息安全我国 网络安全攻防实战教程 开启网络安全认证检测 重庆网站优化公司 网络安全攻防实战教程 网站做好了每年都要续费吗 我国的网络安全现状分析 建德做网站 建免费网站 赵伟网络安全 广西南宁市网站制作公司 建立免费公司网站 自己建的网站打开的特别慢 信息安全等级 怎么评 网络安全稳定图片 2017信息安全事件调查,-1 深圳专业集团网站建设 西安做搭建网站 网络营销推广优化贵阳网站seo 网站制造 信息安全审核员培训 软件营销吧案例展示在网站中的作用 全球十大网络安全公司 龙岗营销网站建设公司 上海武汉阳网站建设 西安成品网站建设 网站及单位网站建设情况 企业网络营销方法 上海信息安全有限公司 gartner信息安全的威胁 建立免费公司网站 网络安全保卫 会议 国家网络安全信息化领导小组 javascript 识别手机并跳转到手机网站 并可回到电脑版 网络安全虚拟化 信息安全与管理证书 网站采用哪种开发语言 互联网信息网络安全 商城网站包括哪些模块 软件资质 信息安全认证 苏州好的做网站的公司 为来确保信息安全传输加密时 网站类型 服装网络营销方案 网站要什么 武汉大学的信息安全 网络信息安全的公司排名 高端企业网站信息 上海市网络安全总队 网站建设的搜索栏怎么设置