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
开展经常性的网络安全下载免费网站模板下载安装做网站好处基于h5的个人网站建设自动群发营销软件信息安全 全球排名360杯第一届信息安全大赛电商网站模板开商城网站信息安全保护等级 密码贵阳网站制作免费 一声枪响,彻底打破了海天市的宁静。一起持枪杀人案就这样发生了,案发之后,海天市公安局立即展开侦破工作。于是,就开始了一场正义与邪恶的较量。熟读三国的刘宏突然穿越到了东汉末年早死的一个皇帝身上!算算还有五年就要死!刘宏决定!逆转乾坤!萧阳绰号&amp;quot;杀破狼&amp;quot;,为兵部第一人,因任务失败入狱五年,出狱后本想过平淡生活,谁知接连不断有人招惹陷害他,震怒之下,长啸琼霄,血染长天,抵穷山恶水进行万里击杀,直至双方见面后最终一搏!一个想不到的故事,一篇与狼共舞的典故,一段放不下的情感。 有狼,有情,有中国的传统技艺…… 这就是非狼的全部。 普通版本简介:陆有恒在陪女朋友逛街加班途中,撞到一根诡异的电线杆上重生了。重回十年前大一入学之际,平平无奇(俊雅清逸)的陆有恒只想通过前世记忆经验,合理安逸轻松地做个普通人。 装逼版本简介:数学分析习题中神秘遁去的“三”,开启了陆有恒的玄妙装逼之路,“鸿蒙剖破玄黄景,又在人间治五行。度得轩辕升白昼,函关施法道常明”的太上道祖,与陆有恒究竟有何关联? 一本关于中世纪风帆海战时代的传奇冒险记录,冒险与机遇并存,黄金与自由的权衡。 书友群7306644442,可以加进来一起讨论剧情,哪里觉得不合理也可以一起讨论,是会看读者眼色行事的机智(憨批)作者南方青年,从第一次到北方的经历,到爱上西安扎根西安经历的所有故事,包括爱情,事业,人情世故所有的故事!本故事百分之九十是作者亲身经历,以讲述回忆的手法叙述本故事,酸甜苦辣,最终认识人生,突破重围,人生所有的弯路,一步也不会少,于广大新青年共勉,美好的人生,可以流泪,不要放弃自己的美好梦想,初之心在一片遥远,奇幻的大陆上,三界有序而偶有冲突地并存着。而一个古老的传说牵连着三界的心,无数人,妖,甚至神,几千年间汇入了不尽生命与鲜血。原浩在莫名其妙中结识了两位奇怪的“朋友”,他的人生在这场传说的卷轴中展开了……九江市三监内,例行检查犯人身上是否携带可疑、危险物品,包裹需要打开,衣服需要脱掉,由专门人士检查,在这里就一条铁命尊重长官,认真改造。 刚进来的青年在结束检查后,狱警需要对他的信息做详细的登记、询问,并开始发放衣服、鞋子,杯子、被子等等生活用品,均有编号。 ”骆生,男,二十七岁,身高一米八,体重一百六十斤,九江人...“坐在凳子上的狱警边看着眼前青年的资料边读,看到最后抬头打量起来开口道:”犯了什么事进来的?“ ”被陷害谋杀。“叫骆生的青年回应道。 灾后重建,曾经抄底他人的混混,是否也能抄底时代。重生成了婴儿,竟然被人贩子偷走。好在轮回中带着八十年的记忆,本想养养老了此残生,谁料运气格外好,随便做个生意都能上天;随便上个普通学校,学校还和重点合并了;随便买个彩票都能中奖;随便买个房子都能拆迁;随便捡个珍珠蚌都能开出珍珠王;随便捡块石头都能摔出金刚石......随便泡个妞都是世界名媛,随便放个屁都能让对手成植物人。不行了,我得退休了,随便菜市场就遇到了初恋;随便开发个海岸线就成了世界景观......
成都营销策划 信息安全技术防火墙技术要求 互联网推广营销学院 百度 营销策划 蓝海国际版网站建设系统 绵阳的网站制作公司 房地产 网站 设计制作 太原网站设计 网站建设新趋势 信息安全 全球排名 解梦的梦境解析【www.richdady.cn】 什么原因意外的前世缘分咨询【www.richdady.cn】 外灵干扰的原因分析【www.richdady.cn】 解梦的前世因果咨询【www.richdady.cn】 亲子关系的互动模式咨询【www.richdady.cn】 婴灵的真实案例有哪些?【微:qq383550880 】√转ihbwel 儿子抑郁症的康复训练咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累【企鹅383550880】√转ihbwel 脑部不清晰咨询【微:qq383550880 】√转ihbwel 暗恋的心理调适【企鹅383550880】√转ihbwel 冤亲债主的化解方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的环境影响【www.richdady.cn】√转ihbwel 不爱读书的教育建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解的具体步骤咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世记忆【企鹅383550880】√转ihbwel 去世的母亲在哪【微:qq383550880 】√转ihbwel 特殊学校的案例分享【σσЗ8З55О88О√转ihbwel 财运不佳咨询【微:qq383550880 】√转ihbwel 不爱读书的自我提升咨询【微:qq383550880 】√转ihbwel 纠纷的解决方法咨询【企鹅383550880】√转ihbwel 加建网网站 濮阳网站建设 效果型网站建设 信息安全 全球排名 网络安全中的个人信息安全 网络安全热点 成都营销策划 成都营销策划 国家信息网络安全部 信息安全管理咨询 下载免费网站模板下载安装 2014年中国网络安全现状 网络空间安全 信息安全 网络营销研究目的 公安部网络安全通报 网络营销推广环境分析报告 武汉网站开发 国企网站建设 网络安全公司有哪些 网络营销怎么做见效快 网络安全与信息化领导 旅游网站建站 网络安全常见病毒 漏洞 武汉网站设计公司 网站组成 简述网络营销组合内容 国家信息安全一级认证 闸北区网站制作 亚太地区信息安全问题 免费新建网站 银行网络安全事件旁路控制 信息安全 加建网网站 开展经常性的网络安全 网络社区营销的技巧 信息安全 全球排名 深圳做网站(官网) 免费新建网站 政府网络安全事件 网络安全中的个人信息安全 深圳市信息安全测评中心地址 网站制作呼和浩特 自己做网站 做新闻网站 网络安全热点 网络营销的营销对策 信息安全保护等级 密码 网站建设新趋势 蓝海国际版网站建设系统 企业网络安全解决方案 腾讯网络营销的挑战 网络安全活动报道 成都营销策划 工信部网络安全管理局 网络营销四种策略 高校网络信息安全,-1 国家信息网络安全部 广州网络安全技能大赛 常州网站制作企业 聊城做网站 信息安全管理咨询 下列不属于搜索引擎营销管理分析的是 网络营销售后服务 网络信息安全介绍 百度 营销策划 下载免费网站模板下载安装 做新闻网站 小满借势营销海报 网络营销渠道类型 2014年中国网络安全现状 网络公司营销手段 深圳市信息安全测评中心地址 国家信息安全一级认证 开展经常性的网络安全 网站的组成 响应式公司网站 开商城网站 汉中建网站 网络营销的优点 做网站好处 网络安全靶机 公安部网络安全通报 绵阳的网站制作公司 本地网站建设 本地网站建设 网络营销推广环境分析报告 2015年 网络营销4p策略案例分析 网络营销的优点 免费企业营销网站制作 360杯第一届信息安全大赛电商网站模板 基于h5的个人网站建设 网络安全的攻击报告 什么软件做网站好 国企网站建设 新媒体营销的成功案例 高大上设计网站欣赏 网络信息安全介绍 网络安全公司有哪些 响应式公司网站 沈阳 网站开发制作 自动群发营销软件 平顶山网站建设 武汉网站设计公司 2016年信息安全 免费营销信息发布 常州网站制作企业 武汉做网站公司 网络安全保卫局郭 免费网站专业建站 网站轮换图 营销培训基地 万网做网站信息安全的人员安全,-1 网站托管维护 网络安全字体图片 企业网络安全培训 长春网站优化 汉中建网站 网络安全活动报道 信息安全 行业 信息安全管理咨询 福州做网站建设服务商 太原网站设计 解放军信息安全测评认证中心 搜索引擎的营销策略 网站主题网 网站建设 cms 下载 课件营销 网站互联 太原网站设计 信息安全技术防火墙技术要求 网络安全保卫局郭 网站制作公司合肥 腾讯网络营销的挑战 网络安全与信息化领导 通州网站建设 青岛网络营销