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
免费网站建设怎样网络安全技术培训视频网络安全专家和黑客负面营销模式制作一个营销型网站近几年的网络安全事件如何选择番禺网站建设e营销网网站如何制作免费网站建设 百度一下     叶无缺叶无缺穿越到异世界,激活“最强宗门系统!”   本想混吃躺平的叶无缺,被徒弟误以为师傅行事低调。   随后打脸各地天骄,老祖,只为悍匪宗门杨名!   “天骄?不好意思!我们只收有缘人”   快跑啊!悍匪宗来了,这群强盗又要洗劫宝库了!   天杀的悍匪宗,简直不当人啊!   各大势力老祖纷纷掩面哭泣,跪求叶无缺飞升!   穿越到异世界,激活“最强宗门系统!”   本想混吃躺平的叶无缺,被徒弟误以为师傅行事低调。   随后打脸各地天骄,老祖,只为悍匪宗门杨名!   “天骄?不好意思!我们只收有缘人”   快跑啊!悍匪宗来了,这群强盗又要洗劫宝库了!   天杀的悍匪宗,简直不当人啊!   各大势力老祖纷纷掩面哭泣,跪求叶无缺飞升!一出生便被命运束缚的少年,被迫选择一条不喜欢的道路,为了生存,他义无反顾,一路跌宕起伏,且看他传奇的一生21世纪末期人类在经历了“姆源时代”后大部分工作已经被人工智能取代,“万灵”这款沉浸式游戏应运而生受到全球追捧。 一个在现实世界因为残疾灰心失意的年轻人终于在“万灵”中找到了心灵寄托,可谁知在新版本更新后“万灵”中的人竟再也无法回到现实,游戏中的生死同样决定了现实世界中人的生死...... 万灵之域,七国共域,战火与辉煌,魔法与热血...... 魔窟,鬼洞、深渊......越是探索越发现万灵大有隐秘,被数据表象包裹的诡谲事物下究竟隐藏着什么真相,外星文明的介入又究竟代表了什么?究竟是人类的进化还是异族的屠杀? 妄想成神的人终究要付出代价...... 星野辉本身是一个平常的中国籍日本高中生,却莫名转学到了中国,与谜一样的可爱妹妹独自生活在Z市,自己身体里也藏有谜一样的事物,面对突如其来的灾难,他站出来为了人类的未来,为了这个宇宙的安宁,星野辉开启了他的无限深空之旅记忆的片段只是存留,无聊之余用文字记录而已;我称它为“黄梁元年”。 记忆中,在这里人有着辫子的,我的名字叫初三,这个名字是怎么来的,收留我长大的老道士告诉我,我是他正月初三在庙门捡到,也不知道父母是谁,他就这样收留了我;这个老道士给我起了一个道号“初三”,别人也都叫我初三,我就一直当我的名字是初三了。我叫吕夜,一名扭曲侦探,在这人心浮躁的“都市”之中,我将保持警惕,因为,我就是唯一的,扭曲侦探 我可以看到扭曲,不知道是谁发明了这个词来称呼这一现象,但是有一天人们就这么开始叫了。没人知道它是怎样发生的,但是从目前的的经验来看,这一现象是强烈情感欲望和爆发性情绪激增的表现。 ‘钢琴家’,或者更确切的说是在第九分区造成严重破坏的人,被称之为“扭曲”的典型案例之一。很少人注意到即使是现在,大大小小的“扭曲”现象正在整座城市里发生 我的工作是去寻找“扭曲”的案例并且想办法使它不发生。事实上“扭曲”的程度因人而异,自从我获得了肉眼洞察到“扭曲”的能力,我没有看到任何一个人身上没有发生“扭曲”。 现在,我正在看向镜子里的自己。在我看来,我是唯一不会出现扭曲的人。在一个充满扭曲的人的世界中,一个保持不变的人会成为“扭曲”的人吗?我无法理解一旦这个世界的扭曲继续并达到临界点会发生什么 萧阳绰号&amp;quot;杀破狼&amp;quot;,为兵部第一人,因任务失败入狱五年,出狱后本想过平淡生活,谁知接连不断有人招惹陷害他,震怒之下,长啸琼霄,血染长天,抵穷山恶水进行万里击杀,直至双方见面后最终一搏! 一句话,会改变人的一生。 一件事,能改变人的命运。 一个缺德的举动,让一个地痞流氓,成为了日后拯救世界的大英雄!简介天地初开,混沌演化,神魔大战数纪元,后逐渐归于和平,本以为世间再无战争,谁料一代魔神因爱人而欲毁灭宇宙,神魔大战再起,最终只留混沌魔神剑在人间。 一位来自地球的少年因祸得福偶得系统。“叮,恭喜宿主获得混沌魔神剑武魂,伴生魔武魂——魔种,不死魔神功,天魔轮回眼,魔改版烧烧果实,任意升级卡一张…… 望着自己的金手指,宁天越看越满意,且看少年如何一步步征战诸天,统御万界,与宿命之敌,且行且战。(前期只是过渡,至高位面才是精彩,简介无力,请看正文)云龙从小就是乖乖仔,可以说在世上就是被虐和欺压的对象,为了寻找人道真理,从此踏上了修行的道路。机缘巧合之下,获得仙师的传承
小红书网络营销分析 郑州网站建设更好 营销网站建设企划案例 产品怎么做e-mail 营销 网站单子 信息安全和保密的区别 全屏网站 我们的营销团队介绍 营销顾问 鱼塘营销案例 为什么过世咨询【www.richdady.cn】 无形干扰的原因分析【www.richdady.cn】 冤亲债主的干扰案例咨询【www.richdady.cn】 孩子厌学的案例分享【www.richdady.cn】 感情纠纷的情感咨询如何进行?【www.richdady.cn】 孩子厌学的咨询技巧【企鹅383550880】√转ihbwel 前世老婆的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的康复训练咨询【微:qq383550880 】√转ihbwel 改善亲子关系的技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰如何影响心理健康【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的法律咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的家长引导【www.richdady.cn】√转ihbwel 婴灵的超度仪式如何进行?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的自我提升【σσЗ8З55О88О√转ihbwel 家宅磁场的优化技巧【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的前世因果【www.richdady.cn】√转ihbwel 网络营销直播 衡水专业网站建设公司 建行企业网站 美团网的营销特点 上海企业网站设计公司电话 网站上传文件功能实现潍坊做网站建设的公司 网站转换率 网络安全专家和黑客 贵州网站建设 提供商城网站制作 网站建设:中企动力 网络安全工程师培训多少钱 北京信息安全测评中心 北京启明星信息安全技术有限公司 isg信息安全 网络安全合格证变更 中国网络安全管理局 新浪网站网络营销策略 产品怎么做e-mail 营销 网络安全攻防专业方向 商城建设网站 信息安全介绍 信息安全模型 常见的网络营销策略有哪些 网络营销课有什么用 网站欣赏 网络安全技术培训视频 电子商务网站开发 深圳网站设计 建设元 脑白金体网络事件营销 屈臣氏的市场环境对营销活动的影响以及带来的机遇与挑战 建网站的程序免费 官网营销 桂林做手机网站设计 信息安全模型 广州高档网站建设 windows网络安全 windows网络安全 网站加网页 产品怎么做e-mail 营销 企业网站管理 多语言外贸网站设计 银行信息安全等级保护,-1 网络安全技术视频教程 衡水专业网站建设公司 网络营销行为有哪些 我国网络安全情况汇报 郑州网站建设更好 nike传统营销的案例 信息安全监管 我们的营销团队介绍 鱼塘营销案例 成都市网络安全处 网络安全督查 aso营销 闭环营销 客户服务 上海企业网站设计公司电话 中国网络安全信息组长 病毒营销模式有哪些 网络安全合格证变更 网站上传文件功能实现潍坊做网站建设的公司 网站流程 工信部信息安全协调司 网站服务商 网站转换率 病毒营销模式有哪些 桂林做手机网站设计 整合营销方案是什么 网络安全专家和黑客 龙岩网站建设公司 网络营销行为有哪些 佛山全网营销 贵州网站建设 美团网的营销特点 网络安全抓包实验报告 网络安全资质证书有哪些 网站设计技术 上海专业做网站排名 网络营销直播 屈臣氏的市场环境对营销活动的影响以及带来的机遇与挑战 新浪网站网络营销策略 爱民网站制作 网络安全表格加密实验 网站建设:中企动力 网络营销课有什么用 网络营销课有什么用 营销形网站 广州外贸网站公司 网络安全攻防专业方向 关于信息安全的图片 广州高档网站建设 e营销网 互联网+高校信息安全专题讲座 b2b商场网站建设 重庆企业口碑营销 信息安全公益课程 得力网络营销定位 商城建设网站 2015年网络安全数据 工业机器人 网络安全 营销综合平台首页 网站欣赏 桂林做手机网站设计 长沙网站推广 十大网络信息安全事件 负面营销模式 小红书网络营销分析 换网站公司 信息安全模型 网站名重复 网络营销一般学多久 北京信息安全测评中心 免费网站建设怎样 小红书网络营销分析 信息安全 攻防 平台 中国石油信息安全网 广州高档网站建设 edm营销平台的费用 b2b商场网站建设 网络安全宣传周主题是 中国网络及信息安全法 网络安全督查 微网站案例 营销网站建设企划案例 网站模版下载 菜刀 网络安全 深圳网站设计 建设元 信息安全介绍 长沙专业网络营销 网站管理 微信营销的效果数据分析 信息安全模型 网络营销未来趋势 网络营销策划经理 虹口做网站价格