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企业间网络营销案例网站界面宽网站建网络安全协议:原理、结构与应用网站 制作公司网络信息安全设备,-1灵兽人程森屮(che四声)十一岁丧母,十三岁遭灭族。程森屮,程猖,程狂兄弟三人幸存。一年后大哥程猖却操纵程森屮杀死小时密友和程猖,心灰意冷的程森屮消失了三个月后在长安佚名“山狼”靠杀人赚钱。两年后,“山狼”声名崛起无意间认识权门高氏二公子和洌氏二公,这时有人叫杀死两人。山狼不从,没曾想那人正是大哥程猖。几经挣扎后,山狼坠于程狂和卫天兰坠落的黑鹰崖。 十年后 顶级杀手——山狼,再次出现在高风舌眼前。 正义也许会迟到,但永远不会缺席。只想开花店的陈魇为了悠闲又平静的生活踏上了维护世界和平的征途,但是…… “梦魇”是个什么玩意儿啊喂!仰望仙道尽头,你我的命运在何方? 纵观古史,谁为棋手谁为棋? 在这一场浩瀚无边的仙道棋局中,多出的一子,究竟是棋手还是棋子?一颗巨大的陨石改变了这个世界,改变全部原有生态环境,可怕高强度辐射之下,人类只能够依靠自己 建立起安全区生存,安全区之外便是可怕辐射。 曾经温和生物在恐怖辐射之下,产生了巨大变异,以杀戮为乐,以毁灭为荣。 可怕陨石不止带来了可怕辐射和生态改变,巨大陨石之内,还隐藏了另一只可怕生物,它们进化出属于自己社会等级团体,拥有可怕数量军队。 人类在灾难之后,面临无数挑战,是否还能够重建属于自己曾经 家园,强大科技是否能够再一次拯救人类。 在这个灾难大地上,人类、异化兽和辐射生物相互之间撕杀。 主角是众多穿越者中一员,这一次他将会携带着红警3内将士们,在一次在这一片灾难之地,重启属于他们自己家园,他们不会在认输,也不会在失败!!! 新坑续写红警系列,请各位看官老爷们,多多支持呀!一位平凡但热爱足球的高中生,本以为自己会在青春中发散光芒,然而却只是正常的高考毕业闯社会,年近而立之后,闲暇时想起自己年少时的热爱,毅然决定出山,不过看了看自己的啤酒肚……不过!他还是遇见了一众好友,并开启了自己的“足球生涯”作者是个很忙,又很闲的人,觉得实在无聊跑来写书,回忆回忆自己的初中生活,重新倘徉一下自己不知所云的青春,大家随意,学生文笔,请见谅 银河帝国超级机甲天才流云,在一次营救帝国公主的行动中,被敌方设伏,陷入绝境,一人一甲独战十万机甲战士,最终为掩护公主逃脱,义无反顾自爆了机甲,庞大的能量令空间扭曲,竟形成一个可怕无比的黑洞,而流云最后的记忆停留在自己被黑洞吞噬……待醒来时,已然穿越到了一个陌生的世界。结婚?还结什么婚,我要修炼!空气中竟含有限制生物进化的慢性病毒?!大气层是阻碍生物吸收宇宙能量的囚笼?!有外星文明针对地球?!2222年的2月22日,经过几百年的研究,地球人类研究所发表了一个个令人三观彻底颠覆的结论。在所有人的惶恐不安中,几百年后,研究人员发现空气中的病毒慢慢消失了,从那以后,一切好像都变得不一样了……这本书会更新的很慢很慢,就好像蜗牛爬山一样。
2001年网络营销事件 局域网的网络安全 高端网站制作公司 第四届网络安全竞赛 保护信息安全最基础 最核心的技术是 网站优化的图片 企业公司网站 北京 河南信息安全公司排名 杭州网站设计公司有哪些 内网信息安全解决方案,-1 财运不佳的财富规划如何制定?【www.richdady.cn】 财运不佳的原因分析【www.richdady.cn】 如何化解冤亲债主的干扰?咨询【www.richdady.cn】 发育倒退对孩子心理的影响咨询【www.richdady.cn】 儿子抑郁症的治疗方法咨询【www.richdady.cn】 前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel √转ihbwel 事业不顺的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的咨询技巧咨询【企鹅383550880】√转ihbwel 投资项目的环境影响咨询【企鹅383550880】√转ihbwel 内心恐惧胆怯的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度仪式咨询【微:qq383550880 】√转ihbwel 外灵干扰的环境影响咨询【企鹅383550880】√转ihbwel 婴灵的形成原因【企鹅383550880】√转ihbwel 孩子厌学的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的前世因果咨询【微:qq383550880 】√转ihbwel 官司的法律援助咨询【www.richdady.cn】√转ihbwel 前世缘份的前世修行咨询【www.richdady.cn】√转ihbwel 老公家暴的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 深圳建网站的公 广州建网站 思科2017年年度网络安全报告 咸宁做网站 网站建设成功案例 联通信息安全部4 简述email营销的实施过程如何避免垃圾邮件? 网站优化的图片 哪个大学网络营销 淄博免费网站建设 东莞营销网站制作 河南信息安全公司排名 办公室 信息安全工作 网站后台 支付敏感信息安全审计 网站建设 福州 关于网络安全报道 信息安全系 教育网站设计案例 关于网络安全报道 全景网络安全 企业间网络营销案例 信息与’网络安全 网络安全协议:原理、结构与应用 找人做网站 网络安全专用产品 网络营销是什么 网络安全技术杂志 网络营销的适用范围 网络营销的适用范围 珠海营销网站建设 营销总裁班 信息技术与信息安全 linux系统的优点完全免费代码开源 nba网站建设 企业网站多少钱 网站设计公司无锡 网络安全是指 珠海网站建设 深圳建网站的公 企业网络信息安全培训课程 顺德手机网站设计信息 网站优化的图片 广州建网站 信息安全重大事件2017 找人做网站 网络安全法 网络标准范畴 思科2017年年度网络安全报告 网站建设价格 自适应网站好建们 金坛做网站 咸宁做网站 淄博免费网站建设 公安部关于网络安全 百科词条营销 网站建设成功案例 注册信息安全员有用吗 网络营销观后感 智能网联汽车信息安全 联通信息安全部4 简述email营销的实施过程如何避免垃圾邮件? 网站盈利了 计算机信息安全的基本要素 网络安全优化方案怎样创网站 网站优化的图片 网站制作苏州企业 珠海营销网站建设 网站界面宽 哪个大学网络营销 常州网站推广 做网站行业的动态 企业公司网站 北京 淄博免费网站建设 2001年网络营销事件 营销方案班 网络安全学院 清华大学 东莞营销网站制作 郑州网站建设、 国务院负责统筹协调网络安全工作 网络安全宣传周新华网 河南信息安全公司排名 哪个大学网络营销 上海网站制作顾问 网站 制作公司 办公室 信息安全工作 邢台做网站哪儿好 网站建 营销文案的特点 网站后台 计算机信息安全的基本要素 佛山做网站建设 事件营销的优缺点 支付敏感信息安全审计 网络安全技术杂志 企业间网络营销案例 做生意的网站 网站建设 福州 中国黑白it信息安全 网站换主机 免费的创建个人网站 关于网络安全报道 电子商务网站策划书 行业网络安全培训 石家庄网站营销 邢台做网站哪儿好 网络安全日展览 云浮网站建设 网络安全 银川 信息安全售后服务方案 教育网站设计案例 网络安全夏令营 网站建设资源 英文网站设计 关于网络安全报道 2012 西电电子竞赛信息安全邀请赛西电 华企网站建设 无锡好的网站公司 高端网站制作公司 互动网站建设 网络营销可以不考虑( )问题. 北京市场营销课程培训 企业间网络营销案例 高端网站制作公司 信息网络安全监测预警机制研究 网络营销推广方法案例分析 内网信息安全解决方案,-1 信息与’网络安全 国家网络安全月 网络安全 银川 电商网站建设新闻 网站盈利了 做网站行业的动态 东营做网站建设的公司 网站费用单 网络信息安全法 2016qq免费建网站 云浮网站建设 网站防复制 华企网站建设