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
网站服务商网站建设服务费标准顺义手机网站设计b2b商场网站建设应该双网站网络安全战略不仅是信息安全网站有哪些整合营销方案是什么我们的营销团队介绍清华同方 信息安全“当时太天真了,以为跟个大哥就有口饭吃,结果……”十三机众人擦擦泪,说:“现在肉都吃撑了,再吃就吃不下去了……大哥别打肉了,再打真吃不完了……什么?晚上还要做肉,老大求你了放我们出去打架吧!” “你们这算啥?”治安署的人一把鼻涕一把泪的说:“以为是两个破小孩拉起个组织要搞事儿,我们都准备好搞了加工资,你这谁想得到我们的治安还更好了……等一下,各位,我先不哭了,好像过了今天我们就是同一个老大了。” 这谁想得到?搞事情的组织还要当头。 这么说,工资的话…… “宣誓了,宣誓了。” 东南三区,并非长久安定;天下之稳,皆因大守门人。 “守门人 李思仁!” “守门人 张耀文!” “守门人 十三机机所有人。” “守门人 春秋战国集团。” …… “还有我还有我,这次我可赶上了。” “张家众人,李达夜和其徒张燚,参上!” 重生在架空的大汉,刘贺一觉醒来,成了大汉的皇帝,原以为是穿越者的福利,殊不知…… 与历史上的汉废帝一样,刘贺将面对一千一百二十七条罪状,黯然离场! 环视群臣,刘贺表示心好累。 左相梁冀,右相蔡京,帝师司马懿,太师董卓,吏部尚书严嵩,刑部尚书来俊臣…… 武将有:大将军何进,义子其一安禄山,另一吕布,还有朱棣,孙权,鳌拜,以及四方将军赵括、马谡、邢道荣、李广利。 以及分封各处的异姓王:吴三桂、孔友德、韩信等…… 后宫阵容更是豪华:东宫太后赵姬,西宫太后吕雉,皇后芈月,贵妃杨玉环,昭仪苏妲己,才人武媚…… 以及历史上祸国乱政必不可少的太监团队:东厂曹正淳,西厂雨化田,中车府令赵高,十常侍张让等…… 更兼外敌如大元、大满等虎视眈眈。 境内诸如黄巾军、梁山等反贼势力丛生。 天下会、天门等武林势力与护龙山庄朱无视等对峙…… 地狱开局,刘贺有心杀敌,无力回天! 幸好,天命加身,得系统辅助,刘贺将借此,步步为营,成就千古暴君! 李天命做梦都要笑醒了。他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食的‘永恒炼狱凤凰’。 他的黑猫,是以雷霆炼化万界的‘太初混沌雷魔’。 连他家的小强,都是拥有万亿不死分身的‘万界永生兽’…… 从此,他驾驭十头太古混沌巨兽,化身万古第一混沌神灵,周游诸天万界,镇守无尽神域。万物魔灵,诸天邪魔,连爬带滚,哀呼颤抖! 社会底层的陈斌因生活奔波,母亲重病,心力交瘁,在寂静的夜晚倒在路边 至此 地球少了一个少年,穆真大陆多了一个传奇 一个人的毁灭铸就了另一个人的新生 ‘我萧易水偏偏不认命’ 天赋异禀的李正在梦里重获天眼技能,开启了人生的新篇章。在协助林娇娇解开她扑朔迷离的身世之谜过程中,李正历经了波谲云诡的奇遇,遭遇了不明来历者的重重绞杀。最终打开了连通意识和现实的通道大门。虽解开了林娇娇的身世之谜,却触发了历史倒转的开关。 为了维护现实世界的安全,李正在意识世界里的众位隐士高人帮助下,终于淬炼出了真身。只是这位天之骄子要如何从千军万马中杀出重围,阻止历史篡改者试图从意识通道重回现实世界独霸天下的野心呢……石灵日久变成一个玉梅树,不断因为各种各样的情况,死亡,穿到另一个新世界。逐渐变强修炼。凶案连连发生,旷世绝学现世,原始森林险地,让不平静的江南,更是杀气满天。被读者嘲讽,一怒之下连续更新七天的《传说的吉尔吉斯达拉普拉》作品的作者,在下楼的时候摔下,阴差阳错之间转生到了自己写的作品里。自己竟然是一个自己小说里完全没有出现过的人,而且时间也来到了自己小说中时间的100年后!看男主如何在异世界中存活下去,与其他角色相遇,最后,完结这个故事!小帅鱼哥真正意义上的处女作,新人作家如有问题请多多指教!核毁灭后200年,失去家园的人类在浩渺的宇宙,建立了星际联盟。 魔格星囚徒索伦,无意中捡到了一个星际放逐舱,引来了无穷的追杀...... 在寻求真相的旅途中,他发现了......三千宇宙,洪荒天界,为何诸圣不显,道祖陨落? 无边混沌,万古长存,是否只有盘古洪荒? 后世无数纪元的消逝,是否只因无限复活的诡异之地始祖? 巫妖之祸后人族崛起,然而一切只是开始!天界沦陷,万界浮沉。 宇宙一隅的一介凡人偶然踏入仙道,继而名震寰宇,飞升天界,揭开那最初的劫难,后世末法的真相,诡异的起源,青铜古棺的来历......
网站免费注册域名 网站案例库 中山做网站 温州做网站哪家好 网络安全培训实施意见 电子商务网站建设 信息安全产品排名华为 信息安全管理系统 网站移动站 做网站教程 用别人的网络安全吗 内心恐惧胆怯的前世影响【www.richdady.cn】 强迫症的家庭支持咨询【www.richdady.cn】 生活中的无形干扰有哪些咨询【www.richdady.cn】 心慌胸闷头晕的案例分享咨询【www.richdady.cn】 冤亲债主干扰对生活有哪些影响?【www.richdady.cn】 升迁障碍的职场瓶颈如何突破?咨询【微:qq383550880 】√转ihbwel 心特别累的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职业规划【微:qq383550880 】√转ihbwel 前世今生的故事如何影响现代生活?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的常见类型【www.richdady.cn】√转ihbwel 前世缘份的前世影响【www.richdady.cn】√转ihbwel 感情纠纷的情感调解技巧有哪些?【σσЗ8З55О88О√转ihbwel 耳鸣的前世因果【σσЗ8З55О88О√转ihbwel 与女友前世的故事分析【www.richdady.cn】√转ihbwel 与老公前世的识别方法【微:qq383550880 】√转ihbwel 与女友前世的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世记忆【企鹅383550880】√转ihbwel 前世缘份的常见类型咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感释放威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网店营销推广课程总结 广告营销技术sem 做网站教程 应该双网站 网站制作计划 网站服务商 系统漏洞 网络安全案例 中软信息安全奖励等级 网站建设:中企动力 电子商务网站建设 网络营销大学课件ppt 信息安全 ppt 网络营销的5种类型 网站开发与网站制作 工业机器人 网络安全 营销策划部 摩拜单车营销策划书 龙口做网站 信息安全保护管理办法网站制作价格 网络营销案 芜湖网站建设公司 网络安全条例 翻墙 营销的区别 企业 网络安全 案例及分析 国内外网络安全论坛 佛山网站制作公司 青岛制作网站 佛山网站制作公司 顺德网站建设市场 信息安全评估 价格,-1 西安交通大学网络安全 网络安全txt下载 网络安全技术与解决... 网络安全技术与解决... 摩拜单车营销策划书 网络安全的新闻 营销调研的步骤 临沂在线上网站建设 网络安全培训实施意见 网络营销渠道大全 中软信息安全奖励等级 网络安全合格证变更 网络安全电信诈骗政策 网络安全对抗赛 整合营销方案是什么 黑龙江网站建设 杭州 网站设计制作 网络安全证书查询 顺义手机网站设计 2015年3月份信息安全 长沙电子商务公司网站制作 横山桥网站 温州做网站哪家好 昆山网站制作哪家强 网络营销推广方案 网站开发与网站制作 沈阳网站优化排名 网络营销推广方案 汕头网络营销公司排名 微博营销的优劣势 举例说明网络安全面临的威胁 贵州网站建设 网络安全的基本操作 信息安全体系设计 深圳网站维护公司 芜湖网站建设公司 昆明高端网站建设 桂林做手机网站设计 网络安全条例 翻墙 顺德网站建设市场 南京网站设公司 首都网络安全论坛 绿盟 关于建网站新闻 昆山网站制作哪家强 长沙的网站建设公司 杭州 网站设计制作 网络安全表格加密实验 营销的区别 网站制作计划 网络与信息安全专业 国家计算机网络与信息安全管理中心实验室 贵州网站建设 信息安全专题宣贯手册 深圳做h5网站设计 信息安全体系设计 国家计算机网络与信息安全管理中心实验室 网络安全txt下载 信息安全产品排名华为 信息安全管理系统 摩拜单车营销策划书 网站设计开发的难点 国家网络安全学院 武汉武汉市网络与信息安全,-1 南京网站设公司 国内信息安全证书,-1 政务网站开发 网站制作公司 顺的 信息安全的人员安全主要是指信息系统使用人员的( )等. 大白兔奶糖营销案例 东莞营销型网站建设 用别人的网络安全吗 菏泽网站推广 国家网络安全学院 武汉武汉市网络与信息安全,-1 移动互联网营销转化 网站建设:中企动力 营销的区别 模拟仿真网络安全 青岛优化营销 大良营销网站建设服务 天津做公司网站 广西信息安全 全网营销多少钱 网络安全缺陷 国家计算机网络与信息安全管理中心实验室 工控网络安全学院 自己创造网站平台 关于建网站新闻 网络安全做的好的公司 信息安全的人员安全主要是指信息系统使用人员的( )等. 青岛制作网站 清华同方 信息安全 企业网站怎么建站 汕头网络营销公司排名 大连做网站的企业 国家计算机网络与信息安全管理中心实验室 网站制作公司 顺的 电子商务网站建设 桂林做手机网站设计 网络信息安全综合实验平台 市场营销未来规划方案 新网站建设平台 2016信息安全审计发展趋势 摩拜单车营销策划书 西安交通大学网络安全 青岛优化营销 网站取消备案 中国网络安全领导小组