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
网络安全技术防火墙宿迁网站建设如何让做好网络营销没有公共网络安全重庆南昌网站建设中山精品网站建设策划专题网站建设网络营销效果评价方法传统营销的 沟通方式网络营销的战略重点我出生那天,父母上吊自杀,村里人想要拿我祭河神。 洪水围而不退,爷爷将我丢进河里,九龙拖着我回来。 我的命是爷爷给的,爷爷留给我的姻缘和造化,居然有人妄图染指。 人性的丑陋、欲望的贪婪、索命的黄泉。 为了活下去,我必须要完成我的使命!红月过后,怪物苏醒。 一滴眼泪,便能杀人无形。 一句声音,便能尸横遍野。 一只断掌,便能毁天灭地。 苏明哲,看着灰暗的列车,听着怪物魔鬼般的声音,然后就嗝屁了。 一直在纠结一个问题,到底谁才是怪物。 人类在宇宙之中孤独嘛?人类为何发现不了外星文明?你了解这个世界嘛?生命因合而诞生因合而毁灭?宇宙外面是什么?微观世界存在嘛?一切的源头是什么?终极世界是什么? 一切可能的答案尽藏于书中,一生铸一书,一书看一世,无尽宇宙藏奥妙,笑看红尘守本心,万千世界有关联,莫问姓名你我他,缘起万物一念生…………一个在外打工仔,回到农村老家创业却风生水起的故事!天地之间灵气复苏人们纷纷觉醒了超凡力量,但是萧阳直到初中毕业之前都没有觉醒力量。直到他考上了高中他才发现了他真正的能力——考试,通过的考试越多就会变得越强。 ……我是作者玄黄凌天,简称玄凌或凌天。这是我首次在本网站发布作品,也是一部长篇浪漫主义半白话同人作品。喜欢我的作品的可以进入我的联络群:452655964。欢迎各位书友前来与我交流。上古大陆,一位拥有先天全体的少年,因为一次意外,引得黑珠入体,从而导致元力全失,至此他失去了所有光彩,族人的陷害让他认识了师尊,在一个分身的教导下,少年披荆斩棘,过五关斩六将,一步步成为真正的强者...... 为了家族命运,少年踏上了独自修炼的征程;为了亲人,他被迫选择了自己不爱的人;为了爱人,他忍受了无数年的自责。 从一个小小的战士,逐步成长为天元大陆至高无上的古神,而最终,为了整个天元大陆,他却付出了所有......江恒意外穿越御兽世界,本以为拿到了主角剧本,谁曾想却摊上了一个路边随处可见的青玉虫为御兽,还背上了高额的御兽贷款。 还好来自地球的他觉醒了第二御兽天赋——奇迹进化。 只要御兽努力训练,哪怕是卑微的小虫都可以成为翱翔九天的神龙。 这是一个只要努力就有回报的故事。 多年后,江恒蓦然回首,发现身前已经再无一人,自己已经站在了大道的尽头。 曾经的青玉虫已经进化为了混沌灭世魔龙,小人鱼成为了永恒奇迹妖姬,荆棘树怪成为了永恒祈愿之树……作品《敲开幸福的大门》,通过抑郁病患者老秦住院治病,揭示了现代人,由于生活、工作压力大,身体处于亚健康,直至患病,给家庭带来困难。提醒人们,要生活乐观,想方减压,敲开幸福生活的大门。马小乐,一乡下孤儿,无意间神游遇到了高人,得到了玄妙之术,从而在乡下施展法术,游刃有余,惩恶扬善,匡扶正义。
珠海品牌网站制作 建网站 xyz 怎么写问答营销的策划 信息安全测评中心 绿盟,-1 全网整合营销服务商 信息安全测评中心 绿盟,-1 odex信息安全,-1 网络营销 漏斗原理 python信息安全 网站收录低 无形干扰的案例分享咨询【www.richdady.cn】 财运不佳的原因分析咨询【www.richdady.cn】 学习成绩差的家庭教育【www.richdady.cn】 财运不佳的财富规划【www.richdady.cn】 去世的母亲的前世因果咨询【www.richdady.cn】 人际关系不好的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的解决方法咨询【σσЗ8З55О88О√转ihbwel 事业不顺的解决之道咨询【www.richdady.cn】√转ihbwel 外灵的干扰特征【企鹅383550880】√转ihbwel 个人专属前世因果分析【微:qq383550880 】√转ihbwel 事业不顺的职场突破咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 改善脑部不清晰的方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 改善亲子关系的技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的康复训练【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业的自我提升咨询【σσЗ8З55О88О√转ihbwel 心特别累的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的原因分析咨询【企鹅383550880】√转ihbwel 意外的前世案例咨询【企鹅383550880】√转ihbwel 升迁障碍的职场突破咨询【σσЗ8З55О88О√转ihbwel 天津信息安全等级保护培训 社交媒体营销要不要做 信息安全连续性 网络营销网站排名 信息安全 内部人员攻击 国际认证网络安全专家 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 邮件营销广告 关于网络安全基础知识 信息安全的证书 佛山微信营销培训 python信息安全 美国 网络安全 企业要网络营销 中山移动网站建设公司 免费开网站2016网络安全案例事件 dreamweaver 我的网站问及那 全部被覆盖了怎么办 啊d注入工具的sql注入点的修复方法_网络安全_脚本之家 网站的服务 辽宁信息安全测评中心 网络安全方面的证书 内容营销的特点是什么意思 微信辅助网站制作 中国信息安全认证中心在职人员 网络信息安全范畴 网络安全培训新闻稿 营销失败案例 佛山微信营销培训 网络营销站 重庆南昌网站建设 网络安全人员管理规定 西安网站建设制作价格 网站维护说明 信息安全等级保护系统建设的安全实施方案应包含以下哪些内容 主流网络安全机制 网络安全新趋势 信息安全 内部人员攻击 企业网络安全实现的方案 ips 国内信息安全领域 贵阳有哪些可以制作网站的公司吗 济南微网站建设潍坊网站建设兼职 国家信息安全漏洞库(cnnvd)承办的"后xp时代"安全技术研讨会 网络安全所涉及的内容 美团的软文营销 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 信息安全化 北京信息安全毛处长 信息安全预警服务 网站收录低 邮件营销广告 网络安全工作思路 营销新思路 淘宝店铺网络营销策划 关于网络安全基础知识 宿迁网站建设 网络安全应急响应制度 如何让做好网络营销 信息安全的证书 单位信息安全等级保护 网络营销效果评价方法 网站作用 信息安全测评中心 绿盟,-1 古镇网站建设 建网站资料 网站数据库 网站数据库 国家信息安全漏洞库(cnnvd)承办的"后xp时代"安全技术研讨会 网络植入式营销案例 建网站 xyz 美国 网络安全 广州做网站的公 信息安全管理岗 招聘 长春长春网站建设网 企业要网络营销 信息安全等级策略,-1 全国公安机关网络安全保卫工作会 网站有几种 中山移动网站建设公司 网站制作费 抄袭的网站 营销型平台网站建设 免费开网站2016网络安全案例事件 整合营销传播的效果 信息安全策略实施方案 网络安全哪家好 网络信息安全范畴 网站的服务 4p营销理论图解网络安全硬件平台提供商 啊d注入工具的sql注入点的修复方法_网络安全_脚本之家 佛山网站设计特色 线上线下营销策略研究 网络安全所涉及的内容 运营商网络安全 网站的服务 免费pc 微网站模板营销型网站代理 网站改版seo 网络安全技术防火墙 辽宁信息安全测评中心 企业要网络营销 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 广州网络安全平台登录 网络安全方面的证书 有哪些网络安全论坛 银行网络安全评估报告 ipad网络安全 内容营销的特点是什么意思 360搜索网络营销 国家信息安全局 信息安全总局 微信辅助网站制作 关于网络安全基础知识 啊d注入工具的sql注入点的修复方法_网络安全_脚本之家 中国信息安全 群营销素材 网络营销能力秀 网络营销 漏斗原理 网络信息安全范畴 北京信息安全毛处长 信息安全管理岗 招聘 台州做网站seo 西安信息安全培训班 计算机系网络营销学校 网络营销思想技术思维 信息安全等级策略,-1 营销失败案例 信息安全 程序员 信息安全等级保护系统建设的安全实施方案应包含以下哪些内容 网络安全动态分析 国际网络安全问题 佛山微信营销培训 内容营销的特点是什么意思 网站有几种 论述我国信息安全管理现状 网络营销站 odex信息安全,-1