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
网络营销策划什么意思企业网站维护搜索引擎营销的价值it 信息安全 2017电视整合营销购物网站推广绿盟科技引领信息安全潮流网站建设费用简述网络营销及特点是什么意思网络安全信息共享平台为什么想要变强,因为所在乎的人需要我去守护。无限流系统搞笑来袭,看我修神良秀翻四方,这位小友,你准备好小钱钱了吗 每个人都是特殊的,都有着自己独特的能力,;每个人都是相同的,都生活在旧时代的废墟和新时代的巨型建筑中。2059年,高层掌管着一切。他们的腐朽统治遭到了人们的反抗。人们成立了革命军。而在这之中,一只特殊的小队,执行着特殊的任务……女孩臻浅患有严重的被迫害妄想症,遵照医嘱在放学后独自散心。不料,之后目睹男孩“魏砷”杀人现场。在一场惊心动魄的逐命逃亡后回到家中,一觉醒来,陡然发现时间倒转。面对倒转的时间,步步紧逼的凶手,她该何去何从……井喷式的科学发现,将这个似乎已经达到极致的社会又推向一个新的高潮。然而这巨大的进步,是否也意味着难以承受的代价?无垠的星海中,究竟还隐藏着多少难以发觉的危机?蠢蠢欲动的幕后黑手,其到底目的为何?一切都有待揭晓。黑暗深渊异魔暴动,异魔王横空降世,天澜城危。 “叮。经系统检测,天澜城城主发布雇佣任务,剿灭异魔,是否接受?” “接受。”苏格望着那遮天蔽日的异魔,眼神炽热。 “叮。本着客户至上、任务第一的原则,宿主修为将临时提升到帝境,以便完成任务。” “任务完成,将有十分之一临时修为转化为永久修为,可与宿主原修为叠加。” 于是,人们震惊地看到—— 天澜城外,一剑光寒平地起,亿万异魔成飞灰。 改革开放至今的四十年间,注定了中国历史的再次波澜壮阔。 梁海星,一位农村大学生,进入单位后,因发现上司不该发现的龌龊之事,后又被人击伤,险些丧命,在即将实现副厅长的梦想时,却突然与曾经的“恩人”彻底撕裂,于是,毅然选择了辞职。虽被漂亮的同事、下级苦苦追求,但对妻子的爱始终不渝。高燕,一位理想的机关年轻漂亮女干部,因爱生恨,万念俱灰,收养梁海星儿子后去了国外。正直的周思国,由市委书记成长为副省长,时常陷入家庭与人情的纠缠,但不失高级领导的高风亮节。黄正刚一位正直的老领导,致力培养梁海星,但残酷现实也时常使其感到无奈。刘大可一位基层成长起来的厅长,左右逢源,屈伸有度,但却极为贪婪,最终机关算尽。吴强,从乡镇干部一步步努力成长为市委副书记,然而,追求的变异使其整日惶恐不安,初恋女友给予的不仅仅是温柔,安排好妻子的后事,毅然走向了冰冷的湖水。漂亮的陆美霜对赵良既爱又恨,超出了常人的理解……。时隔百年,地球又恢复了灵气。看我们主角如何苟上天仙。与当时的天之骄子争锋。奉师命下山治病的叶秋,凭借亿点点高强医术,让各路美人闻鸡起舞,无法自拔。 “叶秋,你除了医术高强,精通道卦玄术,有一堆国色天香的女人拥戴以外,你还是个啥?” “抱歉,我还是个美男子!”作为一个刑警,程成办案兢兢业业,以事实说话,岂料案件的背后竟有一只黑手等待着他……长白神庙,尸海迷巢,冥峡天棺,黄泉九鼎…… 一件来历不明的人皮寿衣将我拖入一个巨大的旋涡之中。 为了活命我必须借寿前行,活人的寿要借,死人的寿更要借。 当我以为自己可以彻底摆脱那件寿衣的时候,才发现这场阴谋刚刚开始,而我只是其中的一枚棋子……
搜索营销公司 如何进网站 等级保护和网络安全法 手机网络安全会议2017 网站管理公司 优秀的网站设计案例 网站免费搭建 网络营销多层次 网络安全隔离交换技术 网站建设我们的优势 维护良好家庭关系的秘诀有哪些?咨询【www.richdady.cn】 成人发育倒退的可能症状咨询【www.richdady.cn】 大龄剩女的婚恋困惑【www.richdady.cn】 儿子不读书的心理调适【www.richdady.cn】 人际关系不好的原因分析【www.richdady.cn】 外灵干扰的自我提升【微:qq383550880 】√转ihbwel 自闭症的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决方法咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的前世影响【企鹅383550880】√转ihbwel 解梦的前世记忆【σσЗ8З55О88О√转ihbwel 大龄剩女的情感生活如何改善?【企鹅383550880】√转ihbwel 耳鸣的解决方法【企鹅383550880】√转ihbwel 感情纠纷的情感修复【企鹅383550880】√转ihbwel 与男友前世的咨询技巧咨询【微:qq383550880 】√转ihbwel 无形干扰的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的前世记忆【微:qq383550880 】√转ihbwel 暗恋的心理成长咨询【σσЗ8З55О88О√转ihbwel 解梦的案例分享咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的解决方法【σσЗ8З55О88О√转ihbwel 2017网络安全形势 做个简单网站大概多少钱 等级保护和网络安全法 涪陵网站建设 浙江省信息安全 问答营销方案 网站建设费用 信息安全等级保护公司 网络安全法 重点解读 南宁网站设计 网络营销多层次 网络营销期刊有哪些信息安全分析师是什么专业 网络安全需要什么证书 做一个独立网站需要多少钱 免费建网站的网站 信息安全服务要点,-1 g20峰会 网络信息安全 如何创建网站 手机网络安全会议2017 网站升级改版 第十届信息安全会议,-1 信息安全攻击工具 临沂网站优化 网络营销能力秀互粉 手机网站开发语言 百度云资源 网络安全 网站免费搭建 网络安全密码技术 网上营销项目 软件信息安全测评中心待遇,-1 工控信息安全防护指南 龙岗网站制作 网络营销战略是什么意思 大学网络信息安全报告 涪陵网站建设 信息安全研究 期刊 联盟营销 网站设计公司 长沙 大连网站制作推广 网络营销常见的方式有哪些方面 公安网络安全培训课程 安顺网站建设 设计网站考虑哪些因素 青岛做网站的公司排名 如何创建网站 昆明网络营销策划 网络营销战略是什么意思 网上营销 网络信息安全 考试系统 网络营销的课程 网站建设我们的优势 网站建设的好处 信息安全服务资质未通过 东莞网站设计公司 购物网站推广 第十届信息安全会议,-1 浙江省信息安全 网络营销多层次 网络安全隔离交换技术 为什么需要网络安全 网站建设与推广是什么 滴滴营销活动 微博营销的了解 免费建网站的网站 安顺网站建设 绿盟网络安全审计 百度云资源 网络安全 网络安全部 信息安全 科普 自助建立网站 网络安全及解决方法 京东的营销渠道设计 信息安全大赛题目 网站首页页面设计 教育市场营销策划方案 网站站制做 东台网站建设 南京网站设计公司学院网站规划方案 搜索引擎营销的价值 衡阳网站建设 企业响应网站 南京网络安全局 南京网络安全局 信息安全 科普 低成本营销推广 东台网站建设 编程和网络安全哪个好网站制作视频教程 网上营销项目 信息安全学科代码 开网站公司 网络营销策划什么意思 政府网络安全事件通报 政府网络安全方案 旅游电子商务网站的建设包括哪些步骤?网站建设中有哪些常用技术? 滴滴营销活动 青岛做网站建设的公司 网站首页页面设计 信息安全研究 期刊 网络安全售后服务 网站免费搭建 信息安全的感谢 福州网站制 1、大型门户网站服务功能 广州网络营销培训 信息安全2000亿 超简单网站 群营销好处 网络安全需要什么证书 做网站费用 营销专业网站 不正常营销 徐州网站优化 网站设计公司 长沙 信息网络安全员培训 信息网络安全员培训 信息安全的感谢 教育市场营销策划方案 做网站费用 2017网络安全形势 网络营销能力秀互粉 信息安全攻击工具 青岛做网站建设的公司 网络营销的实施方法 网络安全指标体系 顺德网站优化公司 网站推广的好处 网上营销的思路 南宁网站设计 徐州网站优化 g20峰会 网络信息安全 网络安全环境整治 seo网络营销 2017年度网络营销主要的信息安全威胁有? 青岛做网站的公司排名 网站站制做