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
信息安全 标准讲解网络营销学者信息安全等级保护三级信息安全 济南北京网络安全产业网络安全 ids网络安全 售前 技能信息安全 行业新闻网络安全龙一网络安全攻击报告不追求CP结合,架空历史的一部帮派穿越小说! 道上老大白楚阳,在一次斗殴中被人刺杀,结果直接穿越到数百年前的白氏家族。 为了能让自己存活下去,同名同姓的白楚阳,使出自己在现代混迹的所有本领,让这个古代的白氏家族,逐渐成为一方霸主! 他,后脑勺多出一块骨头,出生时正好父亲海上遇难,于是他被叶家当作是反骨仔、煞星灾星,是江海豪门叶家没落的罪魁祸首,所以他从小在叶家受尽欺凌,活的不如一条狗,甚至,还被叶家利用亲生母亲,逼他联姻宋家第一丑女千金。殊不知,得到了阴阳鱼玉佩的他不仅成为了悬壶济世的圣手神医,还是杀伐果断的神州大将。 且看他退役回归都市,在保护好自己想要保护的人下,是如何将都市掀起一阵狂风暴雨,是如何让整个世界都为之一颤……穿越平行世界,文娱资源匮乏,百废待兴。 孤独一世的江帆,身后多了一个喊自己“爸爸”的小棉袄。 为了让自己可爱的宝贝女儿过上公主般的生活,江帆开始拼命赚奶粉钱。 视帝、影帝、百亿导演、天王歌手…… 荣誉加身的江帆在巅峰时不顾数十亿粉丝的挽留隐退,只为了陪伴橙橙,给他最完整的童年。 这才发现,自己不知不觉间,成为了这个世界文娱行业的神,让文娱抵达了前所未有的盛势!穿越到历史严重断层的平行世界,韩休发现这里有档名为《前世今生》的节目,登上节目,就可以帮助选手回忆起前世记忆。 当韩休登上节目后,观众们惊骇的发现,他轮回九世皆为英烈! 第一世蜀汉武侯诸葛亮:功盖三分国,名成八阵图! 第二世抗金名将岳武穆:靖康耻,犹未雪;臣子恨,何时灭! 第三世铁骨铮铮文天祥:人生自古谁不死?留取丹心照汗青! …… 第九世炎帝神农:安知尝试者,百死百生来! 当前世曝光,全网泪崩!大荒里不知名的小村子,几位少年从这里走出,开启属于他们的传奇人生。 黑暗中的幕后者从沉睡中苏醒,天地棋盘悄然展开,一切才刚刚浮出水面……近年来,如同PUBG,LOL等各大游戏纷纷举行重大赛事。而我的世界也不甘示弱。一群初三毕业的孩子,成立了一支战队。等待他们的将会是什么,谁也不知道……两百年前,乱世骤起,群雄割据,以烽火燎原之势袭卷整个中原,江湖动荡,百姓苦不堪言。 割据一方的武安侯,率兵马百万,联合当时江湖上最大的门派魔琴宫,历时十数年的战火硝烟,方实现天下大统。可是在天下归一后不久,魔琴宫这个庞然大物却消失在了天下人眼前,到底发生了什么? 这个江湖,情与仇的交汇,就如同多年以前,激起了千重浪, 而这,便是江湖!异界的国度妖魔苏醒,那里即将面临生死劫难,轩辕庄就是摆脱生死劫难的寄托。轩辕庄自己在非凡经历得以砥砺成长。御临河传奇(建议从15章开始看,小白到来,前期感觉不到位,写的有点无趣,后来渐入佳境,请书友不要轻易放弃,给点支持!) “宿主,你不是说你是以蝼蚁之躯游历红尘的巨龙吗?怎么被人捕捉到地牢内受刑了?” 浑身邋遢的君临仙无奈摇头“唉!巨龙也会有打盹的时候,别想以此逼我修炼呀!” 离火宗大殿内,“逆子!这就是你干的好事!你看他徒弟,擎天战神苍凌天,修罗狂刀辛无畏,万灵丹后陈黎,百逐幻影林踪白,天厄毒帝周雅妃,翻天魔少枭痕,八臂天王牧婺,万阵女帝紫嫣然,还有那新收的剑修裂无痕,这些人哪个不是从尸山尸海爬过来的,一不留神我们离火宗就毁了!”
上海网络安全会 信息安全评估结论 信息安全 济南 网站建设策划书 静安区品牌网站建设 川大信息安全怎么样. 网络营销评价方法 网络营销的营销渠道 微互动营销 山东临沂网站建设 孩子压力大的原因分析咨询【www.richdady.cn】 去世的母亲的影响分析咨询【www.richdady.cn】 灵性成长工作坊【www.richdady.cn】 头脑混沌的生活习惯【www.richdady.cn】 儿子不读书的心理调适咨询【www.richdady.cn】 官司的心理调适咨询【企鹅383550880】√转ihbwel 感情纠纷的情感疏导【σσЗ8З55О88О√转ihbwel 心特别累的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的影响分析咨询【微:qq383550880 】√转ihbwel 孩子压力大咨询【www.richdady.cn】√转ihbwel 缺心眼的咨询技巧咨询【微:qq383550880 】√转ihbwel 冤亲债主的干扰原因咨询【微:qq383550880 】√转ihbwel 意外事故的应急处理方法咨询【www.richdady.cn】√转ihbwel 感情纠纷的真实案例有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的故事分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的咨询技巧【www.richdady.cn】√转ihbwel 祖灵的祭祀方法咨询【微:qq383550880 】√转ihbwel 个人专属前世因果分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的前世因果咨询【微:qq383550880 】√转ihbwel 心慌胸闷头晕的解决方法咨询【企鹅383550880】√转ihbwel 网络安全攻击报告 信息安全会议2017 卓进网站 网络安全 实验 半成品网站 国家信息安全服务资质查询 组建一个网站 免费建网站系统平台 台州网站设计 网络安全厂商 互联网营销的现状分析 成都c3网络安全 关于网络安全的新闻稿 搜索引擎营销推广是什么职位 企业网站推广优化 赛事化营销 信息安全稽核通知 国家计算机与信息安全管理中心 网站建设计划书 计算机网络与信息安全技术 北京市2017信息安全 国家信息安全研究院 台州网站设计 营销的类别 信息安全 济南 运营商 信息安全,-1 信息安全产品测试方法,-1 网络营销产品特点 网络营销的营销渠道 事件方面的营销举例 2016网络安全年会 上海 网络安全周 地址 手机微信的网站案例 营销培训学院 mmm营销 网络安全 ids 信息安全攻防竞技平台 网站移动端建设 网络安全法 身份认证 网络安全体系层次模型 微互动营销 广东网站建设 网站建设计划书 组建一个网站 2017国内信息安全事件 西安专业建网站 网络安全行业招聘 事件方面的营销举例 企业网络整合营销方案 大数据信息安全法律法规 团队营销的作用 国家信息安全服务资质查询 北京网站页面设计 信息安全测评认证意义 九江做网站 2016信息安全 组建一个网站 山东临沂网站建设 川大信息安全怎么样. 搜索网站排名 网络营销学者 免费建网站系统平台 运营商 信息安全,-1 国家信息安全标准 做网站网站 网络安全 实验 九江做网站 h5网站作用 网络营销的优势在于 title:(网站建设) 浙江省信息安全行业协会 信息安全等级保护三级 信息安全 风险 合规 网站建设策划书 卓进网站 深圳网站制作公司 讯 信息安全等级保护保护大会召开 上海 网络安全周 地址 网络安全龙一 网络营销评价方法 网络安全事件应急流程图 信息安全评估结论 微信网站方案 网络安全与信息 北京网络安全产业 事件方面的营销举例 设计网站的优势 网络安全实验室 wp 网络营销竞争策略 信息安全会议2017 信息安全攻防竞技平台 网络营销实践内容 广东网站建设 2016信息安全 怎样申请网站在线营销型网站建设 信息安全国家 传统零售营销的特点 石家庄网站建设找哪家 2017国内信息安全事件 网站建设策划书 计算机网络与信息安全技术 属于信息安全产品 网络安全基本原理 信息安全投诉 网络营销实践内容 信息安全保密专业大学 北京网站页面设计 信息安全评估结论 江苏网站建设机构 亚太信息安全大会 邮件营销的优缺点 大连做网站 网络营销产品特点 江苏网站建设机构 唯品会会员营销方案 网站建设计划书 中国信息安全法研究中心 唯品会会员营销方案 国家信息安全服务资质查询 2017国内信息安全事件 信息安全国际有哪些标准 设计网站的优势 网络营销的营销渠道 H5建网站 网络安全法 身份认证 中国网络安全提高 南京在线网站制作 mmm营销 西安专业建网站 网络安全与信息沟通 项目营销策略模式 网络安全报道 网络安全实验室 wp 营销型网站推广 重庆做网站