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
营销是什么意思群发营销临沂在线上网站建设临沂在线上网站建设郑州营销网站托管公司哪家好东营有哪些制作网站新营销方式工信部 信息安全中心以网络安全为主题文章国家信息安全 委员这片大陆叫做兽灵大陆入狱五年,再回都市。 叶昭只得感叹世事无常。 前脚遭受前女友背叛,后脚江氏大小姐主动追求。 大小姐的脾气不好怎么办?爷乐意,宠着! 兄弟们喜欢搞事情怎么办?爷惯得,忍着! 左手悬壶救世,右手银针杀人,左右逢源,天下无双!林栾无意间被拉入到了一个妖族群,他忽然间发现这些大妖似乎都没有见过现代各种东西。 一块巧克力价值十根扶桑树枝! 一个PSP价值半盆龙血,记住是洗澡盆那么大哦! 三分之一块口香糖价值六个人参果,记得只有三分之一哦! 什么,你说我太奸商了?拜托,我做的都是良心买卖啊!我希望这部作品能涵盖上至弘达庄严的创世神话,浪漫史诗,下至充满奇趣的凡间故事,中国五千年的悠久历史,展现了宏大的画卷,波澜壮阔的背景,开拓了我们的想象力,让我们看到了人性的光辉。深邃的思想,和人性的真实。无数人同时穿越到末世求生游戏。 洪水,地震,寒潮,辐射,酸雨,无数天灾接踵而至。 要想活下去,必须不断建造升级避难所。 就在这时,林天发现自己的系统与别人竟然不一样。 他的系统竟能无限升级! 【?木门→石门→铁门→......】 【木镐→铁镐→振金镐→......】 【自然能发电机→化学能发电机→核能发电机→........】 当所有人都在疲于应付天灾之时。 林天的避难所已满是神装,横行无阻! “咱们还在住火柴盒,人家林天大佬竟然都住上别墅了!” “林天大佬的避难所看着好有安全感。” “好想去林天大神的避难所朝圣!”花开彼岸时,只一团火红;花开无叶,叶生无花;相念相惜却不得相见,独自彼岸路。彼岸花,永远在彼岸悠然绽放;此岸心,唯有在此岸兀自彷徨。彼岸花,恶魔的温柔。传说中自愿投入地狱的花朵,被众魔遣回,但仍徘徊于黄泉路上,众魔不忍,遂同意让她开在此路上,给离开人界的魂们一个指引与安慰。 那年的林洛刚好领取了最佳导演奖,在回家的路上却出了意外,而他又刚好重生在了另一个时空里……在港岛的乡下有一个九叔,收了两个徒弟,替人驱邪伏魔。 在济州岛有一个风叔,虽然是警员,但是却擅长利用道术破案。 还有在郊区一处人迹罕至的地方,有一个和尚和一个道士,传说身居神通,能驱邪灭鬼。 还有一个茅山弟子名曰傲天龙,在港岛各处游历,无数厉鬼僵尸死于他的剑下。 还有所谓的南毛北马,毛小方和马小玲,那更是灵幻界的扛把子,类似于前世武林盟主一样的人物。 一个鬼怪横行的世界,还有这么多大佬的存在,让李峰想要混吃等死的愿望彻底落空。 谨以此书,纪念我高中时代光怪陆离的幻想王侯将相,宁有种乎? 泱泱大晋,达官显赫,人才无数。 但我罗明秋亦能以蝼蚁出身,搅动风云。 文官之首:“燕雀安知鸿鹄之志哉?吾亦不知罗明秋!” 镇国将军:“这一扎子读书人中,某最服的就是罗侯爷。” 真龙:“这龙椅,明秋君比我更合适!” 皇后:“与君相见恨晚,若不然,这后宫之主不当也罢……” 且看一介书生,如何拨弄这天下棋盘……
凡客营销 宁夏网站设计公司 网站 linux下网络安全 网络信息安全趋势图 杭州 网站设计制作 网络营销人才供需状况 深圳营销型网站公司电话 新乡网站建设 昆山苏州网站建设 电子化营销 宁夏网站设计公司 网站背景怎么换 信息安全牛商网 物联网 网络安全 网络安全监测与大数据 信息安全架构优化 信息安全牛商网 营销广告宣传语 信息安全等级保护 定级 网络安全法对央行履职 信息安全小组,-1 网络安全素质 网站制作框架 李宁网络营销策划书 网络信息安全技能大赛 信息安全攻防 信息安全服务资质安全工程 互联网服务区信息安全检查.,-1 深圳营销型网站公司电话 网络安全重点实验室 2017年信息安全竞赛 营销的 塘厦网络营销外包 2016网络安全市场份额 网站建设学费 手机介绍网站 互联网服务区信息安全检查.,-1 深圳企业建网站公司 国家信息安全 委员 宁夏网站设计公司 传统网站和手机网站的区别是什么意思 武汉网站优化 网络营销灰色项目真假 江苏信息网络安全协会 昆山苏州网站建设 全国大学生网络安全实战竞赛 物联网 网络安全 网络信息安全实例 制作外贸网站的公司简介 2017网络安全工具包 新网站建设平台 郑州营销网站托管公司哪家好 网络营销注册师 宁夏网站设计公司 电脑网站建设 视频网络安全知识讲座 企业网站可以备案个人 制作外贸网站的公司简介 网络营销人才供需状况 网站背景怎么换 网络安全法 条款解析 信息安全架构优化 国有企业信息安全制度 网络营销产品策略 网站制作框架 网站须知 网络安全专业? 我国信息安全部门 网络安全培训经验 网站与后台 手机网站模板下载 信息安全攻防 新乡网站建设 信息网络安全 法规 网络安全法对央行履职 制作外贸网站的公司简介 网站建设制作 电子化营销 网站制作公司 深圳 网络信息安全技能大赛 广东省信息安全认证中心 手机介绍网站 网站制作致谢词深圳做企业网站的公司推荐 关于计算机网络安全证书介绍 我国信息安全部门 网络安全监测与大数据 网络安全监测与大数据 新乡网站建设 公安部网络安全保卫局网站 广东省信息安全认证中心 四川省信息安全测评中心业务 网站宽屏 营销型网站设计工资 互联网营销项目宏观环境分析的内容有 网络安全技术保障 网络营销定义 清华信息安全实验室 网络安全课程表 网站须知 专业网络营销整合服务 营销的 网络安全法 条款解析 信息安全产品分类 商城网站都有什么功能吗 网络安全 漏洞扫描 广西网络安全技术大赛 凡客营销 深圳市网络安全员答案 高端广告公司网站建设江门网站建设 物联网 网络安全 大学生的网络安全 南阳网络营销外包公司 网络安全方面的认证 高端大气上档次网站 莱山网站建设 搜索引擎整合营销方案叫兽学院网络安全随身碟密码 专业网络营销整合服务 小米手机网络营销战略 企业b2c网络营销战略 网络安全 漏洞扫描 信息安全专题邀请赛 网络安全方面的认证 营销广告宣传语 认识网络营销调查的基本方法有哪些方面 外贸邮件营销效果 网络信息安全趋势图 信息安全博士研究理论 深圳做企业网站的公司推荐 2017年信息安全竞赛 青岛开发区网站建设 认识网络营销调查的基本方法有哪些方面 网络安全法对央行履职 网络安全软考 营销型网站设计工资 信息安全服务资质安全工程 西安信息安全的软件公司 网站优化哪里好 山科信息安全怎么样 鄂尔多斯网站建设 重庆有那些制作网站的公司 单网页网站 李宁网络营销策划书 电子化营销 电脑网站建设