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
企业网络安全认证证书南川网站制作张家港专业的网站制作公司网络安全业务推广网盘建网站北邮的信息安全建网站要学什么个人网站制作富阳网站idc isp企业信息安全,-1杨立因为农村出身被女友家嫌弃,被五十万彩礼逼退。看破感情,又不慎坠崖,被豪门美女救下,意外得到先祖传承。自此杨立玩转都市,纵横天下......梅家和颜家的仇怨,周家和许家的恩怨,随时代而变迁。 冤冤相报何时了,相逢一笑泯恩仇。 历经千辛初心在,独立自强报国恩。 小说明线:小人物如何打好一手烂牌。 小说暗线:建设好我们的家园。 新书元宇宙小说《变局2028》已经在17K发布,希望大家支持。 (里面也写有股市风云)以另一个视角(陶南)面对生活的世界的巨大变化特种兵赵阳一觉醒来却发现自己竟然魂穿三国时代,并且获得了无双帝皇系统。他从此开始收名将,纳美人,灭刘备,退孙权,拒曹操煌煌一世。曹操:“我曹氏子弟不如子炎分毫。”刘备:“谁能帮我除了赵子炎,我封他为王。”孙权:“赵子炎是上天派来惩罚我的吗?”赵阳:“我还没发力,你们全倒下了,还让我怎么玩啊?”最后问鼎江山一统天下。赵阳看着眼前的皇座,心中无限感慨:“我本低调,但实力不允许,奈何奈何~~”高中没考上意外来到异世界,本以为是龙傲天,结果是最废物的职业。刚刚崭露头角,真相也渐渐浮出水面主人公,王程凡无意中得到一个最强宠物,进入异世界开始他的宠物进化人生生逢乱世,不求渡尽苍生,只求命数己定。 . 一生坎坷,只为与天争朝夕之命; 一生如画,水墨飘香自乱世情仇; . 幽火熊熊焚芸芸之众生,风雷阵阵破无间之魍魉;不假称王,而呼保义! 天魁星呼保义宋江,一百零八星君的星主,为何被一杯毒酒结束了生命? 这一次,魂穿宋江,打田虎征王庆,灭大辽斩方腊,一统中原,周公吐脯,天下归心!进入这家书店时,摆在面前的只有两条路:是选择甘于现状,过着后悔不已的生活;还是选择把自己的故事讲出,换取截然不同的结局。你将如何抉择?
网络安全培训学校 万州建网站 景县网站建设 网站设计书 网站制作前期所需要准备 2009网络安全事件 中国信息安全保护网络安全服务提供的五个基本功能 张家港专业的网站制作公司 网络安全的技术 万和城网站 提高孩子阅读兴趣的方法【www.richdady.cn】 发育倒退【www.richdady.cn】 强迫症的自我提升【www.richdady.cn】 婴灵咨询【www.richdady.cn】 内心恐惧胆怯的原因分析咨询【www.richdady.cn】 前世缘份的奇妙重逢【微:qq383550880 】√转ihbwel 意外的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的记忆解析咨询【σσЗ8З55О88О√转ihbwel 强迫症的心理调适【σσЗ8З55О88О√转ihbwel 心特别累的解决方法咨询【企鹅383550880】√转ihbwel 去世的母亲的影响分析【www.richdady.cn】√转ihbwel 如何避免无形干扰因素咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋困惑如何解决?咨询【σσЗ8З55О88О√转ihbwel 前世缘份的重逢故事咨询【www.richdady.cn】√转ihbwel 婴灵的化解方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的感应现象咨询【www.richdady.cn】√转ihbwel 发育倒退的咨询技巧【企鹅383550880】√转ihbwel 存不住钱的理财建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑【企鹅383550880】√转ihbwel 发育倒退的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 张家港专业的网站制作公司 信息安全评估多长时间 保定网站优化 信息安全服务认证 安全开发 高大上公司网站 SDN与网络安全 信息安全竞赛 2014 大连手机网站制作 营销活动公司 重庆 濮阳做网站 提高网站安全性 南川网站制作 全国信息网络安全协... 网站建设 宁夏 进行公司网站建设方案 中国网络安全技术 网络安全的技术 网络安全 人工智能结合 郑州高端网站建设 大连做网站 福安做网站 北京微信营销培训班 网络安全管理局巡视 中国信息安全保护网络安全服务提供的五个基本功能 信息安全管理与相关技术 无锡网站优化 自适应网络安全 无锡网站优化 黑客与网络信息安全 网络营销顾问的职责 东莞网络营销培训 华为信息安全 ciw 信息安全 ciw 信息安全 网络安全的技术 搜索引擎营销的定义 网站banner的设计要求 信息安全系统控制,-1 海丰网站建设 中国网络安全最强大学 大连手机网站制作 分栏式的网站有哪些 手机网站建设动态 青岛网站维护 大学信息安全例子 公司财务网络安全 历史上的网络安全事件 东莞网络营销培训 珠海 旅游 网站建设 企业网络安全怎么管理 黄岛建网站 深圳 网络安全协会 徐州市信息安全等级保护工作领导小组办公室 win10网络安全密钥 2013年的重大网络安全事件 湖南营销网站建设深圳网站建设网络推广 黑客与网络信息安全 网站制作前期所需要准备 2014年网络安全日 网络安全法 郭启全 东莞网络营销培训 互联网是网络的网络营销 网络安全培训学校 信息安全系统控制,-1 昆明网站制作报价 三面隔离 信息安全 展示网站和营销网站的区别 外贸网站设计制作 网站设计书 郑州高端网站建设 ciw 信息安全 呢图网站 大连做网站 信息安全评估工具 营销必修课 2013年的重大网络安全事件 中华人民共和国计算机信息安全保护条例太原市网站制作公司 厦门网站开发建设 品牌整合营销 宝安网站设计 昆明php网站建设 2009网络安全事件 网站重定向 信息安全分类指南 pad和app移动端网站具有哪些优势营销型网站又有哪些优势 深圳网络安全 张家港专业的网站制作公司 网站banner的设计要求 网盘建网站 石家庄网站建设找哪家 宝安网站设计 信息安全竞赛 2014 2015信息安全竞赛题目 公安 网络安全审计系统 信息安全峰会2017 太原推广型网站建设 无锡网站优化 互联网营销教育培训 衡水企业做网站推广 网络安全的技术 苏州装修公司网站建设 建网站要学什么 做网站程序 深圳网站建设公司电话 公司财务网络安全 网站建设如何提高转化率 保定网站优化 张家港专业的网站制作公司 华为信息安全 营销的中心 企业网络安全怎么管理 信息安全五个等级 信息安全服务认证 安全开发 中华人民共和国计算机信息安全保护条例太原市网站制作公司 深圳网络安全 国家高度重视网络安全 动态网站制作 富阳网站 电子商务与网络安全 进行公司网站建设方案 我国网络营销现状分析 兰州网站设计武汉 网站建设 信息安全五个等级 冀州建网站 信息安全评估多长时间 十种网络营销方法体系 酒店信息安全泄露事件 网络营销能力秀贴吧 网络安全管理局巡视 移动公司网络信息安全 江苏网络安全认证 SDN与网络安全 企划营销包括 珠海企业网站制作费用 北邮的信息安全