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
南昌的网站推广公司什么可以放置网站内容信息安全性测试方法关于信息安全的 国标公司网站制作个人怎么做病毒营销方案信息安全管控团购网营销成都市网站建设浙江省信息安全协会叶帆重生在元宇宙刚刚开始的时候。 没有人比他更加清楚元宇宙到底是一个什么样的东西。 这是一个地球文明与高级文明联网的时代。 这是一个地球变异、人类接受各种全新科技、基因突变、生命进化的时代。 这是一个充满了机遇与挑战的时代。 前世的叶帆只能仰望强者,在卑微中走向死亡。 这一世,叶帆要向生命的终极进化迈进!中医专业文。 在另外时空的一颗蓝星,大战后的数百年里,并没有多少的战争炮火,需抵御的,唯有疾病、动物与复杂的自然环境。 在这医疗知识缺乏的世界,一位年轻的小伙子,从水中被救了出来...... 观千年文化,叹博大精深,以故事之形,解日常之需。 ——本作品以异界古代的方式,文章内容以教徒为主,章末传递日常中医知识。 秦风被几位师父们安排了五纸婚书,个个祸国殃民! 冰山总裁、美女千金、清新萝莉、高冷女神、温情御姐…… 但他此番下山,却是为了悬壶济世,造福万民! 于是,他开启了自己的退婚之路……男主的父亲长弓穹在15年前为了保护家族不被吞并,便与妖精一族签订了一笔契约,条件是妖精一族将会帮助长弓家渡过难关但代价是,妖精一族要带走他任意的一名子嗣,与长弓家再无半点瓜葛。 15年后当我们的男主再次醒来时,已然被妖精们带到了他们的大本营里百妖神录,在妖精一族狐女的要求下,签订了一份新的妖精契约,至此成为了他们的首领。 正当男主准备接受这样的命运时,面对着都市当中涌现大量鬼怪与几大家族丑恶的嘴脸,一个个可怕的阴谋围绕着自己展开,而长弓子初也将率领着自己的东方妖精一族与岛国的百鬼夜行和西方的恶魔撒旦组织展开了一场成王败寇的较量,也是从这个时候开始,一段过往的秘辛就此掀开。 我是谁?我在废墟残垣中醒来,人类和机器人的战争让世界都濒临毁灭,谁来救救我们?谁来救救世界?谁来拯救这次末日之战?叶帆重生在元宇宙刚刚开始的时候。 没有人比他更加清楚元宇宙到底是一个什么样的东西。 这是一个地球文明与高级文明联网的时代。 这是一个地球变异、人类接受各种全新科技、基因突变、生命进化的时代。 这是一个充满了机遇与挑战的时代。 前世的叶帆只能仰望强者,在卑微中走向死亡。 这一世,叶帆要向生命的终极进化迈进!马县长为了权力,官运亨通,迷信五行八卦等歪门邪说,不断做局,一步步设计各种案件,试图嫁祸给孔家,最后被葛探长识破奸计。南方青年,从第一次到北方的经历,到爱上西安扎根西安经历的所有故事,包括爱情,事业,人情世故所有的故事!本故事百分之九十是作者亲身经历,以讲述回忆的手法叙述本故事,酸甜苦辣,最终认识人生,突破重围,人生所有的弯路,一步也不会少,于广大新青年共勉,美好的人生,可以流泪,不要放弃自己的美好梦想,初之心滇南边陲的农村土狗,靠天吃饭的我,走了桃花运,娶了村里数一数二的村花,本来以为是幸福生活的开始,没想到生活却过成了鸡飞狗跳。 丈母娘一家人的嫌弃,老婆的恨铁不成钢,刚出生孩子嗷嗷待哺,生活的压力,将我的脊背压的抬不起头来。 本以为这一辈子就要这么窝囊的过一辈子,没想到,时来运转,让我遇到了一块极品赌石。 一刀穷一刀富,我拿余生赌一个幸福。 一刀暴富,聚财百万,从此开启人生巅峰的大门。 钱是英雄胆,一朝神豪天下知,看风流人物,还属吾辈风流!穷学生狗剩母亲被恶霸害死,无力报仇雪恨,绝望想要自杀。不想曾因自己救过一的条小蛇,意外获得蛇灵传承。在亲友的帮助下,完美复仇,并屡获奇遇,领悟人生真谛!正所谓一念善,万水千山,一念恶,苦海无边。正义和邪恶争斗永不休止,无论身处如何绝境,只要心存善念,都将化险为夷。不管现在有多牛逼,一旦恶意丛生,必将万劫不复!
信息网络安全员证书 信息安全等级4级,-1 专业网络整合营销公司 网站和h5 上海信息安全管理培训,-1 江苏君立华域信息安全技术有限公司 网络安全服务保障方案 网络安全基础答案 中小企业网站建设服务 手机网络安全证书过期 学习成绩差的环境影响【www.richdady.cn】 老公家暴的应对方法咨询【www.richdady.cn】 什么原因意外的前世故事【www.richdady.cn】 学习成绩差的辅导方法咨询【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】 强迫症的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情问题咨询专家【σσЗ8З55О88О√转ihbwel 头脑混沌时如何提高注意力咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的改善方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 干扰的常见类型【www.richdady.cn】√转ihbwel 精神不振的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的咨询技巧【www.richdady.cn】√转ihbwel 与老公前世的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感调解【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 改善亲子关系的技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场调整【微:qq383550880 】√转ihbwel 公司破产咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的共同成长方法有哪些?【www.richdady.cn】√转ihbwel 无形干扰如何影响心理健康咨询【www.richdady.cn】√转ihbwel 网络营销意识 采用模版建网站的缺点 网络营销理论知识网络营销实训原理 企业网站必须实名认证 义乌 外贸网站 开发 开发微网站 网站设计模板 网络营销能力秀词条 网络营销平台图片 双语网站建设方案 网络营销能力秀词条 专业的外贸网站建设公司 网络安全 欺骗 诱导 广州网站开发 网络安全法 肉鸡 黄晟 网络安全 公司网站的制作公司 网络安全服务保障方案 网络安全属性和攻击的基本模式 中国信息安全体系 刮奖网站 信息安全审计 市场发展 江苏君立华域信息安全技术有限公司 网络安全 csdn 信息安全性测试方法 网络市场营销方式 多层次营销 信息安全 职业资格 世界网络安全500强 秦皇岛网站开发公司 网站和h5 许可营销工具 网络营销的具体形式有哪些内容 江苏君立华域信息安全技术有限公司 网络营销经理线上 杭州市网络安全 开封做网站 信息安全风险评估规范 个人怎么做病毒营销方案 深圳网站开发公 网络营销意识 郑州电子商务网站建设 德阳网站建设公司 企业的网络营销案例分析ppt模板 2014中国信息安全报告 俱乐部的推广营销 杭州市网络安全 信息安全外部环境 是什么网络安全技术的基础 新建网站的缺点 广州微网站建设效果 广州 网站建设 国家网络安全宣传周活动方案 学校网站制作 龙华网网站 沧州网站推广 网络安全基础答案 信息安全专利 整合网络营销 美国信息安全市场规模 网络安全产业联盟章程 信息安全人才培养 注册网站 德阳网站建设公司 滑动网站 什么是网络病毒营销 无线网络安全 清华 网络营销能力秀词条 厦门企业网站推广 杭州 网站建设公司排名 郑州电子商务网站建设 国家网络安全宣传周活动方案 网络营销平台图片 沈阳教做网站 陈肇雄 网络安全 网站建设心得 营销号推广报价 什么不属于网络安全技术 热点营销 cisp信息安全专家认证 网络营销能力秀词条 网络安全犯罪处罚 珠海网站制作网络公司 网站制作公司 深圳 顾问营销系统 工控机 网络安全 上海信息安全管理培训,-1 网站管理的内容 信息安全人才培养 网络营销都做什么 网络营销活动策划案例 引擎营销 公安 信息安全 如何利用饥饿营销 手机网络安全证书过期 网络安全科办公室 北京b2c网站制作 秦皇岛网站开发公司 大市场营销组合构成6P 功能性网站 广东在线网站建设 个人网络攻击 银行网络安全 具有品牌的广州做网站 顾问营销系统 网站定制 天津 青岛模板化网站 下面不属于计算机信息安全的是_.,-1 网络安全服务保障方案 手机打开一个网站说你的浏览器不支持javascrip 信息安全评测师项目 成都市网站建设 北京代建网站 功能性网站 国家网络与信息安全通报机制 烟台软件优化网站建设 网络信息安全部成员 展示型网站建设流程图 国内f型网页布局的网站 京东营销策略是什么 刮奖网站 如何利用饥饿营销 精品手机网站案例 潜江网站建设 微营销有哪些功能 国家信息安全技术研究中心,-1 昆明做网站哪家好 网络安全法官网 下面不属于计算机信息安全的是_.,-1 信息安全等级4级,-1 网络安全产业联盟章程 杭州 网站建设公司排名 金融网站建设报价方案 贴吧营销 无线网络安全 清华 美国信息安全市场规模