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
小米病毒式营销传播公司网站建立教程给个营销型网站网站建设规划方案青岛网站建设迅优网络营销信息源有百度知识营销审核网络安全 主题会议信息安全员网络营销网络市场调研“好不容易穿越一次,你却让我输得这么彻底,焯。” 林晨骂骂咧咧的端着眼前的黑糊糊一口闷了下去。 “赶紧林小子,喝完这碗还有一堆没喝呢。” 老头咧咧嘴催促着,丝毫不在意林晨的怪异。2002年的某一天,陈雨后突然接到了一个任务,来自华夏官方的任务。永恒真神经过背叛,重生这是一个奇妙的世界,尖端科技已经超越现代水平,而文明发展却还停留在1000年前。在这个世界最强大的帝国中,有一个放荡不羁的青年,在被人击败后偶然得到一本神功,成为城中至霸,却又突然失去全部功法,沦为废人。在神秘高人的帮助下,他重回巅峰,和同伴们一同探索这个大而又神秘的世界,同时,他们也逐渐揭开,这其中蕴藏的秘密……叶墨带着记忆重生,来到了明朝,只是这里却和想象中不太一样。 在这里,有江湖 在这里,有权谋 在这里,有恩怨情仇 在这里一切的一切都将重新开始。在这崭新的大明中,且看叶墨如何书写自己的奋斗史。本书讲述两个主角重创神界找回妻子的艰险旅途许家废少竟是万年难遇火神体?!且看废少逆袭之路!“那些瞧不起我的,嘲笑过我的,骂过我的,今天,我许言就在这玄武擂台上挑战所有人,谁敢与我一战!”越识州本是尊贵的曜日皇室大皇子,前十七年寻遍世间修行之法,却被告知丹田空洞,修行不能。万念俱灰之际,天下第一的渡劫期大能却要收他为徒、传他修行之法。 前路阴谋算尽,身后暗箭齐鸣,越识州一路与虎谋皮,步步为营。待终于行至最高处,才发现助他成神的修行之法是师父编造哄他的,养育他多年的父皇是弑母仇人,到最后,连自己的亲生父亲,竟也是夺他神力的魔界之首! 行至最高处,越识州才悟到,何以为神?唯有正心证道。 生活的点点滴滴、繁杂往事在艾尔奇亚大陆上,有着十六种族,人类种位居第十六位,但却是大陆上数量最多的种族。 瑞尔斯帝国是大陆上最大的三个人类种国家之一,多瓦鲁则是瑞尔斯帝国中最繁华的都市,然而,这个最繁华的都市因一次“意外”毁于一旦,城中所有人无一幸免,除了……
十堰网站建设 信息安全框架示意图,-1 手机版网站制作 flash网站制作 营销培训v6 济南网络推广网络营销报价 上海培训网络营销 枣庄网站制作 百度知识营销审核 网络安全与防范技术 儿子抑郁症的环境影响【www.richdady.cn】 婴灵的超度过程咨询【www.richdady.cn】 亲子关系的教育策略【www.richdady.cn】 4. 财运与事业发展咨询【www.richdady.cn】 去世的父亲的去向解析咨询【www.richdady.cn】 精神不振的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的前世因果【σσЗ8З55О88О√转ihbwel 孩子厌学的辅导方法咨询【企鹅383550880】√转ihbwel 解梦咨询【微:qq383550880 】√转ihbwel 孩子厌学的案例分享咨询【微:qq383550880 】√转ihbwel 人际关系不好时的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的前世修行【企鹅383550880】√转ihbwel 暗恋的原因分析【σσЗ8З55О88О√转ihbwel 有官司的预防措施咨询【σσЗ8З55О88О√转ihbwel 有官司的法律咨询咨询【企鹅383550880】√转ihbwel 孩子压力大的环境影响咨询【www.richdady.cn】√转ihbwel 突然过世的原因有哪些【σσЗ8З55О88О√转ihbwel 婴灵、邪灵、祖灵咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的咨询技巧【www.richdady.cn】√转ihbwel 论述如何提高网络安全 网站开发和 珠海电商网站制作 山西网络营销 神州网云 网络安全招聘 大疆网站建设 网络营销网络市场调研 互联网信息安全问题主要来源 信息安全的人员管理包括 菏泽网站制作 网络营销分为哪些特点 营销培训v6 信息安全框架示意图,-1 公司网站建立教程 网络信息安全教育课件,-1 营销培训v6 南宁网站忧化 重庆做网站团队 哈尔滨网站优化 价格营销 网站怎么做域名实名认证 关于网站建设live2500 超炫的网站 深圳市信息安全测评中心 官网 信息安全的内容包括( ). 关于网站建设live2500 珠海电商网站制作 四川互联网营销公司有哪些内容信息安全管理体系认证标准,-1 不属于网络信息安全特征的是 网络安全 主题会议 南宁网站公司 我需要网站 手机版网站制作 国网大营销 美国网络安全评估报告 信息网络安全logo 中国国际信息安全大会 深圳网站建设电话 信息安全运维流程 企业建网站 网络安全法测试 成都网站创建 青岛做网站的公司排名 网络信息安全教育课件,-1 杭州网站设计公司有哪些 深圳营销型网站公司电话 淘宝服务营销策略 网站主页设计 近几年营销成功的案例 网络安全图标 网络营销主体的认识 伍佰亿官方网站 凡客营销 手机版网站制作 信息网络安全logo 南京网站优化 广东网络安全 比赛 网站规划与设计 公司网站建立教程 邮件营销 网站规划与设计 网络营销主体的认识 网络营销打造品牌 太原网络营销网站 微博进行营销的好处 中国网络安全大赛试题 北大 信息安全 实验室 网络安全应急处置平台 国家信息安全水平证书 按照网络安全等级武汉市网站制作 深圳网站建设服务公司 杭州网站设计公司有哪些 网络安全评估时间 那曲网站建设 上海网站开发 上海培训网络营销 杭州专业网站 网络信息安全法律法规 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 信息安全创业,-1 网络营销网络市场调研 信息安全员 营销培训v6 论述如何提高网络安全 公安局网络安全监察大队 广东网络安全 比赛 网络安全应急处置平台 大疆网站建设 郑州市公安局网络安全 超炫的网站 企业建网站 济南网站优化 十堰网站建设 营销合作 网络营销怎么收集数据 营销培训v6 网上营销上海 公安机关网络安全 第三届山东省大学生信息安全知识大赛 南昌网站设计 信息安全工程类 flash网站制作 网站怎么做域名实名认证 杭州专业网站 河西做网站 广州响应式网站咨询 网站外链建设 博客营销实验总结 网站架构图 营销分销 超炫的网站 山西网络营销 网络信息安全教育课件,-1 凡客营销 深圳市信息安全测评中心 官网 网络安全数字签名和手写签名 网络安全图标 顺德网站优化公司 信息安全的内容包括( ). 等级保护三级物理安全 网络安全 主机安全 控制点 要求项 南京邮电大学 网络安全 网站开发的缺点 关于网站建设live2500 营销供方 暗网网站 深圳市信息安全测评中心 官网 珠海电商网站制作 企业信息安全工程 重庆全网营销 unix信息安全pdf 四川互联网营销公司有哪些内容信息安全管理体系认证标准,-1 我需要网站 营销广告宣传语 郑州网站建设制作 不属于网络信息安全特征的是