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
珠海网站seo如何建设公司门户网站信息安全小组,-1连网站建设西安网站优化sdn网络安全郑州建设网站中山建设网站创意网站建设信息安全学校科技给人类带来了无限的希望,也带来了无限的恐惧,21世纪60年代一个科技争雄的时代,各方势力如春秋战国时的诸子百家,群雄开始了星际争霸。而此时却来了一位不速之客...一阵眩晕竟穿越成了历史上的他,一个集开国君主和战神的合体,一生无败仗。 到了这等虎狼之地,他明白要想在这种乱世中活下去,必须要尽快适应这里的一切,一路在冰冷权谋和残酷战争中逆袭而上。 东晋十六国中统一北方的苻坚站在长安城上举目远眺,形势一片大好。 灭了东晋便能一统江山,然而,他身后是一个强大的民族,慕容鲜卑族的崛起,到底谁能一统江山。一场淝水之战,彻底逆时针改变了华夏历史,最终一代雄主在北方崛起。一部三国时期的剑侠传奇,熟悉的人物,全新的演绎,一次不一样的三国之旅 南京沦陷后,日寇对30万中国军民展开灭绝人寰的大屠杀。渔家子弟罗小虎临危受命,保护国民党高官的女儿林菲儿撤往后方。他们在猎户兄妹的帮助下,屡次挫败日寇的尾追堵截;在共产党人的配合下,不仅阻止了日特对我战区最高长官的刺杀行动,还歼灭了混入我后方的日军特工队。 这些英雄儿女面对强大的日军特工部队,毫不退缩,与之斗智斗勇,展开了惊心动魄的暗战……这个世界没有划分严明的等级制,这些主角没有外挂一般的金手指,这里的能力千变万化,任何你可以想象到的事物都会成为本源。由于一个潜伏于黑暗中的组织而被扭曲命运的人啊,靠着你们的信念与友情,创造明天吧! PS:人物都是兽人,可以参考“大理寺日志”的少卿,和“从零开始的魔法书”的佣兵,不同种兽人形象有区别,小说内有介绍。 这个世界由三种基本粒子构成,分别对应了勤勉、博广和睿智。人类的灵魂自然也是由它们承载。在宇宙形成过程中,基本粒子产生了各种律动,是人类情感产生的源泉。不同的情感对应了不同的律动奥义,主角带你领悟不同的律动奥义……主要是讲男主受到种种困难成为了修罗把坏人打死。为天下安定带来了和平。后来回到了现实中的故事。天才与天才之间的较量! 从小就有着惊人力量的人类,一开始便已经是普通人类的顶尖。头脑,背景,皆是最顶尖之流。 死去最爱的人,化为世界上最大的恶魔? 天才与天才之间的脑力对抗。 即将复活的最终怪物? 星球殖民,外星入侵,一段奇幻的平行之旅能否化解危机元始元终镇璜墟,鸿蒙穹宇不见君 斩混沌而生,是为元始,元始元终,历经十亿载 其后为荒宙·古宙·元宙,诞生冥族·圣族·灵族·神族·魔族 相传,天地每万年,便会合并,斩断世间一切生机,重塑一个全新的世界,后世称其为-元沦 六千年前始元宙之上最后一代神祖为抵抗元沦身消命陨,世间进入终元宙。 公元2078年,元沦如期而至,玄灏·靡霏在《始煌记》的引领下,前往昆仑山脉寻找璜墟玉,阴差阳错间神魂脱离,穿越到了四十亿年前的终元宙。 且看此二人,如何在元宙之上,重寻元祖之灵,斗万年元沦,救苍生万灵。 元始元终,沦聚沦散。
高端电子网站建设 信息安全的系统性 网站建设策划网络安全 资讯 下列不属于网络信息安全 asp.net网站设计 广西汽车网网站建设 微信网站 影楼 微营销企业 网站策划制作公司 路由器无线网络安全设置在哪 家庭关系的矛盾化解【www.richdady.cn】 儿子不读书的案例分享【www.richdady.cn】 财运不佳的改运技巧咨询【www.richdady.cn】 家庭关系的和谐之道咨询【www.richdady.cn】 事业不顺的职场调整有哪些方法?【www.richdady.cn】 人际关系不好的案例分享咨询【企鹅383550880】√转ihbwel 纠纷的解决方法【微:qq383550880 】√转ihbwel 孩子厌学的案例分享咨询【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的案例分享【σσЗ8З55О88О√转ihbwel 人际关系不好咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场困境【微:qq383550880 】√转ihbwel 无形干扰的解决方法【企鹅383550880】√转ihbwel 前世缘份的解读方法咨询【微:qq383550880 】√转ihbwel 感情纠纷的自我提升咨询【www.richdady.cn】√转ihbwel 如何改善人际关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋困惑如何解决?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的沟通技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 武汉做网站 计算机网络安全国际 关于信息安全应急响应网络信息安全实例 陕西信息安全认证中心 全网营销课程 信息安全的系统性 连网站建设 网站更换 网络营销新闻 3 博客营销有什么价值 网站建设策划网络安全 资讯 高端电子网站建设 网站分辨率 怎么创建网站 南宁网络营销大学 如何建设公司门户网站 西安网站优化 中山建设网站 南通网站建设seo 独特的网站 南京互联网营销公司排名 微营销企业 微信网站 影楼 计算机网络安全事件 信息安全国内数据申报 网络营销和数据营销策略 如何创网站 网络营销和数据营销策略 长安做网站 网络营销的特点和职能 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 中国网络信息安全联盟 常州手机网站建设 常州手机网站建设 西安网站优化 法国网络信息安全 域名里可以建网站 网络及信息安全综合实验教程 建设网站 网络安全体系要求 网站更换 国外优秀营销网站设计 珠海网站seo 深圳网站建房 网站建设与搜索 国家网络与信息安全中心紧急通报 互联网营销事件 广州专业网站制作哪家专业 网络安全中心举报 视觉营销就是网络营销 运城做网站 360公司信息安全大会 企业营销型网站概念 网络安全中心举报 普通网站要什么费用 怎么创建网站 电网 信息安全 入侵 案例,-1 普通网站要什么费用 上海高档网站建设 2015年信息安全大赛选题 网站大模板真流量 信息安全事件有哪些内容 计算机网络安全事件 小米怎么营销策划 关于信息安全应急响应网络信息安全实例 合肥搜索引擎营销 2015网络安全会议 公司网络安全检查 南宁网络营销大学 清华信息安全实验室 天津网络营销外包 免费的网站 企策和营销 全网营销课程 南宁做网站找哪家公司 西安公司网站建设 小米怎么营销策划 网络安全一点通合肥seo网站推广 深圳企业网站建设 厦门商场网站建设 建网站空间 信息安全管理考试 番禺高端网站建设公司 3 博客营销有什么价值 北京网站制作公司招聘 建网站空间 网站网络营销策略组合 asp.net网站设计 昆明php网站建设 网站网络营销策略组合 苏州手机网站建设 天津网络营销外包 酒泉做网站 上海高档网站建设 营销模式 上海公司网站制作价格 青岛哪里可以建网站 广西汽车网网站建设 商城网站建设新闻 信息安全主要研究领域 萍乡做网站 网红网站建设 温州网站制作 如何创网站 2015年信息安全大赛选题 浙江高端网站 做静态网站 百度提供营销功能 武汉做网站 深圳企业网站建设公司排名 营销系统手机多少钱 成都做网站 品牌营销与传统营销 大众化营销的优点 台州网站设计外包信息安全 排名 教育部 小米内容营销分析报告 网络安全监管新闻 陕西信息安全认证中心 信息安全方面的公司 2015网络安全会议 信息安全的系统性 南昌网站建设在哪里 观点网站 网站更换 沈昌祥 信息安全定义 苏州手机网站建设 3 博客营销有什么价值 网站的目标 信息安全国内数据申报 高端电子网站建设 企业做网站天津 杭州伙伴营销策划 怎么创建网站 网站分辨率 开展网络安全认证、检测