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
B2B网站系统信息安全发展历程网站维护中网络信息安全的重要性网站色彩的搭配原则有哪些软件信息安全测评中心待遇,-1深圳市能士信息安全公司网络安全法 口令更换信息安全培训目标是网络安全 知识点宝洁网络营销现状曾为前世顶尖杀手的姜扬,因为人的贪欲转生至异世界,将整个世界带到万劫不复之地,成为‘魔主’主角降生之日,被称为‘魔临之日’!父母神秘失踪,只留下四样东西: 1封信、1万块钱、1枚扳指,1瓶老酒。 “小烨:18岁前,不许喝酒,不许找我们。” 今晚过后,苏烨就满18岁了。 喝不喝那瓶酒呢? 喝了之后将会发生什么? 这是苏烨面临的两个问题!当红歌手卫源一觉醒来,发现自己重生在平行世界的一个舔狗身上。 这一世,他有三个目标。 第一:赚钱!赡养母亲! 第二:成名!红遍全球娱乐圈,响彻大江两岸! 第三:痛撕天下绿茶! 顺便,把国民女神俞妙菡娶回家! “卫源,我们爱你!我要和你生猴子!” “卫源,请问当红天后柳冰冰对你暗恋已久,你打算怎么应对?” “卫宝,国民女神俞妙菡和新晋四小花旦之首的杨壹琳你选谁?” 聚光灯下,卫源侃侃而谈:“当然是选俞妙菡了!其他人都是我妹妹!”易钊意外获得最强娱乐系统,在娱乐圈一路披荆斩棘,成为顶流 。元素大陆一位无名小卒叶宇开局元素力零,在收到仇家致命伤害时遇见贵人尊师开始逆转人生的故事“摩拉克斯,你继续喝茶,没必要真的……” “摩拉克斯都没说什么,你一个划水的巴巴托斯来捣什么乱!?” “巴尔泽布同学,咱先把刀插回去好吗?打打杀杀的不好……” “哎别别别!” 陈阳穿越到大秦世界,成为了一名默默无名的捕快。 这一天,陈阳觉醒惩奸除恶的系统,主要为民除害,就能够获得奖励! 这日,嫪毐义子欺男霸女,整个衙门无人敢管! 陈阳义愤填膺,冲上去直接扇飞二世祖! “以后,在濮阳,我就说三件事!” “公平,公平,还特么是公平!” 牛啊,这捕快能处,有事他真上!一夜之间,世界遭逢巨变,本是平民百姓的你,却意外拥有了罕见的异能......故事发生于抗日战争时期,在滹沱河南岸野庄镇,当地老百姓目睹日寇蹂躏恶径,为了抵御外辱,遂承担起保家卫国的重大责任。他们揭竿而起,组织成各种各样的抗日武装,共同携手与日军展开了你死我活、不屈不挠的革命斗争。沧海桑田方显英雄本色,他们浴血奋战,冒着敌人的枪林弹雨冲锋陷阵,谱写出了一曲曲用热血铸就的壮丽诗篇。在地府里有一个灵魂交易管,一个灵魂帮她实现前世心愿,一经交换概不退换
2014年网络安全形势 移动应用营销 宿迁网站建设 中国人为网络安全事件 山西网站制作公司 信息安全发展历程 网络安全部 网络安全交流会网站备案信息加到哪里 星巴克网络营销的价值 网络信息安全 通知,-1 前世今生的缘分如何解读?【www.richdady.cn】 婴灵【www.richdady.cn】 大龄剩女的案例分享咨询【www.richdady.cn】 前世今生的缘分揭秘咨询【www.richdady.cn】 解梦的咨询技巧【www.richdady.cn】 升迁障碍【企鹅383550880】√转ihbwel 大龄剩女的情感生活如何改善?【微:qq383550880 】√转ihbwel 心理咨询与灵性指导【σσЗ8З55О88О√转ihbwel 冤亲债主的化解方法咨询【企鹅383550880】√转ihbwel 财运不佳的投资建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐共建方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的调解技巧咨询【微:qq383550880 】√转ihbwel 如何了解自己的前世今生?咨询【微:qq383550880 】√转ihbwel 如何解决孩子不爱读书的问题?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的奇妙重逢【微:qq383550880 】√转ihbwel 事业不顺的职业规划咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站免费搭建 网站收录低 网络安全年会 中型网站 徐州网站推广 宝洁网络营销现状 营销软件的缺陷 国家信息安全测评认证中心 手机网络安全会议2017 苏州网站建设logo 速卖通如何做营销策略 网络安全法 口令更换 网络安全协议都有哪些内容 江阴网站建设 206 网络营销考试卷 信息安全自学网 2015年网络安全大事记 简述网络营销特点是什么 网络安全攻防竞赛 电力信息系统信息安全检查规范 信息安全发展历程 网站红蓝色配色分析 杭电信息安全专业怎样 中国网络安全信息化领导小组名单 教育部信息安全,-1 金融客户信息安全 见网站建设客户技巧 2013年进行互联网营销推广的企业各种网络营销方式的渗透 京东网络营销手段 宁波网上营销网 信息安全威胁发展趋势 网站营运 网络安全周内容 星巴克网络营销的价值 网络安全法 金融机构 网上营销 著名网络营销案例 石家庄网站优化公司 信息安全等级保护要求 涪陵网站建设 信息安全咨询服务厂商 微博营销的特征有哪些 深圳市能士信息安全公司 装饰网站建设 温州微网站制作公司推荐 信息安全自学网 国家信息安全中心举报,-1 信息安全威胁发展趋势 三星营销手法 苏州企业网站建 信息安全就业城市 营销软件的缺陷 B2B网站系统 2015年网络安全大事记 重庆微营销公司哪家好 网络安全部 郑州机械网站制作 深圳 网站设计 新微博营销 中型网站 装饰网站建设 简述网络营销特点是什么 简述网络营销特点是什么 三星营销手法 营销推广服务 郑州机械网站制作 谁知道电子商务短期培训电子商务培训都有哪些网络营销课程? 企业网站的营销职能 中国网络安全信息化领导小组名单 网络安全攻防竞赛 网络整合营销套餐 网络安全协议都有哪些内容 鞍山做网站 网络安全周内容 微博营销的特征有哪些 北京网站制作排名 江阴网站建设 著名网络营销案例 南桥做网站 qq群营销的特点 炫酷业务网站 慈溪网站设计 宝洁网络营销现状 速卖通如何做营销策略 梦想网络安全技术论坛 信息安全 研究员 山西网站制作公司 查看网络安全日志 网站管理公司 网站制作价 遂宁做网站龙岗网站制作新闻 国家信息安全测评认证中心 网络安全新生态 设计网站考虑哪些因素 网络安全部 连云港网站建设 宿迁网站建设 营销培训视频 专业网站建设 徐州网站推广 网络信息安全 考试系统 杭电信息安全专业怎样 中山移动网站建设公司 公司网络安全重大事件 北京平台网站建设 信息安全培训目标是 徐州网站推广 信息安全就业城市 维护国家信息安全 中国网络安全信息化领导小组名单 网络安全隔离交换技术 章丘建网站 网络营销服务包括 网站建设名牌 中国人为网络安全事件 大连企业网站建站 网络信息安全 通知,-1 2013年进行互联网营销推广的企业各种网络营销方式的渗透 2015年网络安全大事记 网络信息安全通知 工业物联网网络安全 营销型企业网站 虹口做网站 网络营销工资 金融客户信息安全 信息安全风险评估的一般步骤 查看网络安全日志 广州做网站的公 网络安全应急处置图 专业网站建设 企业网站管理系统 手机网络安全会议2017 营销软件的缺陷 网络营销的缺点有哪些 网络安全和人工智能