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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
中软网络安全考试贵阳网站设计网络营销整体方案设计微博特点与微博营销策略数码产品与移动网络营销网络与信息安全基础服务器信息安全存在的不足搭建微信网站网络安全重要性 flash网络个人信息安全案例小奴隶张小六,大名张青山,因为一次选拔,被挑中去修仙门派中选拔,从此开始了一条崎岖坎坷又九死一生的修仙之路,穿越到文娱行业刚刚起步的平行世界,方淮南激活了影帝系统,可以获得前世任意一位影帝级人物的表演经验! 他一个人就开创了华娱影坛十年的辉煌时刻! 他是《无间风云》里城府深沉的黑帮老大琛哥; 也是《枪燃》里忠义痞气交织的打手阿来; …… 正当所有人都以为方淮南只会演反派角色的时候, 他跑到横店去出演了《猫妖传》里五分钟的配角, 将盛唐气势下,那位如醉似癫的李白演出了神韵! 这时,所有人才知道方淮南的戏路宽阔到何等地步! …… 面对采访,融合了上百位影帝经验的方淮南很谦虚的表示: “我,不过是站在了巨人的肩膀上罢了。”【传统玄幻+无系统+剑修+无后宫+不无脑】 百年后,一位手拿残剑的少年走进了人们的视野之中,他笑看风云志,一剑破万象,开合之间竟然有当年那位的影子……预言日将至,世界各地都出现凭空出现怪异的时空裂缝的传闻,最近世界各地相继有很多人不明不白地失踪,导致世界各地的人出现恐慌和骚乱,这是世界末日的先兆还是人祸?“靠,无语死了。”王昊一觉醒来发现自己做了个梦……现在,他成真了。没错,他重生到了这个叫做地球的世界。农村的环境,周围复杂的关系,艰苦的条件……直到市重点,校草……。“呵,我王昊怎么说也算是半天尊级的人物,从小到大我还真没有怕过谁,这一辈子,我要活出该有的风采……”。I&amp;#039;AM 李华,我是一个穷屌丝。有一天,我在垃圾箱旁,看到了一个带有奇特花纹的花瓶,盲猜这是个古董。于是,我把它带回了家。一朝穿越成为不学无术、荒淫无度的纨绔太子。 为了重塑自己的形象,得经得住诱惑、耐得住寂寞。 面对手下宦官的谄媚,朝中大臣的冷眼,一众弟弟的虎视眈眈,朱永笑了。 有母后临终前给的九十九道免死金牌,根本不慌好吧。 我就当着你的面捅了你,你能咋地?司马韶华的力作《无知小子逆天记》无论你是否相信,但这里的每一个字都是真实的十三呼吸急促起来,他站在原地心神恍惚,手里紧紧握着骨锤,眼中瞳孔地震。 这些感染者居然绕过了他,甚至在他主动去挡住道路的时候,还会自觉让开,换个方向绕过去。 “这他妈的……到底是怎么回事!” 此情此景,答案呼之欲出——这些感染者,分明就是把他当成了同类!
国家信息安全政策体系包括哪些内容 国家信息安全检测 网站二次开发中国网络安全大会 sem整合营销专家 信息安全 本科 网站预算 .信息安全测评机构的资质认定 网站建设首页突出什么 网络营销营销策略 中国网络安全空间协会 家庭关系的幸福指南有哪些?【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 去世的父亲的前世缘分咨询【www.richdady.cn】 耳鸣【www.richdady.cn】 家庭关系中的矛盾如何解决?【www.richdady.cn】 与公婆前世的前世案例咨询【企鹅383550880】√转ihbwel 感情纠纷的情感调解技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的自我提升【www.richdady.cn】√转ihbwel 失业的环境影响咨询【企鹅383550880】√转ihbwel 有官司的法律咨询咨询【微:qq383550880 】√转ihbwel 忧郁症的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 邪灵的驱除仪式咨询【微:qq383550880 】√转ihbwel 与女友前世的故事分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世缘分咨询【www.richdady.cn】√转ihbwel 去世的母亲在哪【微:qq383550880 】√转ihbwel 什么原因意外的前世案例咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场策略威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的法律援助咨询【www.richdady.cn】√转ihbwel 破坏公共信息安全 19网站建设 国家信息安全政策体系包括哪些内容 贵州省网络与信息安全测评认证中心招聘 上海网络安全备案 网络营销方向学什么 网络安全法立法内容 数码产品与移动网络营销 手机网站开发技巧 破坏公共信息安全 政府网站建设 口碑营销和网络营销 网络营销具备的知识 微博话题营销方案 中国网络安全论坛 会员营销的方法 营销策划书& 联想网络安全客户端 国家信息安全政策体系包括哪些内容 安阳网站建设 大市场营销的6p python与网络安全 信息安全部副主任,-1 腾讯 网络安全 网络安全工作室 网站建设策划书ol 网站预算 上海信息安全管理中心地址,-1 国家信息安全网查询 保定网站建设 天津 网站设计公司 网站配色方案 对比色 长沙做最好网站 网络安全威胁与风险分析 小型企业网站设计与制作 学网络营销学费多少钱 网络安全 乌云 网站建设需要哪些素材 植入式营销主要形式 国家信息安全政策体系包括哪些内容 网络营销工具的分类 微信与营销心得体会 网络营销微博案例分析 微博话题营销方案 网络营销策划书结构 贵阳网站设计 重庆政府网站建设单位 网络安全工作室 整合营销. 哈尔滨网站建设市场 网络安全法 拒不整改 营销大师客服电话 营销策划书& 浙江网络安全 政府网站建设 保定网站建设 商丘市做网站的公司 效益型网站 娃哈哈营销市场分析 微信品牌营销公司 微信与营销心得体会 上海网络安全备案 浙江网络安全 网络安全审计软件 点内营销 调颜色网站 珠海网站建设公司 网站预算 网络个人信息安全案例 市场营销的定义和特点 学网络营销学费多少钱 建网站手机版 公安部信息安全产品检测中心 网络安全法 拒不整改 口碑营销和网络营销 商城网站建设 网络营销工具的分类 防火墙技术在网络安全中的实际应用 南京网络营销公司 信息安全软件测评中心 营销促销案例分析 南京公司网站建立 网络个人信息安全案例 浙江网络安全 建网站手机版 网站建设首页突出什么 信息安全内容安全识别 中国网络安全空间协会 万网站 天津 网站设计公司 网络营销工具的分类 2017网络营销人才需求 网络安全专家服务 国家信息安全检测 联想网络安全客户端 专业网站定制服务 天津大学信息安全 中国网络安全论坛 整合营销. 市场营销的定义和特点 政府网站建设 王者荣耀 网络安全 成功营销官网 湖北省信息安全等级保护协调小组 保定网站建设 网络公司电话营销 商丘市做网站的公司 网络安全法 拒不整改 网站建设策划书ol 网络个人信息安全案例 微网站制作 商务网站制作公司 网站配色方案 对比色 网络营销的前瞻性 营销平台 服务器信息安全存在的不足 网络安全周上海 长春制作门户网站的公司模板网站建设 浙江网络安全 大连做网站公司 网络与信息安全基础 信息安全与管理是干什么的 天津 网站设计公司 天津 网站设计公司 防火墙技术在网络安全中的实际应用 网络安全威胁与风险分析 网络营销方向学什么 成功营销官网 安阳网站建设 植入式营销主要形式 网络安全周上海 网络安全法立法内容 腾讯 网络安全 信息安全风险识别清单 上海网络公司网站