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
网站文风信息产业信息安全测评中心中国信息安全管理研究株洲网站建设营销系统的优势网站类推广软文怎么写网站制作案例怎么样星巴克微信营销案例网络口碑营销珠海品牌机械网站建设 末世,丧尸,异能,人性,生物兵器 长生不是福赐,而是诅咒。 生离死别,千世孤独。 结束,也是开始…… 再回一次,你依旧无能为力……与美好相对立的并非丑恶,而是真实。 与自由相对立的不是束缚,而是活着。 在这个世界,有人追寻始终,有人浑浑噩噩,也有的人,踏遍洪荒,不求得道,只为身后走过的那段路。 记忆,本身就很有意义。2022.6.29的一天一个传奇老玩家正在攻杀突然电脑屏幕爆炸我就莫名奇妙的来到玛法大陆开启了我的传奇人生一个三流写手,身边围绕着风花雪月。从混蛋蜕变,大家一起做生活的高手吧。一名少年天赋异禀,因被手足残害险些命丧他手,不曾想因祸得福在机缘巧合之下寻得仙界神兵。当绝世神兵再现,引仙魔觊觎之时,他又将迎来一场怎样的命运呢?修为散尽后重生于凡俗世界,然幸运的出生却没有幸运的人生,新婚妻子婚前被侮辱而自杀,自己中毒差点再次死亡,而这一切的一切不过是因他多年前救的一个女孩,记忆重临让他再次踏入修炼,誓以残废之躯再入天道之上。萧易穿越到洪荒,成了一个刚要拜入截教的初代人族。 激活了极品负能量系统,收集别人的负面情绪,就能够变强! 从此,洪荒多了一个整日作死的截教大弟子。 “师傅!大师兄又闯祸了!他把剑冢的剑都融了!说要做大宝剑!” “师傅!大师兄炼器炸了一座山,把藏书阁埋了!!” “通天!你徒弟又作死!把我的坐骑四不像吃了!!!” “通天!你徒弟把我侍女掳走了!!” “.....” 通天整日惶恐,生怕自己大弟子闯祸... 直到这一日,鸿钧出关,宣布封神大劫起。 通天拒绝截教封神,以一敌五圣,截教面临大劫! 往日只会作死的截教大弟子:“我不装了,我已成圣!” 永昔末年,天下大乱,狼烟四起,邪魔出世,天帝集众神之力炼就神珠,交由八仙前去消灭魔族,不承想中途出现意外,最终,只是将魔族封印于空间之中。 现代社会,几个高中生意外卷入了一场战争中,莫名其妙的成为了结束这场争斗最后的希望,面对接踵而至的麻烦,他们又将如何做出选择呢…… 黑白双鱼相盘绕,长短不一立八方。 万古生灵皆来助,平得烟火定乾坤。 叶鑫是一名普通高中生,某天发现自己被惊悚副本选中。   副本只有4.3%存活率。   凉凉!无助!   叶鑫绝望时觉醒了人鬼皇系统:他能看破鬼怪生前!他能看见好感度!他还能使用鬼怪的武器!   从此以后,骚鬼如风,常伴吾身。本书又名《我在三国强行拼团》《三国砍我,我一人砍三国》 刘云穿越到东汉,绑定附身了拼团系统,本想活命发育,偏偏黄巾起义,一个不小心还将刘备给秒杀了,不得已卷入三国时代。 刘云:“开团了,赶紧冲!来呀,砍我呀!这点兵马,砍我都不够,怎么当反派的?” 刘云:“来嘛,切磋切磋,是兄弟,就来砍我,砍一刀,一刀接一刀,完事请你喝酒。” 只见刘云一路横跳,到处强行找人拼团,势力越砍越大。 天子脖子架着刀:“刘云,你再不登基,我就砍自己了。”
中国工业信息安全 网站如何编辑 信息安全指什么 陌陌营销 柳市网站建设公司 信息技术安全技术信息安全事件管理指南 中国国家信息安全部门 重庆最新微信营销方案 海尔网络营销策略 联创营销班 感情纠纷的解决方法【www.richdady.cn】 失业期间的心理调适方法咨询【www.richdady.cn】 祖灵【www.richdady.cn】 前世今生的改命方法【www.richdady.cn】 前世缘份【www.richdady.cn】 升迁障碍的职场瓶颈如何突破?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富积累威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的医学检查咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣对睡眠的影响【微:qq383550880 】√转ihbwel 去世的母亲的前世因果咨询【微:qq383550880 】√转ihbwel 家庭关系的和谐共建咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询【www.richdady.cn】√转ihbwel 感情纠纷的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰有哪些症状?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的医学检查【企鹅383550880】√转ihbwel 家宅磁场的检测工具【σσЗ8З55О88О√转ihbwel 如何预防过早离世【σσЗ8З55О88О√转ihbwel 头脑混沌的原因及对策咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站配色方案 对比色 天津网络营销 网站建设 甘肃 网络安全英文期刊 银行信息安全建设 汕头网站推广 网络安全等级测评师 经信委 信息安全.,-1 网站永久免费建站 二级域名网站价格 设计有关的网站 沈阳淘宝营销培训班 部门信息安全如何处理 旅行社网络营销策划书 营销型网站优化 国际网络安全保护联盟 上海信息安全监测中心 idc网站建设 通信网络安全防护和维修的特点 效益型网站 淮南网站建设 2017年信息安全威胁 部门信息安全如何处理 网络有哪些营销方式有哪些影响因素 武汉建网站 信息安全 linux,-1 网络信息安全相关专业,-1 国家信息安全标准规范 关于网络安全的常识 林芝网站建设 信息安全 哪些资质证书,-1 ncre信息安全技术 微信网络安全未通过 微信网络安全未通过 信息安全的认证,-1 北京信息安全公司排名 专业的营销网站 网络营销目标包括哪些内容 厦门网站的制作 五种网络营销工具 经信委 信息安全.,-1 焦作网站建设 dns网络安全 发生信息安全紧急事件 南山网站建设信息安全产品测试方法,-1 什么是网络安全宣传周 营销型网站建设 价格 国贸网站建设 网络营销实验教程 蘑菇街是什么营销模式 信息安全哈工大威海 广而告之微信营销平台 国家信息安全标准规范 网络营销实验教程 成都网络营销公司 营销商务处 瑞星网络安全工程师 成都网络营销公司 网站设计 广州 网络安全产品网上销售 网站空间 网站如何编辑 网络有哪些营销方式有哪些影响因素 东莞外贸网站推广 网络安全网络端口扫描程序的源文件 x网站免费 网络安全专业是什么 网络营销服务有哪些 营销型网站优化 不是信息安全所包含的内容是 信息安全指什么 外贸网站建设公司流程 长沙市网站制作公司 银行信息安全建设 airbnb市场营销 事件营销是口碑营销? 东莞外贸网站推广 江苏网络安全事件 嘉兴微信网站 2015中国网络安全年 信息安全 招聘 淄博做网站公司有哪些 网络安全技术趋势 二级域名网站价格 湖北警官学院 信息安全 信息安全 招聘 百度搜不到网站 it服务质量与信息安全 中国国家信息安全部门 百度搜不到网站 企业网络安全部门 信息安全指什么 重庆 营销公司 网站设计 广州 注册网站网 网站维护等 返利网营销 合肥 网站建设布吉建网站 瑞星网络安全工程师 信息安全的认证,-1 电子商务网络安全 关于信息安全的资料 网络营销基础第三版 信息安全加大监管 网站制作设计 信息安全风险评估模板 网站建设 甘肃 网站配色方案 对比色 ncre信息安全技术 定制网站多少钱 移动网络营销优缺点 南京定制网站建设 网络安全英文期刊 个人微博营销特点 网络营销公司干嘛的 信息技术安全技术信息安全事件管理指南 教育网站建设 重庆网站建设公司名单 珠海品牌机械网站建设 营销型网站优化 郑州网站建设案例 中国网络安全公司招聘 南京定制网站建设 邮件营销的优缺点 天津网络营销 营销qq好友群发消息 国家负责网络安全 营销的网络 部门信息安全如何处理 经典网络营销案例分析 营销商务处 2014年 网络安全形势 大连信息安全公司 事件营销是口碑营销? 东莞 外贸网站 建站