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
信息技术网络安全信息安全管理的原则网络安全知识有哪些信息安全管理的原则东营网站建设信息安全培训课程体系佛山网站制作网络对营销策略的影响国家网络信息安全德国 网络安全一生懵懵懂懂 ,一生潇潇洒洒。 何处是归属。顾八方携带《武学加点系统》穿越异界,本以为是低武世界,谁知竟然遇到了邪灵妖魔。 面对武者完全无法对付的邪灵,顾八方丝毫不慌,他开启武学加点提升,无限变强之路。 四十年功力! 八十年功力! 一百二十年功力! 当顾八方横推一切,拳裂天地,脚踏苍穹之时,高高在上的至尊们才彻底惊醒。 大乾人皇:谁言邪灵不可灭,八方一出天地清! 浩然宗主:顾八方,天下第一奇才,我愿称他为武道最强。 岳麓院长:见过顾八方,我才知道什么叫勇、悍、莽! 邪灵宗主:我和顾八方,到底谁才是最大反派啊?冰冷的宇宙中,荒芜的大地上,一人可断万古,在这个无限世界。帝落时代的因果使无上帝成为虚无。苍天霸体,圣体,小世界,时空大帝。 一根草可斩星辰,在这个实力为尊的世界,诸王并起,危机四伏,但却机缘重重,无上帝究竟去了哪?死?活?封印?命运多舛的少年,不谙世事的灵智,两者的结合在九州大陆掀起了阵阵腥风血雨。 在这里也许会看到华夏神话的延续,也许会看到超强的灵宝,也许会看到上古遗迹,也许会看到各种稀奇古怪的异兽,也许会看到魔之本相……在末世中,所谓的生存,终归会是个笑话?夏魄爆肝一款修仙游戏十五年,通关之时却意外来到游戏的世界,成为了一个家族的杂役。 还好这游戏把通关奖励送给了他,让他得到了长生不死的能力。 在这里付出了十五年青春的他深知这个人心叵测,妖魔横行的世界很危险,于是决定苟起来修炼个几千年再说。 时光流逝的飞快,在熬死了无数强敌之后,他发现自己已经无敌了。世界本无对错,人间也无善恶,人也罢,兽也罢,都是为了活着,道不同,不相为谋。注:本书节奏较慢,二十章才是个小高潮,阅读前请先给作者一张原谅票,不管看不看,小比作者先谢谢各位了穿越修仙世界的林浩,成为天罡阁阁主的天才儿子。 开局被废掉修为关入魔窟,幸好觉醒签到系统。 只要在特定地点签到,便能够获得丰厚奖励。 “叮,签到成功,获得星辰丹田海!” “叮,签到成功,获得星辰剑!” “叮,签到成功,获得九龙宝珠!” 数年后,当林浩踏出魔窟,发现自己已经举世无双,可是,修仙却是一个骗局。程明远,(中共巢合庐中心县委书记,1942年5月-1943年2月) 原名程道富,化名程道福,安徽肥西聚星乡人,生于1900年,1926年参加革命,1929年加入中国共产党。历任中共合肥工委组织部长,合二区区委书记,合肥县委组织部长,县委书记,皖西北中心县委书记兼中央至鄂豫皖交通中心站站长,1943年任巢北支队政委,1943年7月任中共巢合县委书记,后任华东局国区部交通科长,江淮五地委书记兼军分区政委······妖魔乱世,鬼怪猖獗,大离皇朝动荡不安。 张韬一觉醒来,发现自己成为一名命不保夕的捉妖人。 妖魔图鉴,万物可辨。 凡是入手经过的妖魔鬼怪,都是不可多得的财富! 张韬惊喜发现,他竟然可以通过点亮妖魔图鉴,获取各种奖励... 阴冥之眼,九幽之瞳,换头术,赤霄真经,御神宝决,浮屠魔塔,九碑妖石,法相天地,长生不灭......
网络安全评价标准主要有哪些 专业的网站建设公司服务器信息安全 规范 网络安全评价标准主要有哪些 免费建建网站 网络信息安全认证 网络安全技术概述 上海网络安全会议2017 实施国家信息安全等级保护制度 如何让网站收录 浅淡电话营销的转化率 与女友前世的前世缘分【www.richdady.cn】 冤亲债主干扰咨询【www.richdady.cn】 如何提高孩子的阅读兴趣?【www.richdady.cn】 缺心眼的心理调适【www.richdady.cn】 干扰的预防与化解咨询【www.richdady.cn】 前世老婆的前世修行咨询【微:qq383550880 】√转ihbwel 家庭关系的情感维护【企鹅383550880】√转ihbwel 大龄剩女的婚恋心态如何调整?咨询【www.richdady.cn】√转ihbwel 什么原因意外威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的法律咨询【www.richdady.cn】√转ihbwel 孩子学习不好的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 改善脑部不清晰的方法【www.richdady.cn】√转ihbwel 儿子抑郁症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 解梦的梦境解析咨询【σσЗ8З55О88О√转ihbwel 家庭关系的矛盾化解【www.richdady.cn】√转ihbwel 冤亲债主的干扰原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的改善方法【σσЗ8З55О88О√转ihbwel 冤亲债主化解威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 新媒体营销热点 家里营销电话 网络安全月报 网络安全 国际标准 网络安全技术概述 虹口专业做网站 网上营销 便宜做网站 网站迭代 论坛营销的优点 新浪微博垃圾营销范围 信息安全检查工具 浅淡电话营销的转化率 信息技术网络安全 工作室网站模板 能源行业网络信息安全 网络安全攻防教程 新媒体营销都有什么 银行信息安全演讲,-1 信息网络安全合格证 免费建建网站 便宜做网站 太原推广型网站制作常州企业网站建设价格 德国 网络安全 百度知道营销回答规律 论坛营销表现形式 网站建设收费标准报价 南京本地网站建设 信息技术网络安全 网络营销的优势与劣势 百度网站的优点 如何进行网络营销 怎样建网站 工作室网站模板 营销竞争 网络安全系统的管理 网络安全宣传报道 信息安全风险评估的一般步骤 成都 企业 网站建设 搜索引擎营销顾问 网络营销启发 合影营销 美发营销型网站 网上营销 网络安全攻防教程 网站免费搭建 营销定位 国家信息安全等级保护制度第二级要求 南京本地网站建设 长沙微网站 新媒体营销热点 网络安全 国际标准 网站管理公司 知道创宇信息安全 信息安全风险评估的一般步骤 代加企业营销qq好友 百度知道营销回答规律 美发营销型网站 网站建设费用预算 新媒体营销热点 poc 网络安全 法国网络安全战略 西宁做网站 营销模式 产品策略 学字体网站 信息安全 物理攻击 微信营销月总结报告 网络信息安全认证 法国网络安全战略 前端营销 软件信息安全测评中心待遇,-1 信息安全培训课程体系 手机网站开发技巧 如何让网站收录 信息网络安全合格证 沈阳网站制作 合肥网站建设的公司 专业的网站建设公司服务器信息安全 规范 网站常用字体 整合传播营销 免费建站网站有哪些 营销外包公司 免费建建网站 网络对营销策略的影响 上海网络安全会议2017 政府与机构类网站 滴滴营销 扁平化网站建设公司 长沙微网站 漳州做网站 工信部 网络安全认证 poc 网络安全 网络安全技术应用期刊 医院微营销 网站设计与制作 网络营销的定义zac 信息安全等级二级评测 电信网络与信息安全 网络信息安全评测机构资质 家里营销电话 医院微营销 2017网络安全大事件 东软网站建设 西宁做网站 商业网站设计 网络安全管理局 级别 网络安全 国际标准 复旦信息安全 信息安全新闻 浅淡电话营销的转化率 旅游营销推广是指 桂林做手机网站 国家信息安全等级保护制度第二级要求 信息安全等级保护级别,-1 北京信息安全行业,-1 顺德做网站的公司哪家好 淘宝网店网络营销策划 顺德做网站的公司哪家好 网站设计报价 媒体营销群 开展网络安全 网络安全服务考试 银行信息安全演讲,-1 漳州做网站 信息安全中的信息是指 云南信息安全等级保护 搜索引擎营销顾问 网络安全宣传报道 营销定位 网络营销公司 优帮云 德国 网络安全 深圳网络营销公司排行榜 网站设计收费明细表 便宜做网站 安徽网站定制