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
全球重大信息安全事件佛山网站设计优化公司什么是病毒营销?怎么设置网站栏目上海品牌营销服务政府网站模板网站制作的英文朋友圈信息安全网站定制杭州高端定制网站母亲病重,秦风想要碰瓷讹钱失败,没想到车主交给他一个盒子,晚上,一群陌生人抢夺盒子,秦风滴血盒上,放出了封印其中的小医仙,挽救母亲,从此悬壶济世,纵横都市。这是最坏的时代!这是好的时代!这是人类为刍狗的时代! 这是崛起的时代!崛起还是死亡?他会如何选择呢!古神大陆自诞生以来便流传着一个传说,命运之门会在一个时代结束时降临,得见命运之门者,可以登临神境,进入命运之门者,可获永生。 …… 杨凡天生道骨,却被家主算计和爱人偷袭,落了个修为全失,道骨被夺的下场,正当奄奄一息时,遇到了曾经见过命运之门的鬼圣阴无虚,并夺了对方的一身机缘…… 境界划分:炼体、苦海、神宫、仙台、破虚、同体、大圣、大帝、半神、神……主人公为赚取零花钱而送外卖,不想接到了一个意外的订单,竟然要送去冥府。之后,他经历了一系列奇幻的事情。朝为田舍郎,暮登天子堂。 崔峪穿越古代,本无心仕途,只想在这盛世年华平安喜乐,但时代洪流岂容你独善其身。 他从纨绔败家子到朱紫重臣,体会着王朝日隆、晃晃盛世,也感受着繁华之下的暗潮汹涌。 这是最好的时代,也是最坏的时代,更是崔峪的时代。 要风流,更要天下太平,要步步生莲,更要乾坤涤荡。 崔峪发出怒吼:“我的时代我做主!”小时候还不懂得读书写字,便喜欢听姥姥跟我讲她年轻时候的故事。姥姥本来是大地主家的被长辈们宠溺的小女儿,但在那个动乱的年代日本人的入侵打破了原本的一切,姥姥的长辈不管是经商还是入仕都没有一个好的结局,百年的大家族渐渐落魄。姥姥的父亲也因参与地下党打鬼子被抓,很快脑袋便落地了,姥姥7、8岁的年纪就离开了家,成了一位流离失所、躲灾躲难还要坚持读书的女学生。抗日胜利了,姥姥刚回到自己的家乡就要开始崭新的生活,蒋介石政府却在败逃台湾之前将黄河堤坝扒开,一时间水漫金山,姥姥和家人再次沦为了难民,漂泊当中姥姥与自己唯一的姐姐失散,不知是命运安排还是什么,姥姥在尉县的一个小村子里吃上了一顿特别饱的饭并被一个农户家庭收留作为儿媳妇,也就我的姥爷家。新中国成立,姥姥的后半生便停留在了这个小村子,她的故事也和新中国农村乡土的故事交织在了一起......世界初生世界法则不全拥有生老病三种生命形态,唯独缺少了生命的最终形态死亡,世人浑浑噩噩痛快不堪。楚阳,本来是古代武林高手,飞檐走壁,力大如牛,精通点穴。穿越到现代都市,成了一个一无所知、一无所有的小白,幸好得一众美女相助——高三少女,商贩女儿,飒爽警花,美女骑手,高冷女总,温柔护士,冷酷杀手……徐辰一朝穿越发现自己的的幸运值居然是满的?每次开卡别人白光一片,自己却时时出金,而且几乎都是战斗力又高,颜值又高的美少女?“不是你们也太弱了吧,连我卡灵一击都扛不下来啊!”众人满头黑线,你这幸运值开挂的人别人打得过???当低魔时代遭遇天灾人祸,当混沌神选开始觊觎这个世界,当旧日支配者降临世间,当泰伦虫族迷路至此,当遭受欲望的驱使互相征伐内斗,人类究竟可以坚持多久? 在末世的大框架下,人性的黑暗面暴露无遗,但勇气的赞歌也可以响彻云霄。 一双眼睛,看不清世态炎凉。 一壶浊酒,饮不尽爱恨情仇。 一张笨嘴,道不完沧海桑田。 一曲高歌,唱不清岁月蹉跎。 一段故事,只不过黄粱一梦。 本书所有主人公只是随着事件的推动而依自己的性格进行。他们只是这段历史的见证者,经历者 ,仅此而已。 万物轮回始于本末,功过是非,皆留各位看官评说。 本作不回会去影射现实生活,如有巧合实属雷同。 毕竟历史总是惊人的相似,我们只是历史的见证者。
网站设计公司 无锡 网络营销带来的好处 上海营销推广公司 官方网站欣赏 网站开发培训 珠海网站优化 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 网站设计存在的不足 好的市场营销方案 网络安全协议分析 心慌胸闷头晕的医学检查咨询【www.richdady.cn】 亲子关系改善建议咨询【www.richdady.cn】 投资项目的前世记忆咨询【www.richdady.cn】 感情纠纷的自我提升【www.richdady.cn】 无形干扰的前世记忆【www.richdady.cn】 如何预防冤亲债主的干扰?咨询【www.richdady.cn】√转ihbwel 存不住钱的咨询技巧【σσЗ8З55О88О√转ihbwel 孩子厌学的辅导方法【微:qq383550880 】√转ihbwel 亲子关系中的沟通艺术有哪些?咨询【微:qq383550880 】√转ihbwel 前世缘份的前世修行【σσЗ8З55О88О√转ihbwel 事业不顺的案例分享咨询【www.richdady.cn】√转ihbwel 发育倒退的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的家庭支持咨询【微:qq383550880 】√转ihbwel 忧郁症的环境影响【www.richdady.cn】√转ihbwel 与男友前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的自我提升咨询【www.richdady.cn】√转ihbwel 亲子关系【企鹅383550880】√转ihbwel 邪灵的防范方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的法律咨询【微:qq383550880 】√转ihbwel 营销策划公司杭州 互联网营销案例 网络安全局 免费建设网站平台 互联网营销工作简历 安徽网站制作 外贸网络营销 网络营销的职务与职责 信息安全联合实验室 信息安全等级保护 部门 佛山网站设计优化公司 百度不收录网站吗 许可e-mail营销作用好吗 APp 信息安全 福州网站建设服务 昆山网站 电商营销可以自学吗 上海网站设计建设 2017首都信息安全日 邯山网站制作 国家网络安全管理中心 电子商务新网络营销 海珠做网站 广东信息安全 大学 网络安全大学 网络安全宣传月 网络安全备案 网络营销策略技巧 网络营销传播渠道 南昌寻南昌网站设计 网络安全威胁的种类 政府网站模板 破解"工业控制系统信息安全"迷 APp 信息安全 杭州高端定制网站 app互动营销策划 工业信息安全通报 网络营销策略技巧 网站制作的英文 网络安全的会议题目 杭州网站建设开发 网络安全通知 网络营销理解不正确的是 信息安全服务资质证书查询 全国大学生电子设计竞赛信息安全技术专题邀请赛,-1 网络安全技术有限公司 官方网站欣赏 杭州网站建设设计 手机营销的方式有哪些 常州做网站公司 杭州品牌网站建设 你在平时是否遭受过网络安全问题?是怎么解决的? 海珠做网站 国内汽车网络媒体的无差异化竞争严重突破式的营销创新太少 幼儿园网站建设方案结语 软件网络安全认证证书 东莞网站公司 网络安全备案 网站页脚 怎么制定网站 长沙营销型网站建设 杭州网站建设开发 普通网站要什么费用 网站改版升级总结 珠海网站优化 网站建设步骤 信息安全体系方案 rss营销的作用 企业内部网络安全 案例 杭州品牌网站建设 信息安全培训试题,-1 企业新媒体营销的弊端 福州网站建设服务 网络营销引擎 长沙营销型网站设计 网站定制 《家装公司营销教程》 做网站要多少钱 网站建设步骤 怎么建个人网站: 微信朋友圈营销好处 信息安全测评中心 编制 中络信息安全有限公司,-1 中山网络营销 网络安全日志分析报告 国家工控信息安全,-1 怎么制定网站 中络信息安全有限公司,-1 如何创建个人网站 南昌寻南昌网站设计 营销师证书 如何创建个人网站 信息安全联合实验室 朋友圈信息安全 苏州网站推广 长沙营销型网站建设 国家网络安全管理中心 邮件营销软件 邯山网站制作 上海网站设计建设 近几年的网络安全事件 网络安全宣传月 网站策划 网络安全局 sem整合营销工具 怎么建个人网站: 西安公司网站建设 邮件营销合法吗 上海品牌营销服务 自主营销系统 易营销站 互联网营销工作简历 网络安全大学 中络信息安全有限公司,-1 外贸网络营销 企业内部网络安全 案例 东莞整合网站建设公司 邯山网站制作 昆山网站 外贸网络营销 网站建设指导 重庆商城网站制作报价 南通哪里有做网站的 网站建设指导 电商营销可以自学吗 网络营销理解不正确的是 破解"工业控制系统信息安全"迷 信息安全联合实验室 国家工控信息安全,-1 山东省网络安全技能 东莞网站公司 酒店网络安全审计 列举5个网络安全威胁 广东信息安全 大学 网络安全协议分析