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
南宁网站制作网络安全公司有哪些信息安全攻防实战系统曲阜做网站销售营销软件如何做搜索引擎营销策划信息安全测评收费标准网站营销工具有哪些功能天融信网络安全准入人际网络营销的由来本书为人间第二次游戏中国区指定史书 对非玩家:这是一堆穿越者贯穿华夏五千年(作妖?)的故事,其中包括:非凡力量,魔幻历史,开倒车等诸多内容,希望你们能够喜欢,不喜勿喷。 PS:本书大部分架空 对玩家:本书由在战乱之中救出来的代代史家人员写下的记录作为主体,其中一些部分因为战火消失,这些缺失部分只得用人们代代相传的传说补充,所以如有与事实不符的内容,请多包涵。 (在此特别感谢所有参加记录的史家人员,以及所有在战火中拯救史书的先人们)宇宙悄然变化,地球的模样逐渐变得和往日不同,丧尸,怪兽,变异人如同雨后春笋般涌出。每个生命个体都在进化着,地球变了?不这就是他真正的模样。东方曜穿越洪荒,投靠刚建立不久的天庭,成为一名扫地仙。 同时获得签到系统,只要在不同的地方打卡,就可以拿到系统奖励。 “叮!恭喜宿主遣云宫打卡成功!” “获得大道玉佩!” “叮!毗沙宫打卡成功,获得【八九玄功】。” “叮!五明宫打卡成功,获得圣龙仙丹!” “叮!兜率宫打卡成功,获得先天灵果一枚。” …… 就这样,东方曜在众仙无视中在天庭签到了几百年。 直到有一天,下界妖族举兵来袭,天庭无人能敌。 他们一路杀到了凌霄宝殿,遇到了正在扫地的东方曜……光与影谁更邪恶,破解之谜。在两大宗教的争斗中,在万般病态和诡异的异世界中寻求出路,是人性本是如此吗,还是说另有他人在幕后操纵,那诡异怪物本是世界上原有的吗,那些传奇人物真的是那般神秘吗,错乱的科技,错乱的文化,错乱的历史进程,那背后到底有着什么? 谜团之下是一个个渺小的身影,但是他们依然闪耀着光芒。 一生平平无奇的莫辰穿越到修仙大陆,本以为能一生无敌,创造无尽辉煌……………………………………………………确实如此。一个平凡少年步入除魔降妖的道路,一步步踏上轩盏龙炎的驱灵人。混沌与我的关系到底是什么?那个人说的话意思是什么?混沌为什么在我的体内?我的父母是谁,又去哪里了?混沌的朋友为什么会背叛它?这一切到底是怎样的?世界变了! 不知何时,以前的妖兽需要度雷劫,修炼者没有雷劫,但现在反过来了。   以前的修炼者突破境界失败,养伤还能再战。但现在一旦失败,就是恐怖异变的开始,人不是人,鬼不是鬼。   整座天地好像都在打压人族,仿佛除了人族之外,一切种族都在突飞猛进的成长……  这是一个充满了奇幻的世界,某些人类在出生之时,就会在身上留下神秘的刻印,从刻印之中将会诞生出神奇的生命,并且与他们缔结主从关系。   少年琉星在出生的那一天就已经是得到了神秘的刻印。虽然因为父母去世后成为了孤儿,但是依然是性格开朗,笑对人生。   虽然是笑对人生,但是终有寂寞的时候,在琉星孤单的时候,唯一安慰着她的……就只有存在于他刻印之中的生命。在一次偶发事件之中,琉星遇上了欧斯贝尔王国的公主,并且从神秘人的手中救下了她。   因为这一次的偶发事件,琉星刻印之中的生命终于是诞生了。可是,他怎么样也不敢相信,从他的刻印之中诞生出来的竟然是一个绝世的美少女。   这一次的事件,将大大改变他们的“命运”!少年与伙伴们相遇,一切便开始变得不同。 刻印使与契约兽,朝着那永无止境的明天出发吧,创造出一个个的奇迹吧!
ctf 网络安全 常州营销外包 互联网话题营销 上海三零卫士信息安全 信息安全动画 惠州网站建设公司 重庆网站 中国国家信息安全系统 深圳网站建设 独 审计网络安全专业排查 失业的心理调适咨询【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 工作升迁的障碍与突破咨询【企鹅383550880】√转ihbwel 孩子厌学的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的沟通技巧咨询【企鹅383550880】√转ihbwel 家庭关系的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵对家族的影响【微:qq383550880 】√转ihbwel 前世今生的梦境解析【www.richdady.cn】√转ihbwel 塔罗牌占卜与心理分析【www.richdady.cn】√转ihbwel 冤亲债主干扰的根源是什么?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的超度仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 第六届全国网络安全等级保护技术大会 信息安全动画 网络公司给我们做的网站但是我们不知道域名是否属于我们 网络安全文稿 信息安全顶级学术会议 国家信息安全评测中心 信息安全的新闻 深圳网站建设 独 信息安全宣传资料,-1 微网站制作软件 广告营销法 重庆网络营销 优帮云 主流网站风格 信息网络安全公安部 中国信息安全等级 网站模板设计 信息安全竞赛 ctf 鲲鹏网络营销策划 在太原营销 朝阳企业网站建设方案 手机营销活动策划方案范文 28所 网络安全部 2014年全国大学生信息安全技术大赛暨四川省大学生信息安全技术大赛 在太原营销 信息安全竞赛 ctf 人际网络营销的由来 信息技术与信息安全 快速学习 网络安全的攻击报告邮件营销推广案例 南宁网站制作 在太原营销 信息安全二级等级保护,-1 星巴克微信营销ppt 人际网络营销的由来 网络营销的难点是什么 审计网络安全专业排查 网站建设项目 网站制作性价比哪家好 杭州网络安全研究院 武汉网站设计公司 湖南网站制作电话2017 信息安全大会 胶州做网站 认识网络营销调查的基本方法 珠海做网站 网站个性化定制服务 最有吸引力的营销活动 人际网络营销的由来 重庆专业的网站建设 我国的信息与网络安全防护能力比较弱 网络安全产品是什么 深圳市计算信息网络安全员 如何做搜索引擎营销策划 响应式公司网站 网路营销以什么为基础 互联网话题营销 我国的信息与网络安全防护能力比较弱 网海营销 网络信息安全服务类型,-1 网站开发 价格 手机网站开发制作 国家信息安全评测中心 网站营销工具有哪些功能 国家信息安全需要顶层设计宝安做网站的 茂名做网站 网站模板设计 互联网信息安全解决方案当中完善互联网信息安全的法律制度去的方法有 销售营销软件 衡水网站设计怎么做 ctf 网络安全 网站怎么添加管理员 上海网络安全考试 好模板网站 上海市网络安全周 28所 网络安全部 崇左网站建设 2016年 网络安全规划方案 网络营销的难点是什么 网络渠道营销策略 中国国家信息安全系统 小红书 内容营销 网站个性化定制服务 网站建设项目 互联网信息安全解决方案当中完善互联网信息安全的法律制度去的方法有 手机营销活动策划方案范文 网络公司给我们做的网站但是我们不知道域名是否属于我们 国家信息安全评测中心 网站更新了国家网络安全应急 网站怎么添加管理员 响应式公司网站 聊城做网站 网路营销以什么为基础 重庆网站 信息安全测评认证信息 青岛网站制作 网络安全检测工具 网站建设方法 珠海做网站 响应式公司网站 营销组合的4p策略 深圳网站建设 独 审计网络安全专业排查 网站颜色搭配网站 网站报价方案1 网络安全威胁常见的有哪几种? 认识网络营销调查的基本方法 国家信息网络安全中心 网络安全工程师培训 免费网站专业建站 闸北区网站制作 青岛网站制作 星巴克微信营销ppt 重庆璧山网站制作公司哪家专业 外贸网络营销课程总结 网站建设新趋势 ctf 网络安全 常用网络安全工具 常见的网络安全问题 网站建设项目 网站制作性价比哪家好 网站意义 网站建设新趋势 网络安全周的宣传 王者荣耀网络安全法 网络安全监测云平台 网站推广网站 重庆好的网络营销公司排名 手机营销活动策划方案范文 信息安全测评认证信息 主流网站风格 2016年 网络安全规划方案 信息安全顶级学术会议 天融信网络安全准入 好模板网站 湖南网站制作电话2017 信息安全大会 台湾 多层次网络营销 审计网络安全专业排查 网站中主色调