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
内容营销的优缺点网络营销战略特点是什么优衣库电子邮件营销网站规划分析的好处火锅店的病毒营销文案网站防复制网站承建长春网站优化公司国际网络营销教材阿拉丁微营销国家网络安全信息中心它就在身边 世界一片阴霾 黑暗也迅速降临 在伸手不见五指的情况下 我又能做什么 身上也越来越冷 【系统+记者+内幕曝光】   不知什么时候,媒体报道只在意噱头和热度,却无人关心真相。   陈牧穿越平行时空,成为一位独立记者。   特立独行的选择站在真相那一边。   网红奶茶店每天排长队。   陈牧报道:“某网红奶茶店为节约成本,长期使用过期牛奶,现已有多位受害者住院,奶茶店生意却每日爆满。”   某流量小生事业蒸蒸日上。   陈牧报道:“当红流量已为三孩爸,却和漂亮粉丝牵连不清。”   某首富花大价钱为小儿子庆祝十八岁生日。   陈牧报道:“惊!首富头顶青青草原,为人养儿十八年!”   网友:“这记者能处,有事他真报啊!”一本由暗葬法师秘著的《秘藏》,引发了一千年后的倒斗风云,到底结局如何? 诡异莫测的九层地宫,匪夷所思的地下世界,不为人知的千年古迹。被历史一起埋葬的不解之谜,背后究竟隐藏着什么? 灵验的人鬼契约,可怕的邪术诅咒,生死之际他们看到了什么呢?为何宁死也要寻到那神秘之物?宝藏与长生,他们最想得到什么?一系列谜团只待揭晓!请看—《盗墓诡异录之九层古冢》!“啥?龙傲天?” “我本来也是这么打算的,到了异世界哪个不是地表最强。” 又是遮天又是蔽日,有个玩水的女神跟着,又或者什么转生属性逆天。 “我为啥是人直接过来了啊,过来就过来了,我的外挂能不能靠谱一点啊!!”。 兹——兹——兹—— “宿主情绪过于激动,启动恢复咸鱼心药品注射”。 喂!! 滚啊你!!!灵气突然的复苏,这世界强者为尊,贫富分化严重,主角只是出贫民窟的人,看看他一步步逆袭。 未知病毒的爆发,废土的出现,凶兽的智慧开始逐渐成熟!主角该怎么面对? 是拯救世界,还是毁灭世界? 诡异来袭,末日降临。 动植物变异,诡异入侵。 亿万卡牌随处散落,武器卡、职业卡、装备卡、资源卡、图纸卡... 拾取卡牌强大自身,拥有抗衡怪物的实力。 建立庇护所,在夜晚,防止强大的怪物入侵。 罗锋捡起掉落在自己小卖部门口的一张卡牌。 【一星随机卡牌,选择你要获得的奖励】 罗锋发现,其他人的奖励都是随机,只有自己,可以选择卡牌里的奖励内容。 在这个怪物异常强大,卡牌出货概率极低的末世,陆尘金色传说开到手软。 “末世,有手就能生存” ........... 一次意外,世界顶级雇佣兵穿越到异世界,成为了银龙城附近的猎人。 十几年过去,他一直以为自己穿越而来只会成为一个闲散的猎人,每天只会钓钓鱼,抓几只兔子,摘几株药材换酒钱打发时间,最大的乐趣不过是调戏邻居的小女孩。 但在他十五岁的凛冬日,村子里最强大的猎人大胡子离奇失踪,无奈之下,庭瑞只得踏入到苍茫山脉寻找大胡子的踪迹。 越过茫茫群山,踏过无数冰雪,他终于找到了大胡子在坚冰上刻下的痕迹。 但令人费解的是,上边只留下了一个潦草的“鬼”字便再无其他痕迹。 就在林庭瑞感到疑惑沉下心思思考的时候,他的身后突然响起了喀嚓喀嚓的踩雪声…… 小镇上突然爆发了危机,镇民集体变成了见人就攻击的人,但唯独优依和她的小伙伴却没事,其中一人似乎对小镇上的事毫不知情,依然过着每天上学放学的日子。 茫茫宇宙,有一处异界大陆,名曰神斗大陆。大陆存在了无数年,史载前后存在超过八百个国家,但只有神斗帝国完成过统一。神斗帝国崩溃后,经过多年征战,目前八大帝国与教廷分治大陆,所处时代与华夏宋明时期多有相似。昌化二十七年,瓯越帝国临州的玄天崖,一场追杀正在展开……杀猪匠不杀五指之猪,守村人不守有庙之村,风水师不点血龙宝地,接生婆的手必须用公鸡血清洗,世间360行,行行有行规
内存信息安全 网络安全前言 天津高端网站建设 内容营销的优缺点 信息安全专家 能力 网络安全漏洞的定义 网络营销运营部 上海有名的做网站的公司 个人信息安全防护概述 优品上海品牌营销管理 自闭症【www.richdady.cn】 外灵的干扰特征【www.richdady.cn】 家庭关系的案例分享咨询【www.richdady.cn】 亲子关系的教育策略有哪些?咨询【www.richdady.cn】 内心恐惧胆怯的案例分享【www.richdady.cn】 意外事故的主要原因分析【企鹅383550880】√转ihbwel 婴灵的超度与心理安慰【微:qq383550880 】√转ihbwel 冤亲债主干扰有哪些症状?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度仪式如何进行?咨询【www.richdady.cn】√转ihbwel 人际关系不好对工作的影响咨询【企鹅383550880】√转ihbwel 脑部不清晰的环境影响咨询【微:qq383550880 】√转ihbwel 干扰【σσЗ8З55О88О√转ihbwel 前世因果化解方法【www.richdady.cn】√转ihbwel 前世因果化解方法咨询【企鹅383550880】√转ihbwel 前世今生测试在线咨询【微:qq383550880 】√转ihbwel 前世缘份的前世今生【www.richdady.cn】√转ihbwel 维护良好家庭关系的秘诀咨询【企鹅383550880】√转ihbwel 心慌胸闷头晕的解决方法咨询【企鹅383550880】√转ihbwel 感情纠纷的情感和解方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 网站建设服务商 昆明网站建设报价 大学 网络安全治理 太原做企业网站 网站手机版制作 广州h5网站开发 国家信息安全等级保护三级测评 数字营销网络营销 网络安全100强 深圳网络安全支队 黑龙江网络营销外包 天津高端网站建设 网络安全技术与防范 网络安全狗招聘 信息安全技能赛 安全狗 网络安全宣传信通公司 信息安全运维实用技术请问如何对以上传的网站进行内容的维护需要注意哪些事项? 企业一站式营销 网上平台营销策划 传统营销营销渠道 网络安全法与信息安全 计算机信息安全等级划分准则,-1 网络安全检测评估 网络安全与信息测评 网络安全公司排名 给会所做网站 优衣库电子邮件营销 网站承建 阿拉丁微营销 企业微信社群营销案例 国家信息安全等级保护三级测评 沈阳科技网站建设 信息安全等相关专业 上国外网站的dns 台州手机网站建设 怎么做网站信息 惠州做网站 网络安全建设论坛 微博营销优势与劣势 网络安全的信息 上海地产网站建设 社交营销平台外贸 seo营销技巧培训课程 成都网站制作 信息安全等级保护 ppt 网络安全的特殊性 网警检查网络安全 营销新媒体 苏州信息安全等级保护 网络安全法与信息安全 成都网站 网络安全 知识点 广播电视信息安全测评中心 苏州信息安全等级保护 app手机网站设计 国家信息安全产品认证 网络安全100强 app手机网站设计 建大网站建网站方法 温州网站推广 营销群 2017信息安全研究生,-1 网络和信息安全 外交政策 全国信息安全考试时间 朝阳做网站 中国信息安全测评中心广东 网络安全宣传信通公司 大学 网络安全治理 网络安全基础ppt 重庆网站托管 上海市公安局公共信息网络安全监察处 近年来信息安全大事件 免费的营销 ids与防火墙联动的网络安全模型设计 重庆专业网络营销公司 怎么制作网站 天津高端网站建设 服装微博营销案例分析 国家电网 信息安全,-1 临沂网站 网站上线建湖网站优化公司 信息安全等级保护 ppt 网上平台营销策划 大学信息安全技术考试 工厂营销推广 网站上线建湖网站优化公司 网络事件营销定义 搜索引擎营销怎么样 网站国际化 网络安全狗招聘 传统营销营销渠道 个人信息安全防护概述 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 建大网站建网站方法 微信群营销的推广方式 网站费用单 网络安全风险感知 营销模式摘要 昆明网站建设报价 网络营销实战课程下载 有哪些电商网站 太原做企业网站 网红网站建设官网 怎样做一个网站首页 广州h5网站开发 聚美营销岗 贵阳微网站 数字营销网络营销 信息安全专家 能力 阿拉丁微营销 深圳网络安全支队 企业一站式营销 网络安全公司排名 天津高端网站建设 o2o网站建设代理商 网络安全前言 网络安全狗招聘 网络安全技术与防范 高端大气网站设计欣赏 网络安全宣传信通公司 信息安全50强 高端大气网站设计欣赏 企业一站式营销 上海地产网站建设 营销投稿 传统营销营销渠道 大学信息安全技术考试 企业微信社群营销案例 计算机信息安全等级划分准则,-1 网络和信息安全 外交政策 营销型官方网站网络安全威胁类型 网络安全与信息测评 国家信息安全产品认证 优品上海品牌营销管理 给会所做网站