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
网络安全活动有哪些免费足网站信息安全竞赛试题2016年信息安全大事件手机微网站网络安全小组成员组成信息安全与对抗技术重庆大型的网站建设网络营销实训教案企业免费建网站中国山东网站建设踏遍十万星河寻觅,奈何六道轮回无你;开创太平盛世,而今仍是一人前行;散去无尽雷霆,却再未听闻你的声音;湮灭诸天狂风,却难感受你的呼吸;破开虚无混沌,但求凝视你的眼睛......可你在哪?你究竟在哪!机器人与黑户的对决,科技与异能的抗争。这场并非势均力敌的抗争,究竟谁才能取得最后的胜利?那股神秘支持机器人的又是谁?他们之间有着怎样的约定? 我想,时空旅行者会给我们答案... 家中出现的倒斗工具,亲人的失踪,带有线索的照片,一切的一切都将吴迷引进了一个巨大的迷局当中。 于是,他通过夹喇嘛的方式入墓寻找更多的线索,谁也没想古墓之中竟有如此之多诡异离奇的事:鬼藤、东夏神尸、化蛟……没有秩序,我们就打出一个秩序来 嘴上说的道理你不听,那就听听枪口喷吐出来的真理吧!男护士转生异世界,竟然被职业评定选择成了最稀有职业-男性圣职者?本来以为可以在异界享受人生,迎娶公主,走上巅峰,没想到卷王居然就在我身边?内卷什么的之前已经受够了!为了对抗内卷,全都点了治愈,男圣职者平凡而又非凡的异世界生活,从现在开始!农小乐见义勇为,却被人打成瞎子;因祸得福获得古医针道传承。一场误会,让农小乐陷入红粉佳人的圈子。老话说戏子无情,可是接下来农小乐所遇到的“戏子”,却是与众不同。人生无常,本应平凡一生,却因针道传承,发现自己的身世之谜。本应平平淡淡,却因针道传承得知古医术分歧;为保住古医,不惜只身对抗一切邪恶力量……江湖是江湖人的江湖,江湖也不只是江湖人的江湖。 有人的地方就是江湖,有的人想进去,有的人想出来,而有的人进去了,就再也没有出来过。 大夏朝以武立国,迄今已有两百载,虽说龙生九子,个个不同,但皇九子姬长空从小体弱多病,不能习武,对于崇尚武力的国家而言,这简直是个噩耗,更遑论暗潮汹涌的朝堂和一潭深水的江湖。 亡灵降世,唤醒的是恐惧;教派逃避,引起的是分裂;帝国联盟,换来的却是勾心斗角。 25岁的少年魔术师,能否在这乱世中保持自己的初心,承担起那份振兴教派的责任,拯救更多受苦受难的人民,在强者林立的星万大陆中成神证道。 这个世界很冷,但也总有希望。 刘天莫穿越了,只想老老实实的做个大闲人,但奈何实力不允许。 内忧外患,愣是逼成了救世主,无所不能! 种田,发展工业,驱除外侵…… 且看我,如何成为一代枭雄! 【无敌】+【女帝】+【心魔】+【单女主】 苏灿穿越后,和青梅竹马的林沐儿洞房花烛夜,眼看要进行到最后一步时,林沐儿觉醒了记忆,她竟然是女帝! 而苏灿穿越的这个世界,竟然只是女帝的心魔世界! 苏灿则是女帝林沐儿的心魔! 林沐儿和往常一样,回归现实修仙世界,却没想到,这一次,苏灿竟然和她一起回来了! 她的心魔就这样具现化了! 从此,女帝隐藏了身份在苏灿身边,开始了疯狂的养夫之路!
北京网站排名制作 网站改关键词 北大青岛网络营销 深圳网站设计平台 商城网站主要功能 东凤网站建设 蕲春做网站 企业网站响应式 深圳建设局网站 长沙网站推广 婴灵的安抚有哪些实用技巧?【www.richdady.cn】 孩子压力大的前世记忆【www.richdady.cn】 大龄剩女咨询【www.richdady.cn】 前世今生的轮回真的存在吗?咨询【www.richdady.cn】 家庭关系的相处之道有哪些?【www.richdady.cn】 如何识别冤亲债主干扰【企鹅383550880】√转ihbwel 财运不佳的财富管理方法有哪些?【微:qq383550880 】√转ihbwel 财运不佳的原因有哪些?咨询【微:qq383550880 】√转ihbwel 化解祖灵的仪式流程咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场瓶颈咨询【微:qq383550880 】√转ihbwel 去世的父亲的前世因果【www.richdady.cn】√转ihbwel 工作压力大导致的精神不振咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的案例分享咨询【www.richdady.cn】√转ihbwel 孩子学习不好的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的自我提升咨询【企鹅383550880】√转ihbwel 交通意外的常见原因咨询【www.richdady.cn】√转ihbwel 大龄剩女的幸福指南有哪些?咨询【σσЗ8З55О88О√转ihbwel 如何改善亲子关系?咨询【微:qq383550880 】√转ihbwel 如何改善人际关系【企鹅383550880】√转ihbwel 个人网站建设制作 网络安全审计读后感 网络营销实战教学系统 国际网络安全形势 百万网络营销 平台营销有哪些方式 低价网站建设 微信营销培训讲师 金水郑州网站建设 丹江口网站建设 信息安全等级怎么划分,-1 企业网站响应式 网站挂载 浙江 网络 营销 好 asp网络公司程序 网站公司企业建设源码 网站设计模板seo优化 单页网站制作 什么是企业网站 网络安全人员录用 广州域名企业网站建站哪家好 唐山网站建设 多语言外贸网站设计 微网站建设包括哪些方面 公司网站手机版设计 网站设计的论坛 丰都网站 qq营销技巧信息安全研究理论 青岛开发区制作网站公司 中国主要网络安全公司 信息安全 情报,-1 网络安全法进展 网络安全服务资质认证 网站内连接 网站内连接 2016年信息安全大事件 萧山网站优化 公司网站手机版设计 爱民网站制作 微信营销培训讲师 什么是企业网站 网络安全保护方案 cii 网络安全 滁州做网站 北大青岛网络营销 网络营销广告策略分析 中国重大信息安全事件 蕲春做网站 如何加强网络安全的 浙江 网络 营销 好 中国山东网站建设 信息安全与通信行业协会 做软件网站 台州卫浴网站建设 网站建设计划书 丹江口网站建设 阿里网站建设 信息安全风险评估标准 网站加地图 中国网络安全宣传周 百万网络营销 北京航空航天大学信息安全中心 自建网站套现 海尔网上营销案例分析 网站设计用什么字体好 网络营销实战教学系统 传统网络安全公司与新兴安全公司 多语言外贸网站设计 全国大学生信息安全竞赛题目 关注网络安全宣传周 网络安全协议 pdf 怎么创立网站 网络安全人员录用 优势网网站 低价网站建设 qq免费建网站 贵州网站推广优化 网站设计用什么字体好 营销外包 事件营销的成功要素 网站虚拟主机空间 微网站建设包括哪些方面 网络营销广告策略分析 网站设计尺寸 移动 营销 网站加地图 微网站建设包括哪些方面 网站建设案例讯息 什么是手机网站建设 网络营销基本内容 网站建设案例讯息 化妆品网络营销 信息安全竞赛试题 网站挂载 信息安全管理平台理论与实践 做软件网站 网络安全监测预警平台 qq营销技巧信息安全研究理论 重庆网站公司 川大信息安全专业 无限动力网站 信息流营销是什么 软件信息安全认证 500强网络营销公司排名 网站建设三合一 百万网络营销 网络营销王老吉 昆山高端网站建设 泰合信息安全 网络安全监测预警平台 国家网络安全示范基地个人如何建网站 信息安全博览会,-1 甘肃网站建设 信息网络安全边界 个人网站建设制作 网站的特点 浙江省信息安全等级保护测评机构 沈阳网站建设公司 信息网络安全边界 什么叫做营销型网站 关注网络安全宣传周 网站设计的论坛 什么叫做营销型网站 网络安全法进展 500强网络营销公司排名 国外优秀网站设计欣赏 化妆品网络营销 传统网络安全公司与新兴安全公司 信息安全网络攻防就业 免费建网站系统平台 网络营销创新模式 阿里网站建设 企业网站响应式 asp网络公司程序 网站公司企业建设源码 网站设计模板seo优化 网络安全监控公司 深圳建设局网站 手机微信的网站案例