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
信息安全发布时间北京网站建设报价网站推广页网站建设方式网络安全案例及其分析报告安徽大学 信息安全动效网站网络营销有关的视频免版权费自建网站信息安全认证启动会广州市信息安全企业,-1陈煜在旅游途中被球状闪电击中意外死亡,因为某种特别的原因陈煜的意识和虚幻世界的世界种子融合,开辟了一个处于虚幻和现实之间的世界。万万没想到成为了大唐最强男团之一的成员! 当了六耳猕猴的师兄; 娶了铁扇公主为妻子; …… 不对,这不是我读过的西游! 原本是各个不同世界和地方的九位勇士,却因一次的使命而是他们走到了一起;今后的路,虽然漫长而艰巨,但他们之间的友谊与羁绊却不会因为任何原因而被斩断,不论在何方,都会把彼此深深地记在心里!!原本是各个不同世界和地方的九位勇士,却因一次的使命而是他们走到了一起;今后的路,虽然漫长而艰巨,但他们之间的友谊与羁绊却不会因为任何原因而被斩断,不论在何方,都会把彼此深深地记在心里!!这本书会更新的很慢很慢,就好像蜗牛爬山一样。 杨洛因情跨入禁之领域长生祸,就算世界上所有的人都死了他都不会死。他看遍了诸世的沉浮,活了无数个时代,为了爱人杀入了平行宇宙,茫茫星空,浩瀚宇宙,世间万千都曾留下过他的足迹……我们该去享受,还是该去抱怨,这不是一部小说,是很多故事,或许会有一个触动你,加油 羽化飞升的周蒙没有成仙,却穿越来到了灵川大陆,灵魂附身在一个孱弱的少年身上。   人类是灵川大陆唯一无法炼气的生物,也是灵川大陆食物链的最低端的存在,还是众多兽族的口粮。   周蒙带着一身蓝星道法穿越,意外找到了人类修炼的法门。自身强化的同时还利用蓝星道法增强人类,居然能够使人族拥有无上实力。   周蒙以凡人之躯加冕人皇,带领人族崛起。   狼族:“区区人族而已,犹如蝼蚁,小指头足以捏死!”   狐族:“什么时候人类也能称之为威胁了?”   树族:“狗屁人类,我一巴掌一个好吧!”   人族开启修炼之旅,全员恶人之后。   狼族:“人族大佬们饶命,我愿意终生为人族当狗!”   狐族:“人类决不能留!”   蜥族:“啊?我蜥族被人族一巴掌一个了?”   扫清一干种族,成就万古人皇!!当亲情友情的破灭,将觉醒第二人格什么能力...  一座天山隔绝着两个世界,苍茫大山的深处,一座孤独的小城,人们在此中渡过千百贫瘠的岁月。      城中一日,城外百年。      天山后,彼岸的世界日夜呼呼着少年躁动的心。      天山冷宫不死药、玄之又玄的气脉武学、死者复生的诡秘巫术、帝国雄纠百万铁虎豹骑、天灵珍兽.........      为了那未层谋面的未婚妻。      高考吧!      为了那前所未见的新世界。      高考吧!!      为了十八岁后,那激昂炽热的生命。      高考吧!!!
网络安全网络探测实验 邢台网站制作哪家强 网站在其他电脑打开都是好的有一台打开错位没有加载css文件 亚马逊 内容营销 信息安全资质的机构 娃哈哈营销策划主题 自己怎样制作公司网站 网络安全案例及其分析报告 怎么创立网站 石家庄网站制作 亲子关系的前世记忆咨询【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 心特别累的解决方法【www.richdady.cn】 事业不顺的前世因果咨询【www.richdady.cn】 特殊学校的师资力量咨询【www.richdady.cn】 儿子不读书咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的自我提升【企鹅383550880】√转ihbwel 意外的前世记忆咨询【微:qq383550880 】√转ihbwel 家宅磁场对居住者的影响咨询【σσЗ8З55О88О√转ihbwel 官司的调解技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何化解婴灵带来的负面影响?咨询【企鹅383550880】√转ihbwel 前世今生的修行方法咨询【企鹅383550880】√转ihbwel 学习成绩差的家庭教育咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运问题在线咨询【企鹅383550880】√转ihbwel 外灵【σσЗ8З55О88О√转ihbwel 感情纠纷的原因有哪些?【www.richdady.cn】√转ihbwel 解梦的案例分享【微:qq383550880 】√转ihbwel 化解外灵的专业手段【微:qq383550880 】√转ihbwel 缺心眼的案例分享咨询【企鹅383550880】√转ihbwel 亲子关系的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 西安信息安全产业园 信息安全风险评估实施教程 网络安全法 中文域名 长春880元网站建设 网络安全规范操作流程 微活动营销案例 团购网站建设 春晚的网络营销方案 2015网络安全新闻 网络安全特征有 电脑技术 网络安全 网络设置的网站 低价网站建设 信息安全 pki 案例网站 涿州做网站 服务类网站免费建站 湖北省公安厅入围网络安全审计产品 广州营销外包公司有哪些 国家空间网络安全学院 亚马逊 内容营销 台州卫浴网站建设 湖南网站优化 蠕虫病毒网络安全 网上营销有哪些 微信营销培训讲师 网络安全特征有 春晚的网络营销方案 微信网络安全 信息安全认证启动会 低价网站建设 信息安全项目计划 最新的网络安全技术 信息安全事态或事件 安徽大学 信息安全 国家信息安全通报中心 亚马逊 内容营销 微活动营销案例 网络营销策略评价 石家庄网站制作 2015网络安全新闻 邢台网站制作哪家强 网络安全视频教程 logo网站推介 北京网站建设报价 健身器械网站建设案例 信息安全 pki 信息安全项目计划 国内欣赏电商设计的网站 网站权重低播客营销 网站制作 价格 济南网站制做 win10输入网络安全密钥 软件外包信息安全程序 建网站可靠 网上营销有哪些 数字认证网络安全 网络安全必要性2016 公司信息安全 系统有限公司 最新的网络安全技术 涿州做网站 我想做个网站 新闻营销案例 防火墙 公共网络安全 石家庄网站制作 低价网站建设 网络安全动画 企业网站个人可以备案吗 信息安全风险评估实施教程 上海云计算信息安全,-1 网站赞赏 建行手机网站 服务类网站免费建站 网信办 网络安全协调局 2015网络安全新闻 网络信息安全周启动,-1 网络营销实用教材 的教材框架是基于何种营销理念编写的政府网站建设 关于信息安全控制 济南网站制做 南宁市制作网站的公司 信息流营销是什么 网络安全应急队伍 案例网站 济南网络推广网络营销软件公司 网络安全的基础知识 聊城网站建设报价 o2o网站建设代理商 win10输入网络安全密钥 温州网站建设联系电话 网站前台 国家信息安全通报中心 网信办 网络安全协调局 网站域名怎么进行实名认证 网络营销实用教材 的教材框架是基于何种营销理念编写的政府网站建设 网络安全特征有 数字认证网络安全 网络安全应急队伍 信息安全项目计划 网站前台 石家庄网站制作公司 信息安全项目计划 网络安全的级别 计算机信息安全保护等级 logo网站推介 济南网络推广网络营销软件公司 网站域名怎么进行实名认证 教职工网络安全培训 国家空间网络安全学院 网络广告营销模式案例 新闻营销案例 网站和手机网站 案例网站 新郑做网站 网络安全调研报告 郑州网站建设最独特 网络营销提升 团购网站建设 网络安全法 中文域名 国家信息安全通报中心 信息安全认证启动会 顺德门户网站建设公司 网站推广页 服务器网络安全软件 防火墙 公共网络安全 免费设计网站 春晚的网络营销方案 网站前台 企业网站个人可以备案吗 信息安全保护等级测评标准大数据技术与网络安全 健身器械网站建设案例 网络安全分析室 服务类网站免费建站 计算机信息安全保护等级 什么叫做营销型网站 济南网站制做