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
营销型网站建设公司推荐姜堰网网站网站重构西安营销推广淘宝营销推广嘉兴网站制作深圳信息安全评估公司网络安全研究热点东城东莞网站建设产品推广微信整合营销天地玄黄,宇宙鸿荒……一个老大的人干嘛还读这个?啥?我小叔叔是个盗墓的?黄帝内经,天地万物附和,升本质,万物归一,气数本轮回之数,任督二脉,天宫地方,天圆齐全。有人说,这世间,我来了,值得。 玄武大陆的云壹因故意外穿越到地球,从此开始了他的地球逆袭求生之路。看一无是处的玄武流民如何利用自己的功法在地球大展宏图。疫情?我好像会治。劫匪?我能秒杀。战争?我能发财。意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 传闻,在杳无人烟的深山老林里住着一名巫师,他体型魁梧如牛,遍体生满尖刺白毛,身像三丈高长鬼,头顶暗金螺纹犄角,面容百变似画皮,时如精雕汉白玉饕餮,时若苍青铁色王旱魃;其背部长有一双鲜红血色肉翅,翅内嵌着无数灵长类动物的尸骸,还能溢出灰绿色疫病浓雾,感染者会在一息之内身上长满鳞片化作俎鬼...... 有人说,他虽面容狰狞体型恐怖但却古道心肠,时而除恶行医,是一名善良的巫师。 有人说,他凶狠歹毒无恶不作,在溪木村黎明杀鸡被全村围剿落荒而逃。 还有人说,他昼伏夜出,是一个捕鼠小能手,是人类的好朋友。 对此,我们有幸请到了当事人作为嘉宾来到现场,他表示,啊对对对你们说的都对。域外战场为了让联邦科学家安全返回地星,第一小队队长杜宇珩让小队成员护送科学家返回地星自己选择断后,在击杀住5星外星魔兽后一只6星魔兽突然来到战场,杜宇珩带着深深的不甘消失在魔兽的攻击中。 没想到天不亡人,让杜宇珩重生到了《星域》发布的前一天,靠着前世的记忆在游戏与现实融合前就拥有了对抗外星的能力。 凡尘俗世,流传甚广无非两点,人间美食,风花雪月。古镇老鹅,讲美食老鹅的演变,述经营老鹅人的艰辛。大背景掩映人生起伏,小故事衬托生活兴衰,品味的是绵延百年的美味,品尝的是人情世故和人间冷暖。整篇故事时间跨度从1972年到2020年,以各个历史时期的重大变革为背景,讲述乡镇生意人对政策的领悟和积极置身其中努力奋斗的经历,以他们成功或失败的经验向人们展现一道人间美食---老鹅。通篇故事将小说主人公的坎坷经历、命运兴衰和老鹅的形成、发展和走向巅峰、成为特产、列入非物质文化遗产紧密相连起来,增强着故事的趣味性和可读性,有较强的区域文化、习俗代入感。整篇故事给人的感触是“岁月总是在过往与未来间穿梭,人生的最好状态是活在当下过好眼前。生,咱就努力地存在,活,咱就坚强地奋争,坚信每个人生活都是自有安排的,天意与努力各占半成……!”。 女娲造人之时,给予了万物灵性,不管什么生物都有可能有智慧,而所有生物开始发展,并建立各自的体系制度,人类在妖魔的魔爪下生存着,有一天,宠师出现了,这让人类有一丝力量与妖魔斗争……并且得以生存。亲人离我而去,我从牛马蝇螟到一人之下,从微末之间到庙堂之上,从武斗到兵斗,再从兵斗到政斗,我战胜一切,却毫无收获,亲人留给我的是什么?我该如何拯救这一切,包括我自己?
陕西网站建设多少钱 网站结构 教你做网站 淘宝营销推广 东莞网站制作公司 网站建设 中企动力公司 电子商务常见营销方式 下载免费网站模板下载安装 传统市场营销的要素 网站设计师接单 感情纠纷的原因有哪些?咨询【www.richdady.cn】 缺心眼的前世因果咨询【www.richdady.cn】 不爱读书的案例分享咨询【www.richdady.cn】 儿子抑郁症的康复训练【www.richdady.cn】 大龄剩女的幸福指南咨询【www.richdady.cn】 感情纠纷的前世记忆咨询【微:qq383550880 】√转ihbwel 孩子厌学的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的前世记忆咨询【企鹅383550880】√转ihbwel 为什么过世的前世记忆【σσЗ8З55О88О√转ihbwel 人际关系不好【微:qq383550880 】√转ihbwel 升迁障碍的职场规划【微:qq383550880 】√转ihbwel 如何克服“缺心眼”的问题【企鹅383550880】√转ihbwel 灵魂化解的意义咨询【微:qq383550880 】√转ihbwel 头脑混沌的解决方法咨询【微:qq383550880 】√转ihbwel 如何解决事业不顺的问题?【σσЗ8З55О88О√转ihbwel 特殊学校的教育理念【企鹅383550880】√转ihbwel 家庭关系的改善方法咨询【www.richdady.cn】√转ihbwel 特殊学校的前世影响【σσЗ8З55О88О√转ihbwel 孩子压力大的解决方法【微:qq383550880 】√转ihbwel 上海网站建设app 资讯网站排版 公安部 信息安全 认证 网站建设平台招商 青岛网站优化 加建网网站 高端的网站 网络安全 术语表 昆明网站开发多少钱 网络安全研究热点 东莞网站制作公司 扣扣营销 微信营销的认识和感想 营销操作 南阳开网站制作 传统市场营销的要素 乌海网站建设 电子邮件营销优缺 网络安全管理局报警 如何进行网络营销策划 营销型企业 网络营销的国内外研究 外贸营销邮箱 云南网络营销 腾讯的网络营销 信息安全未来10年,-1 天津理工 信息安全 网络信息安全硬件设备 北京营销型网站 电商网站报价 互联网营销调研 网络e营销 青岛网站优化 姜堰网网站 产品网站建设 网络营销的国内外研究 乌海网站建设 信息安全电子书 网站建设 浏览器兼容 苏州制作企业网站公司 网络营销有自学网站吗 网站建设 浏览器兼容 信息安全展示平台,-1 营销计划书 网站首页被k 2017网络安全博览会会 信息安全管理体系中的&quot;管理&quot;是指,-1 信息安全 政策法? 上海的外贸网站建设公司排名 营销操作 贵阳网站优化公司 长春微信做网站 腾讯的网络营销 网络安全 术语表 信息安全防护有关规定 许可email营销的实施 深圳市信息安全行业 信息安全电子书 中国信息安全网 天津理工 信息安全 信息安全 政策法? 北京网站建设第一品牌 曲阜信息网络安全协会 网站重构 网站推广的好处 2017网络安全博览会会 网络营销策略文章 网站建站系统程序 互联网营销调研 网站推广的好处 it信息安全 网络营销编辑是什么 网络安全评估公司信息安全动态,-1 深圳信息安全企业,-1 做网站合肥 信息安全防护有关规定 网站 动态 外贸营销邮箱 东南亚 网络安全 外贸全网营销方案 电商网站报价 手机app网站建设 金融网站建设 网络安全解释 下载免费网站模板下载安装 南京网站建设 网络e营销 网站代理维护 专题页网站 微信营销思路 外贸全网营销方案 扣扣营销 网络营销有自学网站吗 北京网络安全培训 微信微网站开发 微信营销思路 网络信息安全ppt 天津理工 信息安全 北京营销型网站 珠海网站建设哪家好 昌图网站 营销计划书 传统市场的营销活动 信息安全认证公司 网络营销编辑是什么 网站建站系统程序 公安部 信息安全 认证 情感式营销步骤 属于网络安全服务机构 信息安全关乎国家安全 微黄式营销 唐山网站建设费用网络安全实训总结 网站建设平台招商 武汉网站制作公司 网站设计师接单 网络信息安全硬件设备 日照网站制作 ()是未来网络安全产品发展方向. 如何进行网络营销策划 网页类网站 国美网络营销策略 昆明网站开发多少钱 深圳市信息安全行业 南京网站制作哪家专业 俏江南营销 网络e营销 资讯网站排版 网络安全评估公司信息安全动态,-1 信息安全漏洞 云南 中国信息安全网 网络安全解释 外贸建网站 网站推广的好处 信息安全展示平台,-1 建设网站具备的知识