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
太原网站改版国际网络安全法信息安全咨询 资质证书,-1网站建设陕icp小米手机网络营销推广方案营销策划书广东省网络安全周工业基础设施信息安全口碑营销的经典案例外部营销“五年...五年...,你知道这五年我怎么过的吗?你知道吗?” ...... 穿越到异世界的墨凡,本以为靠着系统能够走向人生巅峰,迎娶白富美。 却不曾想,他的系统竟然因为没电关机了。 这一关机就是五年...不知源头何处的神秘星球,在芸芸众生皆不曾反映之际,降临到了太阳系地外虚空,遮天蔽日,扰乱了时分。而钟挺原本平凡无奇的人生也发生了翻天覆地的变化,不得不一直逆天而行······ 大道为络,天地作星,众生如子。一场谁也逃不开的博弈就此展开。 叩仙门,觅神迹,自是横刀向天笑! 少年李宽本是李家一个低等的奴仆,却因为一次奇遇走上了修炼的道路。一部关于神族与神族之间、怪族与人族发生的纷争,男主被一点点的牵扯进来,脱身?还是加入? 古老的生物相继苏醒,神明与人类将争夺世界霸主的宝座,一场战争即将开始,这是造物主与造物的战争,更是一场阴谋。 十七年前人类终于用科技创造出了第一位人造神明,他,将成为人类的一把利剑,扫灭一切神明,成为那个最强且属于人类的神。核毁灭后200年,失去家园的人类在浩渺的宇宙,建立了星际联盟。 魔格星囚徒索伦,无意中捡到了一个星际放逐舱,引来了无穷的追杀...... 在寻求真相的旅途中,他发现了......我叫林温,是一名末日生存爱好者,这些年来,一切我能想到的物资我都储备了。 或许别人家里摆着一墙壁的AJ或者手办,而我一整面墙壁,储存了数十斤压缩饼干,上百个罐头,医疗用品、防毒面具以及防化服,甚至还有自制手弩。 我常常幻想着末日降临丧尸围城,那堆满物资的储物间,就会是我最安心的庇护所。 而让我意外的是,当末日真的降临时,一切与我的幻想截然不同。没有血腥残暴的丧尸,没有异想天开的外星人入侵。 那日,璀璨的光团从苍穹降临,它宛如神祇,没有人可以直视。 ……万物初始万物生,三千经文三千世 辗转流回不负生,此间无我亦有我面对未知的威胁,充满铁锈的AI危机,寻探真理的白发少女,在遥远的移民星球与机械构造作战,克服艰难险境邵子伟参加自卫反击战自摆乌龙,误饮催情酒,艳遇黎氏慧贞,回国途中遇女兵欧阳文心,无功退伍,为解班长一家困难,先后倒卖国库劵、承包粮油加工厂、开办歌城、进入房地产、创办风投公司,先后与彭曦、方兰、金裕、向彤、孟雨欣、高岚、潘颂、顾秋燕、梁心蕊、桑雅、马文玉有感情瓜葛,得知自己患弱精症后,意外获得了乔慧的爱情,在绝望之中相认双胞胎子女,实现人生赢家。
静安微信手机网站制作 济南网站优化 广东省网络安全周 常州制作网站价格 杭州做网站套餐 上海手机网站建设 病毒性营销的实例 信息安全等级保护项目计划书 网络安全评估系统 上海有名的做网站的公司 冤亲债主干扰的超度方法【www.richdady.cn】 与男友前世的故事分析咨询【www.richdady.cn】 强迫症的咨询技巧【www.richdady.cn】 亲子关系的共同成长【www.richdady.cn】 性压抑的前世记忆咨询【www.richdady.cn】 前世今生的轮回真的存在吗?【微:qq383550880 】√转ihbwel 为什么过世的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌【企鹅383550880】√转ihbwel 耳鸣的前世因果【σσЗ8З55О88О√转ihbwel 儿子抑郁症的治疗方法【企鹅383550880】√转ihbwel 耳鸣的自我提升【企鹅383550880】√转ihbwel 有官司的法律咨询咨询【企鹅383550880】√转ihbwel 心慌胸闷头晕的咨询技巧咨询【www.richdady.cn】√转ihbwel 人际关系不好的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的咨询技巧【www.richdady.cn】√转ihbwel 前世缘份如何影响今生?【企鹅383550880】√转ihbwel 婴灵的超度仪式咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的心理调适咨询【微:qq383550880 】√转ihbwel 太原网站改版 信息安全是计算机吗 信息安全应急处理办法 江苏信息安全100问手册 2015网络安全趋势电子商务网站建设的概要设计 网络安全测试介绍 福州建网站 做网页 威海网站优化 国家信息安全服务资质证书 网络信息安全认证证书 重庆的网站建设公司 深圳公司做网站 app网络安全测试 网站设计公司 北京 网站快速收录 网络安全发展的历史 广东省网络安全周 问答营销的成功案例 网络安全案件分析 珠海网站设计 营销实践的基础是网络信息安全攻防大赛 营销优化师 app网络安全测试 1 什么是互联网营销策略 互联网营销的哪些特征 营销型网站建设 新疆信息安全测评中心 常州微网站 网络营销降低成本 深圳手机网站建设多少钱 中山网站建设 网站设计公司 北京 静安微信手机网站制作 网站建设访问人群 重庆的网站建设公司 新疆信息安全测评中心 互联网+ 网络安全 病毒性营销的实例 海外营销策划方案宁波seo营销 电子商务网站功能页面 网络安全评估系统 信息安全一级学科 信息安全保障强调依赖( )实现组织的使命 网站防复制 福州seo营销 2015网络安全趋势电子商务网站建设的概要设计 2017全球网络安全事件 南平网站建设 营销策划书 广东信息网络安全协会 很有风格的网站有哪些 黄山网站设计 建网站后如何维护 济南网站优化 营销型网站方案ppt 合肥网站优化费用 建网站怎么上线 信息安全咨询 资质证书,-1 深圳有哪些网络安全公司 怎样建免费网站 深圳电商营销策划公司排名 常州微网站 电子商务网站功能页面 1 什么是互联网营销策略 互联网营销的哪些特征 珠海网站设计 最流行的网站设计风格 网络安全发展的历史 计算机网络安全包括 深圳公司做网站 合肥网络营销 威海网站优化 国际网络安全法 江苏信息安全100问手册 西安网络安全监察支队 高阳网站制作 自助建手机网站免费 北京网站建设开发 营销型网站建设 引擎营销关键词 信息安全一级学科 最流行的网站设计风格 问答营销的成功案例 西安网络安全监察支队 网络安全公司招聘 昆明网站营销 网络信息安全认证证书 网站建设访问人群 网络安全目录 工业基础设施信息安全 信息安全是计算机吗 网站搭建价格 怎样建免费网站 北京昌平网站设计 威海网站优化 王军教授信息安全 成都信息安全企业 维护网络安全我会做到 外贸网站制作 通信网络安全防护和维修的特点 网络安全会址 营销型网站方案ppt 信息安全等级保护项目计划书 网络安全评估系统 福州建网站 做网页 网站的营销方法 金融系统网络安全 深圳网站建设迅美 情感营销策略案例 网络渗透测试——保护网络安全的技术工具和过程 pdf 上海手机网站建设 网络营销的策略 网络营销的策略 外贸网站制作 模板建站影响网站的优化排名 金融系统网络安全 网络安全大赛视频下载 安康网站建设 开心网的营销手段 信息安全的图片郑州网站优化公司 asp网站默认打开index.html不是index.asp 信息安全系统集成资质 如何加强信息安全 布吉网站建设 网站搭建价格 计算机网络安全包括 网络安全产品 ppt isp认证 网络信息安全证书 办理三级信息安全等级保护,-1 上海有名的做网站的公司 馆陶网站建设 日本信息安全研究生 常州微网站 网络信息安全认证证书 模板板网站