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 as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<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

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="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">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>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

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>

Responsive devices

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: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// 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 hidding 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

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
网站推广营销实训方案信息安全 代码网络安全 vpn中国营销软件网网站有哪些身边的信息安全无锡网络公司网站建设云南网站制作信息安全造成信息安全 等级评估信息安全等保必要性建团购网站阴沉的乌云笼罩着大地,几颗流星散发着光辉想划开这云,一代枭雄张天升的故事,夹杂着常态的凄惨,绝望的哀嚎。【灵气复苏、异兽流、无女主、不圣母】 苏辰穿越成为了一只长臂猿,竟能看到属性面板和未来命数! 因得到了所有母猴芳心,引来猴群追杀…… 好在天降神雷,灵气复苏,群猴心性大乱,开始自相残杀。 嗯?这只猕猴未来能找到洗髓果? 你以为这是你的命中注定吗?错,被我看见,你的机遇就成我的了! 与此同时,灵气复苏之后,世界大变,无数野兽血脉觉醒! 几十米长的巨蟒,一口咬碎游轮的狂鲨,周身被火焰萦绕的狼王…… 更有沉睡之中山海经异兽,不断的苏醒!他是一个孤儿,身手了得,娱乐场所看场,长相帅气游走女人之间,一次离奇车祸,被另一个灵魂入体,于是开启他游走两种生活之间,为找凶手,屡次遇险,看主角如何反击他经受了一次次灾难险情的磨砺,意外修成了一些神奇的本领,却不知由来。他如同脱胎换骨一般,斩妖除害,从一个普通人成为功高盖世的战神。天地不仁,以万物为刍狗;帝王封建,以百姓为刍狗…… 在人类历史伟大的祭坛之上,满是殉难者了无生气的空壳;生命之火早已弃之而去,短暂的辉煌之后便是永久的沉寂…… 这,就是刍狗的宿命,千百年来从未改变…… 如果有一股不知名的力量萃聚进而复活所有星星点点的余烬,那么这份光芒可否感染幽暗无垠的苍穹…… 于是,这一刻终于到来了……青国大元帅:两国交战不斩来使,除非来的是金小宝。 皇圣祖:只要金小宝愿意,我的公主随他挑。 一品太傅:岂有此理,金小宝你别落我手里。 瑶池圣女:金小宝给我滚出来,你躲得了初一,躲不过十五! 二表姐:金小宝,你别躲,我就跺你一根手指头。 月女将军:金小宝,我这三千手下,随时可以为你上刀山下火海。无尽宇宙,无尽虚空,世界的尽头如何,没有人知道。几万年在时光洪流中也不过是弹指一挥间,一切的繁华落尽皆归于尘埃一位家境贫寒的少年,经历了常人难以想象的苦难,磨砻砥砺,奋发向上。好不容易华丽转身,完成了人生意义上的大逆袭,一时平步青云,风光无限! 这期间,少年也先后得到了好几位绮年玉貌少女的青睐,演绎出许许多多荡气回肠,缠绵悱恻的爱情故事。其中的情与理,是与非,仇恨与挚爱,痛苦与欢乐,人性与心魔,交互编织成一道道直逼心灵拷问的风景,让人热血沸腾又扼腕长叹!师傅交给我一传家宝,却只是一本老旧的《水浒传》,我郁闷的回到家,闲来无事,翻到武松打虎的那一夜时,竟神奇的穿越回了书中的那个年代,还意外有了自己美娇妻金莲,在这个有点凄惨的开局下,且看我如何积攒实力,成功逆袭,手撕渣男,救我兄弟,扳倒高俅,收降梁山,抗击北辽,平定方腊,一改乾坤!魂穿崇祯却发现自带华夏图书馆,整顿吏治,训练新军,平内安外,科技强国第一步先从留住魏忠贤开始。 东林意图众正盈朝?可曾问过厂卫刀还利否? 鞑子于辽东意图糜烂中原?可曾听闻枪与火炮轰鸣? 东瀛时常滋扰海防?与其日日提防不如给大明添座石见银山? 知识改变世界,放牧北美,开矿澳洲,殖民印度,脚踩东欧。 枪炮铸我铁血大明,科技铸我宏图盛世。 朱由检:海内诸国,皆为臣属,有明一朝,日月不落。
亚信网络安全巡展2017 中国国家信息安全漏洞库支撑单位 网络安全趋势 长沙企业网站建设 织梦建网站 网络安全态势感知 外文 新的网络安全文献 郴州网站优化 许可e mail营销案例 预售营销计划英文 阴间生活的描述与传说咨询【www.richdady.cn】 投资项目咨询【www.richdady.cn】 耳鸣的心理调适【www.richdady.cn】 前世今生的修行方法咨询【www.richdady.cn】 家庭关系的问题分析【www.richdady.cn】 家宅磁场的调整方法咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际沟通障碍解决【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的法律咨询咨询【www.richdady.cn】√转ihbwel 发育倒退【企鹅383550880】√转ihbwel 外灵干扰的环境影响咨询【微:qq383550880 】√转ihbwel 与老公前世的前世解析咨询【www.richdady.cn】√转ihbwel 纠纷的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服“缺心眼”的问题【www.richdady.cn】√转ihbwel 大龄剩女的婚恋困惑如何解决?咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读习惯咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的缘分揭秘咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期精神不振的原因【微:qq383550880 】√转ihbwel 深圳网络安全公司排名 佛山手机网站建设 网络安全方面的注意点 成都网站建设方案 网络营销企业 昆明网站设计公司 北京网站设计价格 陕西企业网站建设 国家计算机与网络安全中心主任 微软网络安全上市公司 中国计算机网络安全年会 三只松鼠的营销手段 重庆专业网站建设 网站制作合同合肥全网营销培训 亚信网络安全巡展2017 php网站建设 无锡网络公司网站建设 蘑菇街营销方式的优劣 广州建网站 电商网络安全 2017公安部全国网络安全大检查 网络安全技术包括 衢州做网站 中国国家信息安全漏洞库支撑单位 信息安全 西安 网络营销的用户行为 网络安全最基本的技术 网站推广营销实训方案 专业网站制作公司 网站设计 无锡 2016信息安全 网络安全 入侵检测 温州购物网络商城网站设计制作 北京网站设计价格 建什么网站好 网络安全态势感知 外文 网络安全的案件 网站关键词排名提高 怎么加强网络安全 信息安全的宗旨公众微信绑定网站帐号 网络安全 加强培训 怎么加强网络安全 织梦建网站 云南网站制作 企业网站策划 信息安全造成 关于写策划的一个网站 中国信息安全状况网络营销的关注度 网络安全 读书报告 国家信息安全标准 涉及国家秘密的计算机网络安全隔离设备的技术要求和测试方法 网站网速慢 长春全网营销 信息安全等级保护标准体系遵循以下原则 全面性 系统性 先进性 当今网络安全的四个特点 频率营销几级 信息安全博士 招聘,-1 单位网络安全等级保护工作部署情况 因网络安全 网站关闭 信息安全等级测评公司 中国信息安全状况网络营销的关注度 内网网络安全 企业网络整合营销方案 西宁网站推广 网络安全方面的注意点 网页创建网站 网站建设七点 赛事化营销 杭州网站设计公司有哪些 湖南网络安全大赛 网站建的创新点 新的网络安全文献 信息安全的宗旨公众微信绑定网站帐号 网站网页文案怎么写 网络安全实验总结 重庆专业网站建设 免费域名注册网站 中国营销软件网网站有哪些 网络安全相关活动 网络营销企业 营销运营方 网站布局f 信息安全 代码 电商网络安全 北航 信息安全 导师 网络营销做什么 滨州网站设计 国家信息安全等级第一级保护制度,-1 互联网网络营销加盟 长沙企业网站建设 网络营销企业 网站欣赏网站 温州购物网络商城网站设计制作 亚信网络安全巡展2017 有趣的网站设计 网络安全编程技术与实 北京市2017信息安全 信息安全等级测评公司 简述常见网络安全服务 珠宝网站建商台北 网络安全 入侵检测 信息安全 济南 游戏公关营销案例 信息安全稽核通知 广东省信息安全企业 网络安全防护证书 迪普网络安全 滨州网站设计 深圳网络安全公司排名 网络安全 加强培训 如何加快网站访问速度 学校网站建设措施 蓝色网站建设 免费域名注册网站 网络营销做什么 蘑菇街营销方式的优劣 网站主持人 上海 网络安全会议 信息安全等保必要性建团购网站 上海建立公司网站 第三届网络安全与执法 网络安全的公司 学校网站建设措施 大连营销公司 成都网站设计制作价格 美国 信息安全 .黑龙江省网络安全协会 网络信息安全专家 南京营销策划推广公司 北京网站设计价格 信息安全博士研究方向,-1 黄岛网站建设 网络安全防护证书 信息安全 西安 建什么网站好