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
网络安全 实验报告怎样做好公司网站网络营销相关证书网络目标市场营销策略网络安全团队标识网站html设置首页湖南网络安全大赛关于建网站新闻海淀网站设计网站设计机构网络营销(货运物流是现代社会里不可或缺的一环,但很多读者朋友不了解这个行业,对这个行业可能有些疑问或误解。所以动手写了一部小说,以市区送货的货车司机视角向大家展示真实的货运物流生活。不仅想让读者朋友在阅读的时候能身临其境,更想在小说里加入车辆驾驶和保养技巧、人生感悟、防止被坑的技巧等等,希望读者朋友们能喜欢。(PS.第一次写小说,小说里有很多地方可能会不尽人意,欢迎提出意见和建议。)【历史种田+江湖八门+富可敌国+复仇】 秦书铭穿越到燕赤国,成为八门祖师爷之子,江湖人尊他为少帅。 开篇背负血海深仇,少年和小妹相互扶持,亲情成为这冰冷的世界唯一的温度。 穿过刀林阵,喝过鸡头血;一拜天为父,二拜地为母,从此少帅入江湖。 这是一个充满骗局的世界,风水局,老千局,扎飞局,鲁班局,层出不穷。 上一世身为百亿富豪的秦书铭表示,不好意思,在下擅长局中局。 小妹问:哥,为什么那些坏人都在替你做事? 秦书铭:傻妹子,因为你哥我是坏人头子! 小妹问:那为什么皇子和军机大臣都对你弯腰? 秦书铭:因为哥有钱啊,富可敌国的那种。 小妹问:那为啥女土匪也对你弯腰? 秦书铭:你还小。他,长生王者,为了却心愿,乘兴而归,甘愿伴她左右,护她周全。 为她,逆了天下,只为一言之诺,蓦然回首,踏血而歌! 为她,亡了诸国,只为一怒红颜,腥风血雨,血染皇城!富家堂姐嫌弃相恋多年男友穷,强迫堂妹替自己出嫁。殊不知,对方竟是一言可定天下的军中统帅!凌云,绝世高手,被人暗算,一朝成为废人。 幸被江南沈家老爷子所救,将女儿小漓许配给他为妻,不料却遭人陷害,被扫地出门。 两年后,凌云王者归来,纵横捭阖,抬手处,风云变色,问世间,何人能挡暗龙的锋芒!他不过是想重整世界。穿越成为镇南王府的世子,本来想安安心心当一个纨绔,上街打算强抢民女,却没想到一个不小心竟然抢走了微服出宫的当朝公主!更没想到的是,皇帝不但没有怪罪,反而将公主赐婚给他!不是吧,我真的不想当驸马爷!集合原著人物,重摆西游盛宴。在这元宇宙高度发展的时代,某一天,数十亿人降临万族大陆,成为城主,参与万族争霸。 降临之初,每个城主都会随机获得初始兵种。 招募兵种,掠夺资源,争霸万族。 岛国:”哈哈哈,我的兵种乃是奥特曼,专打怪兽,华夏国的蝼蚁们,颤抖吧!“ 米国:”永恒族.......看我打造无限手套,一个响指灭你华夏。“ 阿三:”整个万族大陆都是我神族创造的.......“ 看着如此嚣张的几国,林天看了看脚下的九爪金龙,不禁陷入沉思,这几国脑子瓦特了? 古神之战,将完整的大陆打得支离破碎,留下了遗址与破损的神器。旧天国,新天国,莱茵,福德,安格恩,天星,六潮……不同的国家都有自己的特色。在这里,还有一群有强大特殊能力的人,被尊称为称号使者,他们有着怎样的生活?和常人又什么不同?普通人难道永远达不到他们的境界吗?一切尽在《破碎的大陆》 (心动了吗?那就赶快阅读吧。BTW作者是业余的,更新比较慢,不过质量还是可以的)
企业营销网络介绍 网站描文本 网络营销与编程 网络安全防护系统 营销策略方案 微博营销广告语 遂宁做网站 什么是移动网络营销 关于建网站新闻 怎样做好公司网站 官司的法律援助【www.richdady.cn】 发育倒退的医学检查咨询【www.richdady.cn】 精神不振的自我提升【www.richdady.cn】 官司的前世因果咨询【www.richdady.cn】 前世今生的故事与轮回咨询【www.richdady.cn】 前世老婆的前世故事咨询【σσЗ8З55О88О√转ihbwel 外灵的干扰特征【企鹅383550880】√转ihbwel 儿子不读书的改运方法咨询【www.richdady.cn】√转ihbwel 前世缘份的修行建议【www.richdady.cn】√转ihbwel 前世老公的前世案例咨询【微:qq383550880 】√转ihbwel 孩子学习不好的心理调适咨询【微:qq383550880 】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的咨询技巧【企鹅383550880】√转ihbwel 耳鸣的原因分析咨询【微:qq383550880 】√转ihbwel 家庭关系【微:qq383550880 】√转ihbwel 亲子关系的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 2. 通灵与灵性提升【企鹅383550880】√转ihbwel 构建和谐亲子关系的方法【微:qq383550880 】√转ihbwel 前世今生的神秘故事【微:qq383550880 】√转ihbwel 有官司的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站建设移动端是什么意思 网络安全 vpn sem整合营销服务 保定 网站建设 什么是网络安全风险 网络营销与编程 外销网站 国家网络安全学院最新 网站的费用 品牌社会化口碑营销 网站设计设 有哪些网络安全机构 上海 网络安全会议 网站网速慢 长安网站建设费用 关于写策划的一个网站 网络安全方面的注意点 佛山建网站 网络营销( 网站建设初期 餐饮业营销 网页是网站吗 上海 网络安全会议 asp .net php企业门户网站程序员开发必备教程 注册个人网站 网络安全页面为什么用php -s可以访问本地网站而开启apache就拒绝 企业网站的营销职能 网络安全 实验报告 网站建设服务费标准 常州网站推广 商城网站都有什么功能模块 阜阳建网站 昆明高端网站建设 网站取消备案 湖南网络安全大赛 网页是网站吗 网络信息安全综合实验平台沈阳微信营销哪家好 与信息安全相关的公司 做网站实例 网络营销平台分析 网络安全的新闻 铁岭网站建设 应该双网站 关于建网站新闻 gartner 信息安全趋势 网站设计机构 信息安全等级保护的原则是,-1 企业营销网络介绍 杭州模板网站建设 2016年网络安全大事记 ppt 微博营销的特征有哪些 智慧城市信息安全体系建设方案 网络安全 实验报告 杭州模板网站建设 工控网络安全学院 网站主持人 构建网络安全方案 西安交通大学网络安全 盐城做网站 网站建设图 网络营销的定义及分类 传统市场营销理论 asp .net php企业门户网站程序员开发必备教程 网站营销工具 焦作建网站 品牌社会化口碑营销 饮料产品营销策划方案 本地的唐山网站建设 长安网站建设费用 建立微网站 知乎 无线网络安全 成都网站设计制作工作室 李苏杰的网站营销 社会化网络营销分析 西安交通大学网络安全 2017公安部全国网络安全大检查 网络搜索引擎营销案例 网络安全执法检查 网站实例 什么是网络安全风险 广州做企业网站找哪家公司好 信息安全有哪些权威证书 正规的常州网站推广 网站建设初期 怎样做好公司网站 专业做网站企业 杭州全网整合营销 在线做网站 网站主持人 网络营销传播渠道研究 网络安全技术介绍 京东网络营销手段 网站取消备案 一般网站有哪几部分构成 视频营销 网络营销网站 网络安全防护系统 昆明网站推广 建立微网站 下载信息安全管理 长沙网站制作 网络安全个人 网站建设七点 展示型网站制作服务 古典风网站中国的网络信息安全 本地的唐山网站建设 网络营销网站 微信网络营销成功案例 深圳建网站的公 网络安全条例 翻墙 网站建设服务费标准 网络安全txt下载 快消品网络营销方式 4p市场营销组合策略 北京北京网站建设 建网站需要什么 产生信息安全事件的原因有哪些 上海网络营销推广 企业招聘信息安全 麦克crm 信息安全吗 首都网络安全论坛 绿盟 石家庄开发网站 网站设计开发的难点 网站建设七点 国家信息安全发展 构建网络安全方案 黄山网站建设 海淀网站设计 网络信息安全 撤销网站 网站取消备案 网络安全个人 快消品网络营销方式 手机网站制作推广定制 衢州网站建设 湖南网络安全大赛