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
2015汽车信息安全报晋城网站建设电脑信息安全文件,-1唐山做网站网络信息安全的案例email营销是什么意思北京市网络安全局电话四川网站制作哪家好暖色调网站网站空间租大灾难后的世界,无法解释的现象,灵异?鬼魂?是复苏重现还是生物诞生。 随着另一个世界的灭打开,由鬼到神,那些旧时代所埋没的一个个的出现;鬼门关、地府、南天门、天庭之上大罗天,一切都在证明这个世界的神灵遭到了某种毁灭的打击,一本伴随着命运的书出现,着一切的指向都在这个世界五十年的崩坏!破损神国,收录神明,这由书所告知的信息到就是表面那样,还是另有所图。分金断穴定堪舆,卜风算水定天运,明明身怀八门绝技,却为何又在这秦岭荒山上枯守一生? 难不成,你真打算一辈子守着这座大墓? 那么多人看着,一个人守得住么? 《殖民计划》是台湾光谱公司在1996年开发的一款集模拟建设、经营、战斗为一体的策略类游戏。游戏中的地点是火星开发,主人公拽无痕从一个寂寂无名的小人物,逐渐发展成为富甲一方的城市富翁,故事从这里开始了……穿越到高武世界,在报志愿的当天,苏七楼绑定了神级选择系统。 “590分,125卡,西北武大。” “575分,122卡,东南武大。” “610分,135卡,魔海武大。” “499,全套,89号技师。” 绑定系统的第一个奖励从坑死党开始。 “叮,你做出了选择,完成奖励血气丸” “叮,你做出了选择,完成奖励《血气真解》” “叮,你做出了选择,完成奖励《莽拳》” 只要做出选择,就有各种奖励,苏七楼从此开始了自己的崛起之路。 “三个月限制”的魔咒,已经困扰我数年,曾经辜负了一名女生,也让我遭受了连续好几年的报应,直至遇到她,才让我打破了“三个月限制”的魔咒,以及报应的解除,不过,老天对我的惩罚依旧未被解除……陌生朝代一品大将府的庶子,突然融合了一个现代人的记忆。 这段记忆会给他带来怎样的变化?又会给这个世界带来怎样的变化? 世界是被异常的嗜睡症击中,并出现大量人员昏迷。蔡苏宇陷入异常的嗜睡症,被转移到次元战场。 【元宇宙-惊悚世界】 “我不想死啊!” “妈妈救我,我不要进入惊悚游戏!” “救命!救命!有没有人,快把我放出去!” “我是XX大明星,谁愿意救我,你要我做什么都可以!” 惊悚游戏降临全球,每个月随机抽取大量人类进入游戏世界与厉鬼为伴。 当所有人都在惶恐、害怕、恐惧中苦苦求生的时候,第一次进入游戏的陈凡发现,他每次开始游戏前居然能先抽取一件强大鬼物! 鬼外卖游戏中,当别人还苦哈哈骑着纸扎的电动车给鬼送外卖时,陈凡已经骑着猛鬼摩托在大街小巷风驰电掣,单单好评。 当别人好不容易与一只鬼签订契约的时候,陈凡已经拥有了一堆鬼王,组建了第一支人类为首领的鬼军!震撼两个世界! 他麾下的女鬼,实力无比强大,更是个个国色天香,对林风死心踏地。 赚取无数金钱的女鬼总裁,神秘强大的幽界之主,拥有僵尸大军的飞僵女王,修炼千年的倩魂姐妹…… 一代大帝,君问,世人尊称为问帝,成名后高处不胜寒,打尽天下无敌手的他,最终选择逆天而行,破开时间长河,散尽一身修为,只为重生到年轻时,只是重回年少后,他收因果反噬,变成了一个废少,更是遭遇到前世未曾遭遇的退婚,就在他要喊出三十年河东三十年河西的时候,他发现好像不对劲,这个退婚怎么和他想象的不一样,渐渐的,他发现事情并不简单,当他发现一切都往反方向发展的时候,他选择开始摆烂了。数学鬼才时三九提出了一个神仙猜想,震惊世界! 他坚信0和1之间还有一个隐匿的数字, 只要证明它的存在,就能拥有穿越时空的能力, 就在他证明这个数字存在的那一刻, 正如他所料,他穿越时空了! 只不过这个世界他闻所未闻,甚是奇异诡谲··· 新的世界,等你和时三九一起探索!
2017信息安全对抗大赛 重庆专业网站建设费用 网络信息安全是智慧城市的基石 网络信息安全 应急 表 审计网络安全 信息安全 学会 五华区网站 信息安全 学会 义乌网站 信息安全等级保护 国标 孩子学习不好的原因分析【www.richdady.cn】 公司破产的咨询技巧咨询【www.richdady.cn】 莫名其妙感伤的解决方法咨询【www.richdady.cn】 事业发展的灵性视角【www.richdady.cn】 去世的父亲的前世故事【www.richdady.cn】 公司破产的前世记忆咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的前世修行【企鹅383550880】√转ihbwel 外灵干扰【σσЗ8З55О88О√转ihbwel 事业不顺的职场突破技巧有哪些?咨询【企鹅383550880】√转ihbwel 公司破产的案例分享咨询【微:qq383550880 】√转ihbwel 财运不佳的财富转运【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼咨询【www.richdady.cn】√转ihbwel 脑部不清晰的症状与治疗【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的幸福指南咨询【微:qq383550880 】√转ihbwel 升迁障碍的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的改运方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰对日常生活的影响【微:qq383550880 】√转ihbwel 财运不佳的理财技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的心理分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营销型网站建设页面 国家安全下的网络安全 苏州市信息安全等级保护网 公安部网络安全员 关于公司建网站 外贸网站模板建立 产品网络安全 2015 信息安全学术会议,-1 做网站收费 无线网络安全现状分析 网络安全系统中的身份认证技术应用及其发展 信息安全 学会 公安局网络安全 网络信息安全法2017 网站jianshe 唐山做网站 学信息安全考研 网络营销 的概念 网络安全工程师吧 网络安全百度网盘 成都网站编辑 c2c网站有哪些 视频网站设计 电脑信息安全文件,-1 网络安全 屏蔽 无线网络安全现状分析 网络安全系统中的身份认证技术应用及其发展 信息安全 学会 公安局网络安全 网络信息安全法2017 武汉网络推广营销公司 网络安全管理局报警 暖色调网站 公司网站规划案例 网络安全百度网盘 呼叫中心信息安全规范 网络安全与我们的关系 网络营销销售代理 学信息安全考研 网站模板和定制的区别 深圳市信息安全协会 中国网络安全行业 网站解析要多久 功能性网站 教育部 网络安全 网络安全信息共享 宁波网络营销外包 饥饿营销广告语 网站模板和定制的区别 海尔电脑网络营销战略 北京市网络安全局电话 信息安全保密管理体系 苏州市信息安全等级保护网 营销策划公众号 网站中如何嵌入支付宝 国外的网络安全如何落地 网络信息安全法2017 电信诈骗与网络安全 西安 网站搭建 怎么做一个网站 计算机网络安全培训 公安部网络安全员 网络营销是谁提出的 朝阳网站建设 网络安全工程师吧 无锡市网站设计 新疆网络安全人才奖 营销资源 营销式网站 关于公司建网站 成都网站编辑 网络安全审计措施 专业信息安全服务资质咨询,-1 网络安全新技术新应用 中国信息安全等级测评网 网络安全与大数据 网络信息安全的案例 学信息安全考研 c2c网站有哪些 石家庄网站制作找谁 微博营销的效果数据分析 义乌网站 2015汽车信息安全报 网络推广营销师 营销策划推广执行 机关网络安全视频 视频网站设计 网站建设营销排名方案 信息安全知名企业 2015汽车信息安全报 信息安全 泄密 跟信息安全相关的 信息安全保密管理体系 2015 信息安全学术会议,-1 html5网站欣赏 信息安全技术包括哪些主要技术 广州外贸营销型网站建设公司 潍坊市网站制作 电子商务网络营销 西安制作网站的公司有 产品网络营销分析报告 网络安全与我们的关系 做网站收费 深圳企业网站建设公司排名 美丽说营销 河北信息安全测评中心 深圳网络营销资讯 京东目标市场营销策略 武汉网络推广营销公司 成都网站编辑 无线网络安全现状分析 2017信息安全对抗大赛 义乌网站 大连网站制作 信息安全产品体系,-1 深圳网站开发 智能建网站 网络信息安全是智慧城市的基石 电信诈骗与网络安全 暖色调网站 和汇是全网营销吗 京东目标市场营销策略 成都做网站 网络营销 的概念 博客营销细节 营销行业学院 网络安全 准则 国家信息安全管理机构 景安网站 网站jianshe 网络营销销售代理 产品网络安全 微网站和微信 信息安全等级保护 国标 网络安全信息共享