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
淄博网站建设乐达推广建网站的程序免费建网站难吗信息安全等级测评目录网站改版完成网站的方案破解"工业控制系统信息安全"迷内蒙做网站网络安全备案镇江网站制作公司互联网营销语句努力了十年,终于经济独立了,本以为可以彻底甩手享受生活,迟来的系统却逼着他去当个门主。 既然都当门主了,那更加不用那么拘束了,谁让这个宗门这么强呢,你说对吧? 吴邪怎么也想不到,自己三十岁生日的愿望竟然实现了, 只不过这地方有点不对劲,但缓劲过后,那是相当嗨啊! 有老婆,有妾,还有通房丫头,最大的亮点还是能去怡红院! 咳咳……这时代真的让男人爱上啊! 只是, 只是,这男人的名声太臭了吧! 怎么把名声改过来?怎么把名声改过来?怎么把名声改过来? 吴邪开始一系列重大挑战……赵牧意外穿越大秦世界,绑定最强工业系统! 只要完成任务,就可以获得奖励! 叮!完成任务,获得纺织机图纸, 叮!完成任务,获得蒸汽机图纸! 叮!完成任务,获得燧发枪图纸! 赵牧无比激动,终于可以开始工业革命了。 就在他打造了一个地球仪给秦始皇,准备说服他改革军制统一地球的时候,秦始皇拿出了一本九州图志。 北部,元朝和宋朝 东部,大明国 南部,大隋.... “这几个帝国每一个都有天人境强者坐镇!” “就凭你那个打鸟的玩意,也能让朕一统天下?” 赵牧看了看手中的地球仪和燧发枪,陷入了沉思。 主角林三受到指引,来到了北极之巅,最终触碰了上古仙帝王留下的印记,被传送至地下世界,林三是个孤儿,身份成谜,在地下世界里,被误以为是轮回天帝的转生,却得到了上古仙帝王玄子的所有传承,将在地下世界,展开一段新的篇章。彗星掠过 陨石坠落,丧尸横行。 …… 浩劫已至,人性、救赎、正义、挣扎,新的秩序即将建立。 遥望深空,所有的未解之谜即将解开。 你。 熟悉的那片天空,还是原来的那片天空吗? ……咸鱼舰长董墨轩意外身亡后来到了崩坏世界,原本想继续自己舰长职责的他却发现自己成为了一名死士。 所以,董墨轩决定………… 我不做人了,女武神们! 我要成为死士王君临天下! 然后………… “哦,是吗?” 看着拿着枪顶着自己女孩,董墨轩不屑的表示………… 不要杀我,我真的是好死士啊啊啊啊啊!!! 【本书架空,考据慎入】 大学毕业典礼当天,他从教学楼顶层一跃而下,义无反顾的结束了自己短暂的一生,只因表白失败遭到毒打。 本以为一切就此结束,不料他虚弱的灵魂来到这片陌生的异时空,来到了一段不属于华夏历史上任何时期的时代。 赵陵继承了宿主的意志,并重获新生,从此他腰挂长剑,手执银枪,剑指万山,身着银甲,四丈披风高高扬起,一腔热血,只为打破江河,征服天下,颠覆王朝,重写一翻宏图霸业,立下万古不世之功!   “堂堂七尺男儿,定当立下三寸不世之功,江山如画,我为画家,这天下怎能无我的一席之地!”--赵陵。 权谋之争,尔虞我诈,兵戎相伐,血流成河,人心难测。 赵陵一心想像先辈先祖般,继其意志,挽狂澜于既倒,扶大厦之将倾,统天下之疆土,但却世事难料,群雄争霸,逐鹿中原,这天下岂是他一人的舞台。 这里应有尽有,只有你想不到,没有我写不了的!赶紧点收藏吧!世间灵纹分紫微、太微、天市三等! 亦被分为先天、后天、传承三种! 少年被虐待而死,心有不甘催生灵纹,从此踏上仙路!一代仙尊陈子时重生到二十二岁。 上一世,陈子时站在宇宙之巅,却无人相伴。 这一世,重新来过,好好体会这凡尘烟火。 手持一把杀猪刀,斩尽天下不平之事。柳一,吃的用的都是自认为最干净,包括女人。
内蒙做网站网络安全备案 苏州做网站推广的公司哪家好 信息安全专业学生需着重分析当前的信息安全面临的主要威胁及相应对策 品牌网站设计 传统零售营销的特点是什么 广州云创通营销手机 互联网营销案例 2012年网络安全事件 网站制作的英文 网站建设行业 前世缘份的前世案例咨询【www.richdady.cn】 耳鸣的医学检查【www.richdady.cn】 孩子压力大的解决方法咨询【www.richdady.cn】 升迁障碍的真实案例有哪些?咨询【www.richdady.cn】 学习成绩差的解决方法【www.richdady.cn】 外灵干扰的案例分享【www.richdady.cn】√转ihbwel 自闭症的治疗方法咨询【企鹅383550880】√转ihbwel 与公婆前世的影响分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 小企业破产的主要原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目咨询【微:qq383550880 】√转ihbwel 孩子厌学的案例分享咨询【企鹅383550880】√转ihbwel 佛教视角下的前世今生【企鹅383550880】√转ihbwel 婴灵、邪灵、祖灵咨询【微:qq383550880 】√转ihbwel 亲子关系的心理建设方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 性压抑的前世影响【σσЗ8З55О88О√转ihbwel 有官司的预防措施【σσЗ8З55О88О√转ihbwel 与老公前世的前世解析【www.richdady.cn】√转ihbwel 重庆新闻软文营销助手 武汉网站制作 大学 网络安全治理 信息安全的公司排名,-1 福州建网站 做网页 北京网络营销博客 网站建设行业 营销学评价 服务营销的缺点 网络安全态势感知综述 国家信息网络安全中心 免费建.com的网站 营销机构号 网络安全大学 关于营销的网站有哪些内容 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全信息安全 英国 品牌网站设计 黑客网络安全技术论坛汽车营销策划的案例 佛山用户网站建站 深圳html5网站建设 南京信息安全测评中心地址,-1 深圳信息安全测评中心,-1 全屏类网站 了解凡客企业网络营销现状分析目前企业网络营销存在的问题 公安厅 网络安全培训 洛阳做网站 建网站难吗 重庆企业网络营销团队 集线器可以保障网络安全吗 2012年网络安全事件 信息安全等级 四级 医院网络营销 网络营销与移动营销 信息安全专业学生需着重分析当前的信息安全面临的主要威胁及相应对策 佛山网站建设 菜鸟做网站 网站界面 上海有名的做网站的公司 中小学生体检信息安全 苏州做网站推广的公司哪家好 合肥全网营销系统 网络安全教程 百度云盘 工业信息安全通报 淄博网站建设乐达推广 酒店网络安全审计 网络安全工程师培训 信息安全检查 方案 新手如何做网站 建网站的程序免费 云南网站推广 营销型网站策划 网络安全风险感知 信息安全的公司排名,-1 重庆网络营销服务. 佛山新网站建设代理商 备份信息安全 福州建网站 做网页 黑客网络安全技术论坛汽车营销策划的案例 昆明高端网站设计 衡水网站建费用 北京网络营销博客 微信营销有多少种方式 铜陵网站建设 信息安全等级保护发布 网站建设行业 信息安全的公司排名,-1 网络营销与移动营销 小米的网络营销方式 营销学评价 网站微博营销哪个好用吗 深圳网络安全支队 APp 信息安全 服务营销的缺点 信息安全检查 方案 公安厅 网络安全培训 深圳企业高端网站建设 网络安全态势感知综述 营销培训学院招聘 深圳企业高端网站建设 中国信息安全委员会 国家信息网络安全中心 渗透式营销 营销形网站 合肥全网营销系统 免费建.com的网站 网站改版完成 网站建设学校 佛山网站建设 武汉网络安全中心 锐捷网络安全产品分析报告 网络安全日志分析报告 青岛营销型网站建设 网络安全措施媒体 咸宁网站建设 洛阳做网站 佛山网站设计优化公司 网站制作的英文 重庆企业网络营销团队 网站信息安全解决方案 2014网络安全 网站微博营销哪个好用吗 重庆新闻软文营销助手 信息安全等级 四级 廊坊网站制作 软件网络安全认证证书 edm营销招聘 娱乐营销的优点 成都网站设计哪家好 营销形网站 医院网络营销 成都网站设计哪家好 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全信息安全 英国 深蓝 信息安全 营销要素是指 中国信息安全委员会 昆明网络推广营销 外贸网站制作 全自动语音营销机安装产品网络安全方针 2014年信息安全立法 国家信息安全需要顶层设计 企业网络整合营销公司 洛阳做网站 网络安全注册表编程 互联网加数据库营销 南和邢台网站制作 网络营销与移动营销 广州云创通营销手机 网站建设案列 潍坊市网站制作 网站防复制 喀什网站建设东莞网站公司 国内汽车网络媒体的无差异化竞争严重突破式的营销创新太少 网站开发与维护的内容 衡水网站建费用 建设网站团队