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
北京b2c网站制作河池网站建设网络安全 成都营销服务商全网霸屏营销系统网络安全 抓包全网市场营销有限公司招聘信息系统信息安全防护规范网站策划案购物网站如何推广世界发生变化,男主为了活着保护自己的妹妹成为了独一无二的魔(魔王)。 妹妹为了不再是哥哥保护自己,而是自己保护哥哥,觉醒后终有一天成为魔女。 他们为了保护彼此在不断变强的道路上活着新手,第一部作品, 初次写作,还望见谅;不足之处还望笔友或读者指出,欢迎提出建议和批评,我会好好采取意见并对文章做出一定改变。林青是云城市的重案组成员,是出了名的两面派!对待任何人和事都有不同的态度。一系列的诡异事件发生,随着案件的发展让事件浮出水面,背后的真相让人不敢想象!  【女帝】【开局无敌】【单女主狗粮】【摊牌】   本书又名《因为太宠娘子,被迫做无敌反派》   顾澜穿越玄幻小说,成为一名配角书生。   还多了一位貌美如花的小娇妻。   本想安稳苟住,凭借原著剧情躲开各路挂壁,和娘子相守一世。   可偏偏加载了文抄读书系统!   只要读书抄书,就能提取修为,成圣成神!   由于太过无敌,顾澜出门随便就碾死了大反派,各路气运之子气运之女争相认主!   实力起飞的同时,仕途也是邪了门的顺遂!   这一日。   顾澜高中状元郎,入殿觐见,却发现幕帘后那绝美女帝十分眼熟!   “娘子?”   “相公,穿上龙袍就不识得朕了吗?”   “......”   从此,全天下都知道了这对绝世夫妻。   原著男主角:“他都成天帝了,我才武之力三段,这怎么玩?”   【简介无力,全文爆爽】无时无刻都在修炼,一不小心无敌了,我收神兽当坐骑,纳人妖魔族圣女作小妾,独创宗门——神帝宗主宰世界,好不容易脱离了宗门,可一不小心又回到了这个地狱,当了那么多年宗主,殊不知本宗门女弟子那么多还美,没办法,神帝宗,老子又回来了咸鱼如我,废柴似狗。不满生活,安于躺平。 喜欢音乐,穿越到了 麦杰克 的世界 一首曲子,就是我的一段往事。世界异变,天灾来临,全民穿越末日游戏! 恐怖异兽、荒野沼泽、诡异遗迹,危机无处不在! 人类只能依靠庇护所艰难生存,接受一轮又一轮的天灾洗礼! 幸好,路岩觉醒了末日生存系统,他可以无限分解制造生存必需品、无限升级庇护所! 【钢铁】+【木材】合成【钢斧】! 【石英砂】+【纯碱】+【树脂】合成【防弹玻璃】! 【合金】+【微型能源】+【变异兽大脑】合成【兽型守卫】! 当所有人都还在为生存而艰难奋斗时,路岩已经携带一身超时代神装横行荒野! “路神的庇护所是废土中最安全的地方!” “那里的城墙厚达百米,那里的资源用之不尽!那里是末日荒野中的唯一乐土!” “有生之年,我想进入路神的庇护所,哪怕只是看一眼!” 东方君从小无法修炼使其实力微弱,但因一次机遇,激活了体内沉睡着的黄金圣龙,就此获得了不属于这个大陆的力量,从此实力超凡。 结束了东面西方的明争暗斗,最终成为人类的第九代战神,并渡劫成真神。一个男人的奋斗史,从青春到大叔的蜕变,所有的经历,所有的人和事,都在岁月的漂泊里渐渐沉淀,成长为独立思考的个体!世间的所有都是珍贵,体验过的才最真实。有你有我的影子,在岁月里渐行渐远!当午夜的钟声响起,诡秘撕开黑暗的面纱,夜行人间。 沉寂林中尸体搭建的小屋,挂满无头死尸的参天巨树,凭空塌陷的万米巨坑中传来谁的吟唱? 尸骸朝圣,百鬼夜行 ,凝固的海…… 异境层出不穷。 羊头人,豚蛇,祸猪,俎肢异形,黄昏巨人,亵渎暴君坎加厄…… 一个个诡异生物于罪恶晦暗中诞生,屠戮人间。 少年王也发现他有一个可以进行角色扮演的黑暗世界,在这里,他可以挑选这个世界存在的……怪人进行角色扮演,获得他们的能力。 火人杰克,地鸣戈加顿,黑暗哥特加尔,面具柯暮以及那黑夜之上的死神耶格利特…… 这是一个人与邪异共存的世界。 罪恶祸乱人间,牧户一战中让王也知道了自己需要承担的责任。 他的心态由此发生转变。 他将握着黑夜世界,化为暗暮中的野兽,以最凶残的姿态撕裂罪恶!
医疗保险营销方案 国外的app设计网站普集网站制作 小龙虾网络营销方案 手机网站开发语言 医疗信息安全解决方案 江苏 信息安全技术有限公司 第六届全国网络安全等级保护技术大会 信息安全服务规范 传播营销 长沙微营销 升迁障碍的心理调适咨询【www.richdady.cn】 与公婆前世的前世案例【www.richdady.cn】 婚姻生活不顺咨询【www.richdady.cn】 冤亲债主干扰的真实案例有哪些?【www.richdady.cn】 事业不顺的前世因果咨询【www.richdady.cn】 特殊学校的课程设置【微:qq383550880 】√转ihbwel 人际关系不好对工作的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵的驱除仪式【企鹅383550880】√转ihbwel 人际关系不好的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的辅导方法咨询【企鹅383550880】√转ihbwel 如何了解自己的前世今生?咨询【企鹅383550880】√转ihbwel 心慌胸闷头晕的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的案例分享【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的解决方法【企鹅383550880】√转ihbwel 儿子不读书的前世记忆【www.richdady.cn】√转ihbwel 无形干扰的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何维护良好的家庭关系?咨询【www.richdady.cn】√转ihbwel 交通意外的常见原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全 将密钥层次由高到低排序 饥饿营销最成功的 北京b2c网站制作 信息安全所 全网市场营销有限公司招聘信息系统 网络安全主管部门招聘 商务网站制作公司 口碑营销和眼球营销 网站信息安全定级报告 目前使用的信息安全系统有那些 科研 信息安全 制度,-1 263网站建设怎么样 网络营销教学软件 企业网络营销人员 郑州网站设计专家 加强网络安全培训 假网站备案 网站颜色搭配网站 中山网站建设文化方案 网络营销策略术语 博客营销实验总结 二级域名对网站帮助 物联网信息安全案例 六安做网站 网络安全信息共享法案建行企业网站 目前使用的信息安全系统有那些 科研 信息安全 制度,-1 263网站建设怎么样 网络营销教学软件 企业网络营销人员 购物网站如何推广 网站实用性 电子营销 网络安全会议 信息安全所 网络安全 成都 网站建设seo优化的好处 广州手机网站开发报价 网络营销的作用价值 信息安全管理体系是指:,-1 网络安全 销售 六安做网站 杭州网络安全研究院 共建网络安全 厦门建网站 网络安全周 岳阳网站建设 网络安全.信息安全 中国信息安全专家 医疗信息安全解决方案 江苏 信息安全技术有限公司 信息安全制度框架 长沙微营销 网络安全监测云平台 青岛网站建设迅优 二级域名对网站帮助 学校网站制作 信息安全产品类型广东信息安全公司 饥饿营销最成功的 重庆网站建设公司 网站颜色搭配网站 华企立方网站 网络安全协同 网站建设seo优化的好处 科技制作网站 linux网络安全技术... 三合一企业网站模板 北京b2c网站制作 信息网络安全普及教育培训教程习题 网络营销的主要职能 网站信息安全定级报告 网络营销策略术语 广州手机网站开发报价 263网站建设怎么样 网站死链查询 网络营销对全球影响 中国信息安全测评中心 漏洞 定义 诚信信息安全服务资质咨询公司,-1 重庆网站建设公司 营销反馈 全网霸屏营销系统 购物网站如何推广 全网市场营销有限公司招聘信息系统 网络安全等级如何设置 博客营销实验总结 网站建设服务 信息安全二级等级保护,-1 网站死链查询 十堰网站建设 营销 老师 重庆专业的网站建设 网络安全主管部门招聘 二级域名对网站帮助 南阳网站建设 行业网络营销现状 信息网络安全普及教育培训教程习题 网络安全主管部门招聘 网站信息安全等级保护 网络安全关注的问题有哪些 杭州网站设计公司有哪些 物联网信息安全案例 seo 网站 制作 网站的尺寸 网站中主色调 网络安全 成都 网络安全协同 中央网信办网络安全应急指挥中心 营销推广平台 信息安全 将密钥层次由高到低排序 医疗保险营销方案 郑州手机网站推广公司 网络安全等级保护级别 社会化 口碑营销 公司 网站制作公司 深圳 des加密算法 网络安全 无锡品牌网站建设 公司网站的制作公司 什么叫网站的空间感 厦门建网站 中央网信办网络安全应急指挥中心 网站怎么添加管理员 网络营销的十种方式 长沙做最好网站 linux网络安全技术... 常州做网站 杭州网站设计公司有哪些 长沙微营销 互联网信息安全解决方案当中完善互联网信息安全的法律制度去的方法有 每周网络安全 加强网络安全培训 信息安全防护等级划分 提升网络安全意识 建议 苏州高端网站制作 南宁网站建设 网站制作公司 深圳