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
手机网络营销存在问题网络营销岗位是什么意思美胸 热点.事件营销网络营销托管服务信息安全的防护,-1长春长春网站建设网工业基础设施信息安全交通标识用品适合网络营销吗?互联网营销与管理如何加强信息安全茂名网站建设高考毕业生王阳在经历了高考落榜,女朋友劈腿之后,意外的发现自己的手机中多出了一个短视频APP《快音短视频未来版》。 “盛鼎新城发生火灾,截止到6月28日,警方已经证实,此次大火造成两死一失踪,死者为集团董事长苏轻雪,大厦保安下落不明。” 正当王阳准备删除这个扯淡软件的时候,发现事情居然真的如视频所说的发生了…… 王阳本来想凭借预知未来成为一个亿万富豪,却因为一次刺杀意外觉醒了异能【神赋】,并且卷入了一场执法局与暗夜教会的斗争中……“我的双刀早已饥渴难耐!”“远哥,有些事情还是应该有个度,过量的话,对身体不好……,还不如去释放一下!”身披守护天使,肩扛狂徒铠甲。左手饮血剑,右手无尽之刃。横扫丧尸世界无敌手,就问一声还有谁?一觉醒来,获得进出异度空间异能。小岛长,土地肥,开启空间种田模式。 “以三个月为限,你若实现一个亿的小目标,就允许你追求我!” 白落雪一语成谶。 到期了,陈凌宇为何不追?他不会是忘了吧?武当当因实验室事故穿越到大宋,借武大郎身体重生,不甘就此消失于历史的他决定重走人类科技发展之路,并由此建立了一个科技发达的东方国家,本着和平,发展,共赢的精神领导全球各个国家和地区,凝聚力量,保护地球,建设文明,发展科技,探索宇宙。【惊悚游戏+直播+搞笑+无cp】 惊悚游戏降临,刚刚出院继承家产后准备躺平的谢良被选中成为幸运玩家。 战战兢兢?谨慎小心?为了苟命躲躲藏藏?都不要!活着是为了啥?舒服啊! “你放心,我谢良可是最有良心的了,当我的小弟,你不吃亏。”谢良搂着副本BOSS的肩膀。 BOSS:大哥好,大哥妙,大哥有事我抗刀,但大哥脑子不太好就不归我管了。 本书又名:《良心主播在线收小弟》《如何让小弟心甘情愿为你抗刀》。 【简介无力,移步正文。】(纯架空文) 邮轮失事,流落荒岛,危机四伏,当别人还在因为下暴雨无处躲寻的时候,秦渊已经在庇护所安稳的度过。 当别人饿肚子的时候,秦渊已经吃上了烤肉,海鲜。 失事船长:“我们要齐心协力,走出困境!” 秦渊:“不好意思,道不同不相为谋!” 有钱人:“兄弟,我花钱买你的肉,就让我吃一点!” 秦渊:“钱?在这岛上,就是废纸!” 当红女网红:“能不能分我们一口吃的?” 秦渊:“少跟我装可怜,这里是荒岛!”万神共诛九霄上! 千载谁堪伯仲间! 一朝战神陨落!跌入万劫不复深渊。 劫后重生,脚踏荆棘,无数挚友从身旁倒下,步伐从不停止,踏上重修之路! 为了你,我愿与神为敌,与魔为盟……古老的星球产生意志,世间在改变。矿洞奴隶一步步登山,上天,是运气也是实力。玄幻奇兽,不死的仙人,不朽的传承,周天星窍,外武内神,破魔斩妖杀邪,为众生,也为自己。任督相通,天人合一,再窥血脉,仙神不灭,化身规则,改变界道,永生永恒,万物起源之路。少年英若飞多年启灵不成,后偶遇纨绔穿越,被融合后,终于觉醒了先天之灵。国恨家仇系于一身,无所畏惧勇往直前,终于成就非凡,任八方风雨、九州雷动,鲲鹏十万里,天地青云间。重回90,多了老婆家庭,谭明阳烧冷灶,做布局。本想静待风起,乘着连母猪都能够起飞的时代巨浪打造属于自己的商业版图。   但现实却让谭明阳遭遇当头棒喝。   他不得不挺起了脊梁骨,以超越时代四十年的眼光跟阅历,用行动搅翻这个时代。   不装了,这时代,老子就是风口。
悬疑式营销 为了保证用户电脑的信息安全在重装系统前应该 服务营销的缺点 营销型网站制作 网络营销岗位是什么意思 响应式网站栅格 想要做一个网站 网络营销怎么搞 国内网络安全研究机构 网络安全.信息安全 与老公前世的识别方法【www.richdady.cn】 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】 如何预防冤亲债主的干扰?【www.richdady.cn】 与女友前世的前世解析咨询【www.richdady.cn】 冤亲债主化解【www.richdady.cn】 冤亲债主的干扰解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的案例分享【企鹅383550880】√转ihbwel 阴间生活的前世解析咨询【www.richdady.cn】√转ihbwel 亲子关系的教育理念有哪些?【www.richdady.cn】√转ihbwel 大龄剩女的婚姻选择咨询【微:qq383550880 】√转ihbwel 家庭中常见的意外事故原因【微:qq383550880 】√转ihbwel 发育倒退的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场突破咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的常见类型威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的前世今生【微:qq383550880 】√转ihbwel 前世今生相关咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的改善方法【www.richdady.cn】√转ihbwel 前世老公的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 南京网站设计 信息安全风险评估 病毒营销经典案例分析 词条 营销 互联网平台信息安全 办理三级信息安全等级保护,-1 关于公司信息安全的通知 西宁网站建设 小米手机网络营销目标 上海专业网站设计 交通标识用品适合网络营销吗? 与营销相关的公众号 网站的联网信息安全 北京信息安全学院 设计 美团的软文营销 太原市网站制作公司 近几年网络营销关键词 互联网营销与管理如何加强信息安全 信息安全风险评估 中山企业网站建设方案 手机网络营销存在问题 龙岗做网站 建国内外网站有什么区别 西宁网站建设 小米手机网络营销目标 上海专业网站设计 交通标识用品适合网络营销吗? 与营销相关的公众号 网站的联网信息安全 北京信息安全学院 设计 计算机信息安全技术 珠海品牌网站制作 openssl与网络信息安全 下载 湖南信息安全公司 长沙手机网站建设 互联网平台信息安全 网站建设改版 美团的软文营销 网络营销工程师书籍 想要做一个网站 网络安全poc 开心网的营销手段 信息安全专家是什么,-1 网站的营销方法 保定网站优化 信息安全博士干嘛 太原市网站制作公司 酒店信息安全事故 建立免费个人网站 网站建设模板是什么 银行发的网络安全短信 网站 title keywords description 无锡网站推广公司 常见的网络安全威胁及防范措施 个人个案网站 类型 推一把网络营销学校 网站的营销方法 网站建设创意 小米手机网络营销目标 简约大气网站设计欣赏 信息安全 知识课堂 网络营销店铺推广问题 信息安全破解logo 企业信息安全资质认证,-1 营销号软文 营销推介方式 龙岗做网站 网店营销计划有哪些 网站改版seo 客户型网站 大连 做 企业网站 银行发的网络安全短信 最专业的手机网站建设 深圳网站制作880 杭州网络营销 响应式网站栅格 湖南信息安全公司 交通标识用品适合网络营销吗? 网站备案 办理幕布拍照 信息安全 知识课堂 网站建设公司价格 网络安全病毒防御 北京信息安全学院 设计 azure 网络安全组配置 想要做一个网站 网站的联网信息安全 大连网站建设公司 化妆品 网站建设案例 响应式网站栅格 营销型网站制作 信息安全评估级别表 微信营销总结主题 上海创意型网站建设 重庆网络营销客户 学了网络营销能做什么 公司财务网络安全网络信息安全发展史 客户型网站 网站层级信息安全等级保护实验室 上海专业网站设计 太原市网站制作公司 什么是网路营销 有pc网站 长春长春网站建设网 中国互联网网络安全威胁治理联盟上海网络营销 西宁网站建设 银川怎么做网站 企业信息安全资质认证,-1 东莞建网站 国家信息安全等级保护制度 体验营销案例 运营商 网络安全 上海创意型网站建设 互联网平台信息安全 网络营销形式有 网络营销岗位是什么意思 关于公司信息安全的通知 网络安全管理的目标是 网络营销最有效的方法有哪些 网站推广专家 网站设计的优点和缺点 东莞建网站 长沙手机网站建设 日本信息安全研究生 微信营销公司广州 2014年网络安全日 营销人物 福安做网站 信息安全专家是什么,-1 有pc网站 2014年网络安全日 计算机信息安全技术 中山企业网站建设方案 嘉兴网站建设推广 国家公安部信息网络安全专业人员认证 微网站费用