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
开放网络安全品牌营销推广中国网络信息安全组长429网络安全日 2017网络营销的成本优势营销型网站制作公司小米怎么营销策划seo网站系统郑州网站设计2016网络安全案例分析无上大地破晓陨落他重生到圣后国毫无修为的圣女小姐身上後会发生什麽? 毫无修为的圣女小姐皇权被架空。意外开启圣女系统。 什么我重生竟然变成女的。幸好我有系统。 系统说别得意本系统是不会帮助你的,你还得靠你自己。 坑啊!变成女的就算了给个只能看不能用的系统。那我要你这系统何用。 系统:呵呵只是我觉得你不配拥有本系统。 滚你丫的系统。 就算没有功法没有修为又如何。我定要逆他这个破天。 没有任何金手指在这个以武为尊的世界,何去何从? 且看废物圣女如何震撼天下,开辟出一条逆天之路。 【2021年爆火迪化流洪荒文】 穿越到洪荒世界,还是个手无寸铁的凡人,本以为靠着系统能横行洪荒,没想到系统居然还跑了,这可怎么搞? 最关键的是封神在即,这可是连圣人无法避免的天地量劫! 林轩表示,咱还是先苟着吧! 但让他没想到的是,他随手打下的鸡,居然是鲲鹏妖师! 被他逗的满脸通红的美女,是西王母和三霄娘娘! 林轩懵了,他其实真的只想苟啊!晚自习我们班突然收到一封来信,它要和我们玩游戏,并且给每个人都发了红包,看着微信里多出的余额,我们毫不犹豫地在信上按了手印,接下来,怪事接连不断地出现在我们班,迎接我们的只有绝望。我们好像置身棋盘中。这盘棋意义何在?又将何时结束?身为棋子的我们又能做些什么……男主时律是个杀手,并且不得已娶了一个他不爱的富婆(赵琴琴),后来仇家寻仇,赵琴琴发现时律身份,震惊之余拼死保护时律,在这时时律发现自己早就喜欢上了自己的妻子,但为时已晚,二人双双死去。一阵天旋地转之间,时律睁开眼睛,看着自己的富婆妻子,嘴一撇:“老婆。”赵琴琴呆在原地,他从未叫过自己老婆,从此,杀手和富婆开始了没羞没躁的快乐生活。疑难杂症,罕见绝症,一切我都手到擒来,玉石翡翠,文玩古董,一切真伪我都轻松分辨!校花,空姐,总裁,一切美女都为我倾倒!因为我有一双看破虚妄之眼。 落魄医道家族秦飞宇意外激活家传至宝,拥有透视眼,获得家学,从此成为一代医学圣手!现在是天元年2220年,距离上一次兽潮已经过去了两千两百二十年。 十万年前洪荒大陆上各大顶尖高手离奇失踪,原本平静的大陆上开始出现神秘的黑洞,神秘而强大的异兽纷纷从黑洞中走出威胁着人类的安全,人们在不断躲避异兽的同时,开始创造出各种机甲武器和钢铁城墙与异兽展开了对垒,至此人类进入了长达万年的异兽入侵时代。金安城接二连三发生诡异死亡案件,到底是恶灵作祟还是有人故布疑阵?本书为原创长篇小说,分为两部。分别是上篇《亿兆富翁的百日蜕变》,下篇《亿兆富翁的二潜舰队》。 描写的是男主角“乌鸟炎”由都市普通人意外成为《亿兆富豪》栏目的幸运观众,从而开启了一段新的人生。世界变了! 不知何时,以前的妖兽需要度雷劫,修炼者没有雷劫,但现在反过来了。   以前的修炼者突破境界失败,养伤还能再战。但现在一旦失败,就是恐怖异变的开始,人不是人,鬼不是鬼。   整座天地好像都在打压人族,仿佛除了人族之外,一切种族都在突飞猛进的成长……正义也许会迟到,但是绝对不会缺席! 男人都要学会自己长大,面对所有荆棘坎坷,只有奋不顾身,勇往直前!能拯救你的,只有你自己! 抖音同号:秋风听雨
网站网页文案怎么写 无限动力网站 信息安全 采访 中国网络信息安全组长 中山网站设计外包 深圳网络营销公司招聘 网络安全大会2017ppt 沈昌祥 信息安全定义 一键建网站 怎么看待网络安全 解梦的咨询技巧咨询【www.richdady.cn】 意外的原因【www.richdady.cn】 外灵干扰的心理调适咨询【www.richdady.cn】 家庭关系中的矛盾如何解决?【www.richdady.cn】 前世老公的前世缘分咨询【www.richdady.cn】 忧郁症的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分再续咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰的环境影响咨询【www.richdady.cn】√转ihbwel 强迫症的治疗方法咨询【σσЗ8З55О88О√转ihbwel 外灵的干扰特征【企鹅383550880】√转ihbwel 公司破产的前世记忆【微:qq383550880 】√转ihbwel 前世老婆的前世影响【微:qq383550880 】√转ihbwel 无形干扰的原因分析【微:qq383550880 】√转ihbwel 前世缘份的解读方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世案例【www.richdady.cn】√转ihbwel 莫名其妙感伤的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的原因分析【企鹅383550880】√转ihbwel 耳鸣的前世因果【企鹅383550880】√转ihbwel 财运不佳的财富管理方法有哪些?咨询【微:qq383550880 】√转ihbwel 篇高端网站愿建设 湖南企业全网营销 无锡建设网站 软件信息安全认证 网络和信息安全通报实行7*24 网络营销定价方案 网络安全大会2017ppt 智慧城市信息安全 一键建网站 西安市做网站 公安类网络安全岗 网络安全宣传周官网 综合营销 信息安全的工作原则 百度知识营销案例 网络信息安全学院,-1 大众化营销的优点 网红网站建设官网 郑州网站建设案例 徐州网站制作 上网建立网站布置 河南网络安全 网站建的创新点 邮件营销的优 服务好的网络整合营销 网络安全审计系统 报价 成都信息安全测评公司 开放网络安全 信息安全管理考试 网站制作费用 网络安全大会2017ppt idc网络安全市场分析报告 信息安全主要研究领域 网络信息安全学院,-1 营销型网站制作公司 河南网络安全 网站制作设计收费标准 营销型网站的建设 平台营销有哪些方式 无锡建设网站 网络营销的特点和职能 平台营销有哪些方式 综合营销 小米怎么营销策划 微网站建设包括哪些方面 seo网站系统 网络安全讲师 国内网络安全公司评价 信息安全等级保护 证书 北京市信息安全产业 手机网络安全性 广州外贸网站建设 开放网络安全 网络营销师课程 做静态网站 西北工业大学信息安全网上营销渠道有哪些. 龙岗网站设计机构 独特的网站 怎么建立个人网站 方案图网站 监控网络安全方案 全国信息安全考试时间 pc端营销 武汉设计网站公司简述网络营销漏斗原理 首都网络安全日培新 云南网络安全 政府网站建设方案 信息安全等级保护 证书 网络营销新媒体技巧 网络安全信息分析 网络安全平台价格 郑州网站建设 信息安全博览会,-1 网络安全感知 网络安全产品有哪些 上海公司网站制作价格 武汉设计网站公司简述网络营销漏斗原理 营销模式 网络和信息安全通报实行7*24 信息安全主要研究领域 营销型网站制作公司 专业培训网络营销 广州建网站 ic3中网络安全 郴州网站优化 做什么网站 中国网络营销论坛 陕西手机网站制作 大众化营销的优点 浙江 网络 营销 好 下列不属于网络信息安全 网络安全平台价格 行业 营销 关于企业网站建设的必要性 展示用网站 郑州网站建设案例 2016信息安全案例分析 监控网络安全方案 2016网络安全案例分析 网络营销的成本优势 国家网络安全局系统 成都信息安全公司排名 搜索引擎营销分析报告 成都信息安全测评公司 郑州网站设计 英语营销邮件 郑州网站建设案例 网络营销创新模式 信息与网络安全关系 网络安全 僵尸网站 信息安全案例库 网络安全百强 公安类网络安全岗 百度知识营销案例 徐州网站制作 信息安全合规性 无锡建设网站 上国外网站的dns 万网站建设 做专业网站 全国信息安全考试时间 甘肃网站建设关于网络安全的电影 怎么看待网络安全 搜索引擎营销分析报告 一键建网站 信息安全管理考试 云南网络安全 2016年网络信息安全 服务好的网络整合营销 网络信息安全学院,-1 国家级信息安全测评 网络营销特色化描述 国家信息安全 主任,-1 服务好的网络整合营销 营销型网站制作公司