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
简洁风网站网络安全防护设备部署数据及网络安全网络营销的分析方法网站建设初期网站设计设网络营销思想技术思维昌平企业网站建设网站宽度网站建设图web信息安全 考研学校妖物横行只是开端,神明降临不过是插曲,这是大世,大挣之世。 苏醒提枪杀死最后一个妖物 “这一切我都想守护。因为先进科技的发展,能源需求越来越大,公元2200年,由于人类对地球进一步开发,环境遭到破坏,千年不变的生态规则被打破,随着一声诡异的破碎声在全世界响起,地球各处开始频繁发生地震,接着就是沙漠开始无规则地进行扩张,无论是工业气息浓厚的城市,还是绿植丰富的森林,都被沙粒所替代。没有办法,人类开始运用最新的科术,打造出诸多太空运输机,能源采集飞行器等太空科技,远离地球,在太空中生存发展。 公元2201年,科学家发现新生儿中极少一部分出现异常,有的是肤色异常,能随着周边的环境的变化而发生改变,如同变色龙一般,有的则是有6只手臂,新生儿握力达到25kg,有的则是大脑发达,经过简单的教导,便能进行简单的计算。但随着时间的推移,科学家们发现他们普遍活不过20岁。 公元2238年,第七管理区,一个狭小的房间中,一声沉闷的枪响发出,倒霉蛋何晓就出现在这个世界上了。雁往北过冬,是历练,人向死而生,亦是成长。 一直的不甘,现实的残酷与无奈,生活职业家庭,明明就是为飞扬而生,偏就浑浑噩噩的走近终点个,奇妙的经历后,居然能够大器晚成? 年少的懵懂无知与清贫的前行,青春的躁动却总是无疾而终,内心狂躁却又总是克制的波澜不惊,处处矛盾冲突,这也许就是扭曲的人生.五百年宇宙爆发了一股庞大的特殊能量,将世界各处不同一地点,不同时间的人聚集到了一处空间,在这里它被人们称之为极度领域,有一个名卫的组织隶属于七星主神的麾下,守卫极度领域的秩序。 直到五百年后的今天,宋萧的出现彻底改变了该空间的运行轨迹。这部小说内所说的世界与现实世界毫无关联。并且主角们所处的世界为异世界。 一座与外界没有任何联系的神秘城市——MT-X,能够不断侵蚀着被动者的感情。然而,最大的问题还是——没人能够逃离这所城市。 这里有一所学院,只要满足学院的规则毕业的人,就能够逃离这座MT-X,到城市外“无忧无虑”的生活。 藤升流星,作为一个特嫌麻烦而且没有任何梦想的人,被这座城市侵蚀了感情。 为了寻找感情之物而踏入这所规则为「杀人」的学院。 等待他的究竟是纯真无邪的爱之情感,还是深恶痛绝的恨之情感。 一切都要从遇见他的邻桌——『凝玉花利』开始…玄界有一个没有人知道的秘密,只要找到七颗神树,便可达到传说的境界。 云陌州一个小家族的年轻一辈林秦突然被叫去后山拜师。 这个少年一路上会遇到多么精彩的世界。 平平无奇的法师,不一样的冒险之旅。喜看网文事业成功的男主,意外落崖之后穿越到自己熟读十余遍的小说世界中,而男主雷震凭借着前世的能力和对异世界的熟悉,重整异世、道心屠魔 破界寻妻! 男主做事果决,飒爽干练,故事逻辑严谨清晰,可以细品。讲故事,很用心,跟我来,不后悔…… 高贵无比的蓝星灵魂穿越到玄骨大陆十三皇子身上 杨河慢慢地梳理着自己本世的记忆,大灵国国主十三子,庶出,幼年天赋异禀,深受父皇喜爱。 遭同父异母的兄长妒忌,挖除至尊雏骨,血脉被废,修为一落千丈,为躲避皇位争斗漩涡,避世于柳州城。 开启“随机提升”系统,普通丹药可以提升到至尊宝药,普通功法可以提升到至尊宝技,普通矿石可以提升到人人眼红的稀世珍宝。 至尊骨被挖又如何,血脉被废又如何,本王即将用“随机提升系统”和蓝星“易筋经”功法重回至尊,睥睨天下!
上网站乱码 移动营销形式 重庆专业的网站建设公司 提供企业网站建设价格 网络营销的分析方法 网络与信息安全等级保护 武汉企业制作网站 信息安全安全性评价,-1 太原网站建设培训 南京seo营销 财运不佳的风水调整咨询【www.richdady.cn】 财运不佳的自我提升咨询【www.richdady.cn】 有官司的解决方法【www.richdady.cn】 灵性提升课程咨询【www.richdady.cn】 与老公前世的前世解析咨询【www.richdady.cn】 事业不顺的职场心态咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的轮回续缘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富转运【σσЗ8З55О88О√转ihbwel 无形干扰如何影响心理健康咨询【企鹅383550880】√转ihbwel 头脑混沌的心理调适咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯咨询【微:qq383550880 】√转ihbwel 耳鸣的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的种类咨询【www.richdady.cn】√转ihbwel 学习成绩差的原因分析【企鹅383550880】√转ihbwel 忧郁症的咨询技巧【www.richdady.cn】√转ihbwel 营养不良导致的头脑混沌咨询【企鹅383550880】√转ihbwel 感情问题咨询专家咨询【企鹅383550880】√转ihbwel 暗恋的案例分享【企鹅383550880】√转ihbwel 网络营销师 网站规划的案例 网络安全审计系统的原理 很火的网络营销案例 青岛网站建设迅优 天蝎网站建设公司 网络营销信息传播过程 网站建设初期 天?h网络安全审计系统v6.0 网络安全威 营销策略中的渠道策略 windows网络安全设置网络营销专业的大学 郑州计算机系网络营销 营销型网站方案 青岛 网络安全法 视频营销的应用 好网站页面 信息安全 cissp 营销 沙龙 信息安全服务运维承诺 提供企业网站建设价格 微网站教程 网络营销引入 温州网站制作公司 常州网站优化 网站培训班 济南网络营销推广公司 网站培训班 2014(第七届)全国网络与信息安全学术会议,-1 保护信息安全 好网站页面 南宁网站公司 博客营销的主要特点有( ). 公司网站维护 e春秋网络安全实训平台 上海网站开发 上海的外贸网站建设公司排名 网站建设移动端是什么意思 营销型网站方案 超炫的网站 网站建设移动端是什么意思 营销班级 网络营销优缺点分析 网络信息安全审计与监控教育部工程技术研究中心 学术委员会 工作室网站 温州网站制作公司 g20网络安全网络安全生态峰会 官网 芜湖网站建设 提供企业网站建设价格 寻找微营销销售团队 网站建站系统程序 青岛 网络安全法 我们的优势的网站 杭州网站设计公司有哪些 网络信息安全散文 网站建设 天津 青岛网站建设迅优 上网站乱码 网站实例 什么是网络安全扫描 苏州网站制作设计 阿里妈妈的营销推广平台中产品有哪些?每个产品的作用有哪些? 青岛网站建设迅优 行业平台网站建设 网站制作素材 潍坊网站建设 马 信息安全服务运维承诺 温州网站制作公司 行业平台网站建设 网络营销认证 网站内容 南宁网站制作营销推广 网络营销认证 南宁网站公司 烟台网络营销外包 网络营销教学 青岛 网络安全法 武汉企业制作网站 企业存在网络安全介绍 深圳商城网站设计 网络营销优缺点分析 沈阳做网站的公司排名 自己电脑做网站 带宽 受欢迎的汕头网站推广 合作网站登录制作 互联网算什么营销渠道 简洁风网站 信息安全防护的基本技术不包括 网站建站系统程序 厦大网络安全 移动营销形式 信息安全基础培训 网站 制作公司 2014(第七届)全国网络与信息安全学术会议,-1 常州网站推广 信息安全 中心 福州网站建设 网络安全数据管理局 武大信息安全实验室 手机销售网站制作 佛山企业网站建设特色 长沙网络营销 阳江做网站 盐城做网站 网站建设工作室 网站后台 互联网算什么营销渠道 重庆专业的网站建设公司 南宁网站公司 信息安全审核员要求 脑白金的营销理念 经典网络营销案例分析ppt模板 网络营销信息传播过程 青岛商业网站建设 信息安全 中心 济南建设网站的公司吗 常州网站优化 昌平企业网站建设 本溪网站建设 成都网站创建 好网站页面 上海培训网络营销 营销 沙龙 脑白金的营销理念 天?h网络安全审计系统v6.0 北京高端网站制作 上海高端网站制作公司 中国网络安全平台 网络营销师 上海工业网站建设 博客营销的主要特点有( ). 网站建设工作室 微网站教程 网站建设系统 沈阳做网站的公司排名