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
常见网络安全的威胁和攻击有哪些网络信息安全硬件设备深圳网站外包大石桥网站2013年以来国家颁布的信息网络安全政策文件经典网站设计阿里巴巴 信息安全,-1信息安全漏洞 云南域名网站长春给企业做网站的公司贫困山村出来的李小冉为摆脱农人的身份,拼了命的想融入大城市,可最后却事与愿违。女友也因为他是农村的,没能在城里买房最终离她而去……为一诺,走遍九天十地,守一人,战至魂散魄灭,不屈,正是少年! 为情所动,因缘相聚,似世间多有不归人,半生,皆在途中! 纵使天赋非凡,却难逃命运坎坷,强者为尊的世界里,谁都,未敢回首! 爱他所爱,杀他该杀,男儿一世,枪断沧海,阵葬星云! 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。记者:你打球怎么这么厉害。我:我可能就比别人天赋好一点,技术好一点吧讲述主角程仙在现实世界因救人发身意外来到一个修仙大陆,本以为可以像其他小说主角一样开挂,奈何毛都没有………大道五十,天衍四十九,遁其一;为天机。 众人皆知,应天运而生之人,天地皆协力。 殊不知,天将降大任,必先苦其心志......!必承受,常人无法承受的痛苦。 世间可否有两全之法? 常生来揭晓答案。古陵穿越仙武世界,成为道宗被废弟子。被打入禁地渊薮,觉醒签到系统。 “叮!签到成功,恭喜宿主获得先天圣体道胎!” “叮!签到成功,恭喜宿主获得元辰精神术!” 一百年后,修行界大乱,在古陵走出禁地的时候,豁然发现,自己举世无敌。女同桌重生了,说她未来是我老婆。 因为嫌弃未来的我穷苦潦倒,她决定用重生的buff帮我走上人生巅峰!一花一叶一少年,清风徐来半月阁! 千树万树终落叶,寻的半生安稳来!一介神偷无意落入百年阴谋大局,在阴谋中成长,站在世界之巅。
网络安全 软件设计 如果做到信息安全 企业公司网站 北京 展示类营销 泉州网站建设 深圳网站外包 临沂网站维护公司 网站免费注册域名 汕头 网站建设 网络安全信息集成商 特殊学校的师资力量【www.richdady.cn】 祖灵与家运的关系【www.richdady.cn】 强迫症的案例分享咨询【www.richdady.cn】 冤亲债主干扰的常见案例【www.richdady.cn】 前世今生的修行案例咨询【www.richdady.cn】 感情纠纷的情感疏导技巧有哪些?【σσЗ8З55О88О√转ihbwel 外灵干扰的前世因果咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读环境如何营造?咨询【企鹅383550880】√转ihbwel 去世的父亲的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂治疗与心理辅导咨询【企鹅383550880】√转ihbwel 邪灵的感应现象咨询【企鹅383550880】√转ihbwel 前世今生的轮回传说【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场心态咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的自我提升咨询【微:qq383550880 】√转ihbwel 前世今生的缘分如何续写?咨询【www.richdady.cn】√转ihbwel 失业期间的心理调适方法咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读习惯【www.richdady.cn】√转ihbwel 有官司的预防措施【微:qq383550880 】√转ihbwel 财运不佳【微:qq383550880 】√转ihbwel 什么原因意外的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 信息安全等级保护备案表 信息安全漏洞 云南 上海大传网络安全技术有限公司 营销建站 信息安全等级保护 部门 网站制作的趋势 网络安全产品 选型 网络信息安全硬件设备 国家网络安全相关政策 社交媒体营销英文西乡建网站 国家网络安全管理中心 企业qq跟营销qq哪个好用吗 防火墙在网络安全中的应用 怎么样做网站的目录结构 杭州 网站设计制作 分析网络安全问题有哪些 信息安全业务介绍 聊城网站优化 胶州做网站 定制版网站建设费用 营销网页设计 美国网络营销人员工资 网络安全职业 扬中网站建设 门户网站有哪些 国家网络安全研究院 优秀网页设计网站 怎么个人网站设计 信息安全化 营销建站 信息安全策略实施方案 山东网络安全技术大赛 网络安全通知 营销培训课程体系 网络营销能力秀 网络安全警示 网络安全展牌 门户网站有哪些 网络信息安全硬件设备 服装网站建设 上海高端定制网站公司 百度提供营销功能 沈阳开发网站 美国网络营销人员工资 优秀网页设计网站 国际网络安全问题 区域整合营销 信息安全管理培训 客服信息安全的培训 广东信息安全 大学 芜湖网站建设公司 中央小组网络安全管理 信息安全 政策法? 网站制作 广州 广东信息安全 大学 网络营销主修课程 聊城网站优化 社交媒体营销英文西乡建网站 网络营销主修课程 信息安全等级保护备案表 营销型网站特点 如何建立信息安全标准化 信息安全测评中心 绿盟,-1 长沙网站设计开发 哈工程信息安全实验室 网络安全怎么检测 美强化网络安全新法案 珠海网站推广 网站建设项目 3合一网站 中国网络安全大事记 临沂网站维护公司 公司网站开发公司 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 主流网站风格 营销的基本要素包括 网络安全产品 选型 哈工程信息安全实验室 网站设计模版 2017国家信息安全周主题,-1 长春给企业做网站的公司 模板网站更改 优秀网页设计网站 全球重大信息安全事件 信息安全业务介绍 信息安全等级保护 部门 模板网站更改 网站后台编辑器 泉州网站建设 经典网站设计 信息安全 政策法? 建网站啦 网络安全宣传员 营销传播的概念 广州做网站建设哪家专业 网络安全 经典书籍 网络营销策划书案例青岛外贸网站建设 信息安全 863 山西全网营销服务商 网络安全与黑客攻防宝典 第3版 国家网络安全研究院 北京安天网络安全技术有限公司 菏泽网站推广 福田的网站建设公司 杭州 网站设计制作 建网站啦 网络安全法 讲解 营销四 营销型网站特点 信息安全组织机构 信息安全测评中心 绿盟,-1 怎样自己创造网站 哈工程信息安全实验室 网络安全与黑客攻防宝典 第3版 信息安全包括信息的 信息安全未来10年,-1 胶州做网站 深圳网站外包 国家网络安全相关政策 网络安全宣传员 公司网络安全规范 展示类营销 网络安全宣传员 哈工程信息安全实验室 扬中网站建设 信息安全策略实施方案 美国网络营销人员工资 信息安全期刊官网 营销传播的概念 模板网站更改 网络安全 软件设计 长沙网站设计开发 信息安全事件等级 信息安全等级保护 部门 企业公司网站 北京