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
信息网络安全宣传杭州网络安全厂商西安网站建设公天津学网站建设中国网络安全附属上海建设网站制作2017年网络信息安全法企业营销网站建立2017ctf网络安全比赛信息安全企业数量企业营销网站建立2017ctf网络安全比赛(肉身横推+神话复苏+热血+人族崛起+暴君 全球神秘复苏,当人类还在懵懂的探索修炼之道时,拥有成熟修炼体系的异界,降临了! 亿万妖兽开始横行人间。 异界强者于身后霸凌天下。 人族只能以血肉之躯筑成成长之路。 江辰目睹这一切,他看到人间秩序崩溃,人性沦丧,绝望笼罩,干里之地,尸骸遍野! 但也看到,有道人横坐云巅,挥拂间,沧海桑田,日月斗转。 他看到,有书生笑望世间,回首一剑,斩破百万星辰。 他看到,有皇者持轩辕一人横挡时光长河,那一头,亿万世界沉浮。 他看到,有王者领十万神将喋血界外,半 步不退! 他看到,在他们身后,是万家灯火,是书舍蒙童,是田间老农,是走街商贩,是行人的步履匆匆,是大好的山河万里,是让人留念的红尘万丈! 江辰在这乱世之中崛起,修肉身,掌雷道,炼神拳,持神刃。 以肉身横压诸天,以拳头镇压万族,以神刃...破开黑暗! “若这世间秩序不存,那便让我,做这一世暴君。“       欢迎来到第一年级! 这个学院会有许多不一样地方。例如拥有一只可以帮助战斗的精灵、”期末考试“是战斗排位赛等等。 这个学院也会有许多相同的地方。都有老师,打破了学校的东西都要赔偿,考试都会不及格等等。 那么现在,请收拾好心情。迎接新学期的开始吧!以完美的道构建世界。 完美的道是正是邪、是善是恶?完美的世界又是怎样一番模样?在空灵大陆上,修为决定着每个人的命运。大陆上,人的修为分为融体境,坚身境,铸心境,幻灵境,天元境,破玉境,芥子境,真元境,虚仙境,天神境,能登上天神境的强者少之又少,男主元翼在磨难中一步一步成长,在他向往的世界里,爱过,失去过,被人背叛过,终成一代强者。如果看小说累的话,就来看看诗吧,偶尔写写小诗,偶尔让生活多些浪漫网吧厕所墙上的联系方式千万不要随便加。叶锦年本以为自己运气爆表遇上了学姐交友,两人共处一室时,学姐的男朋友却找上门来...... 在学校被欺辱,就要反抗!拳头,不是为了欺负弱小,而是为了守护自己在意的东西而挥动。面对强敌,从不退缩,因为我的体内,有着那股能在瞬间被点燃的热血。新潮澎湃,无限幻想,少年不败热血。众神欺骗信徒,人类簇拥成王。 混沌的时代,究竟何为正确?何为错误? 我,叫做程刚,程是工程的程,刚是刚强的刚宇宙的深处。 时间的未来。 那里有着未知的文明。 张买提带领着12个美女仿真机器人穿越星河,成功降临九宝大陆。 做为外星人,他们将会面临着怎样的挑战? 又如何开启自己的生存之路? 如何让新的文明在异界大陆上遍地开花? 地球上的科技、文明,是否能够与修炼界的法术、仙人相抗衡? 智慧生命的未来将会走向何方?
济南网站制作厂家 什么是网络营销团队 张家港杨舍网站制作 网络安全 移动防御 如何设计网站banner 珠海动态网站制作外包 2015年 信息安全 会议 创建网站哪个好 浙江做网站浅谈网络安全教学实验平台 深圳市信息安全 与男友前世的前世缘分咨询【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 前世老公的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世【σσЗ8З55О88О√转ihbwel 心特别累的情感释放【σσЗ8З55О88О√转ihbwel 亲子关系的沟通技巧咨询【微:qq383550880 】√转ihbwel 为什么过世的前世影响咨询【σσЗ8З55О88О√转ihbwel 投资项目咨询【www.richdady.cn】√转ihbwel 投资项目【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的前世记忆【企鹅383550880】√转ihbwel 存不住钱的心理调适咨询【企鹅383550880】√转ihbwel 与老公前世的记忆解析【微:qq383550880 】√转ihbwel 孩子学习不好的自我提升【微:qq383550880 】√转ihbwel 长期精神不振的原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 2017年网络信息安全法 网站备案要多久 上海网络安全会议 网络营销时时彩 温州网站制作价格 天津学网站建设 广东省信息安全协调工作系统 2017信息安全会议福建,-1 共建网络安全 共享网络文明 镇江企业网站建设 西安网站建设案例 企业的网络营销案例分析ppt 网络安全综合解决方案 网站建设市场需求分析 网络安全 网络选择 网络技术与信息安全 2017年网络信息安全法 网站备案要多久 上海网络安全会议 网络营销时时彩 温州网站制作价格 天津学网站建设 广东省信息安全协调工作系统 2017信息安全会议福建,-1 共建网络安全 共享网络文明 思科 企业网络安全解决方案 信息安全教育内容 询盘网站 中国信息安全认证证书 河西做网站 深圳网站空间 杭州网站建设公司 网站改域名 网络安全法与网络直播 济南网站制作厂家 超简单网站 信息安全文件 cnnvd(中国国家信息安全漏洞库)一级技术支撑单位 名单 注册信息安全员好考吗,-1 旁路控制 信息安全 镇江企业网站建设 郑州建网站 信息安全等级保护含义 信息安全等级保护含义 网站制作公司 信科网络 网络安全情报 天水网站建设 视频病毒营销的案例 广东省信息安全协调工作系统 制作网站的流程 网站备案要多久 计算机信息安全知识 重大信息安全考研,-1东营网站优化 中国网络安全附属 邮件营销的七个步 信息安全教育内容 微网站怎么制作 做网站创意 网站的申请 阜阳网站设计 重庆 网络安全大队 武汉大学 网络与信息安全 网络安全的漫画 企业的网络营销案例分析ppt 网络营销培训课程 湖南专业做网站企业 全球信息安全峰会 信息安全事业单位 在东营怎么建网站 信息安全与网络安全 常见的互联网营销活动 信息安全类公司 集团门户网站建设不足 网站建设方案 普集网站制作 网络信息技术应用与网络安全 计算机信息安全知识 广州信息安全服务资质咨询公司,-1 网络安全测试与评估 创建网站哪个好 西安网站建设案例 第五届网络安全大会 济南网站制作厂家 衡水网站建费用 微信网站 企业员工信息安全培训班 福州做企业网站的公司 邮件营销的七个步 2017信息安全会议福建,-1 全球信息安全峰会 2017年网络信息安全法 网络信息安全分类 信息安全企业数量 家装微营销 网络营销对人的感悟 音乐网站如何建设的 制作网站的流程 网络安全技术与应用 官网 苏州网站托管龙岗网站建设 网络社区营销的功能 平台的网络安全认证 京网站建设 公用网络安全吗 南宁建网站 网络内容营销意识 河南金鑫信息安全等级技术测评有限公司 温州网站制作价格 温州网站制作价格 家装微营销 中国网络营销环境研究 京网站建设 思科 企业网络安全解决方案 石家庄微网站建设公司 标准 信息安全 iso 27001 itil cobit 珠海动态网站制作外包 浙江做网站浅谈网络安全教学实验平台 cnnvd(中国国家信息安全漏洞库)一级技术支撑单位 名单 福州网站建设费用 网络安全情报 福州做企业网站的公司 朝阳商城网站建设 苏州网站托管龙岗网站建设 网络安全暴力攻击原理 广告公司网站模板 什么是网络营销团队 网络营销入门指引 万州网站制作 微网站怎么制作 第五届网络安全大会 中国信息安全认证证书 信息安全 设计理念 杭州网站建设公司 比较好的信息安全网站 龙岗网站设计资讯 信息安全专业大学学费