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
个性化营销的作用腾讯网络营销的挑战电商淘宝网络营销建国内外网站有什么区别银川怎么做网站网络营销以网络用户为中心网络安全系统日志分析工具设计类网站营销型品牌网站页面优化命令与征服,陪伴了指挥官们无数个岁月。其中的红色警戒系列对我的影响是所有RTS系列中最深的。那种充满幻想的战争使我被震撼。我从5岁开始就在读毫无故事的纯军事书籍,军事和RTS已经成为我灵魂上的烙印。后来,我开始阅读军事类书籍,这又不得不谈《国家意志》,那种硬核感、史诗感,无书能敌。不过即使热爱军事如我也感到过于硬核的战争不够浪漫,不够有趣,于是我想到了命征。如果没什么除了印巴战争那样足够宏大的战争可以大写特写了为什么不把眼光放向虚拟战争呢?所以我要创作一本足够宏大,足够震撼,同时兼具浪漫热血紧张刺激的小说。让我们走进第三次世界大战,走进英雄们的人生,走进另一个存在已久却尚未被文学充分挖掘潜力的世界。(轻松搞笑+海王+多女主+文抄公+迪化) 那一年……陈黎回到了17岁。 看着镜子中的自己,欲哭无泪。 生性散漫的他剪掉长发后,却像是变了一个人…… 他身披众多马甲,游离在万花之间。 众人对他的认知,始终停留在表象。 父母觉得他是软饭王! 美女觉得他是绝对的天才! 朋友觉得他是江湖大佬! …… 实际上,陈黎只想做一个真诚的人。 ps:本书又名《我的马甲有点多》、《我真的很专一》 大佬遇刺 黄金被盗 牵出神秘“雪松计划”! 谍雾重重 敌我莫辨 末路夫妻谁能笑到最后?一个佩镜引人入梦沉沦,为救好友筱筱施法同进梦中却发现梦境非梦,筱筱因此徘徊在生死之路,因缘际会终是修仙成功。 “我已经没办法去留住自己了…”一个女人回头,她眼神看起来十分的哀婉悲凉。泪眼婆娑,欲说不欲言,“阿骁…” 一个女人的声音 ‘轩辕舸洛,赤金战神,是轩辕族坠神之前最高之神。’这个女人是谁?是谁?’以凡人之躯承受神祇之力,她会受不住。’受不住? 他忽觉一顿,如鲠在喉,堰塞难语。他努力再努力,最是说出来了那二字,“妻子。” 生活没有那么多幸运,更多的是拼搏。没有那么多辉煌,更多的是平凡,苦中作乐。躲在角落里抹去泪水还要去面对,无论结果如何,至少我们在不断的为了生活而拼搏。一位父亲每年都要来到某一地方凭吊先烈,他的作家儿子一直不清楚父亲以前到底做过些什么事,直到父亲在老宅拆迁时自杀后才展开深入调查。原来父亲老宅曾发生过惊心动魄的往事:一位财主的小妾李小娘子跟管家私奔致使李家大院遭劫,主人动用祖传生计银渡过劫难,其后代及其同学在上海造房、创业、革命的故事,李家风华绝代的女人和管家私奔遭土匪奸杀、奸夫因何掉脑袋,救人者为何成了杀人者、水鬼兄弟为何违反军纪替兄报仇、青年因何刺杀太后失败、心仪的女人却是旧情人、奸夫儿子怎么成了李家后代,女间谍挑起中日战争、五十年恩怨情仇随着大事件蓬勃展开……这是一部通过讲述男主人公千万富豪李四,从离婚前发生的婚外情和婚外恋,到再也无法忍受家中的河东狮吼而选择离婚,再到离婚后追寻理想化爱情、不断相亲,再到历经一番又一番的波折后,再次走向婚姻这一过程中发生的系列不可思议得、啼笑皆非的无厘头婚恋故事。从而借此反思当代人极其扭曲的爱情观及婚恋观,是一部语言流畅优美,可读性极强的现实题材小说。颓废的陆回穿越到20年前的初中,重拾激情。在他奋斗的过程中,历史也悄然改变。陆回不仅成就了一番事业,也获得了众多芳心。自上古以来,能长生久视者寥寥无几。如今星河异动,或许正是成仙的大好时机。少年星轲,怀懵懂入世,经生离死别、历万丈红尘,最终能否不醉星河?前路凶险万分,稍有不慎,便可能黄土不成。等待他的,是“云梦虚”、“生死妄”、“阎罗判”以及……一场封神大战,尘埃落定,埋藏过往! 那些前世情缘、封神旧恨,似乎随风而逝,万年后,一个冷血杀手,踏月而来,带领一众妖女诛仙斩神! 云海天涯两渺茫,何日功成名遂了,还乡! 醉笑陪公三万场! 不用诉离觞!
seosem病毒营销长尾理论详解 网站制作公司哪家专业 网络营销整合平台信息安全监管要求 商丘微网站 青岛网络营销 网络合作分享营销 网络安全法 行业 信息安全技术防火墙技术要求 网上营销有哪些渠道 创意网站建设 亲子关系的自我提升【www.richdady.cn】 自闭症的家庭支持咨询【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 亲子关系的前世记忆咨询【www.richdady.cn】 祖灵咨询【www.richdady.cn】 发育倒退的解决方法咨询【微:qq383550880 】√转ihbwel 升迁障碍的案例分享咨询【微:qq383550880 】√转ihbwel 前世缘份对现世的影响【www.richdady.cn】√转ihbwel 不爱读书的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的和谐之道【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的应对策略咨询【微:qq383550880 】√转ihbwel 自闭症的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的故事有哪些经典案例?【企鹅383550880】√转ihbwel 婴灵的超度与化解【σσЗ8З55О88О√转ihbwel 儿子不读书的教育建议【www.richdady.cn】√转ihbwel 儿子不读书的解决方法【σσЗ8З55О88О√转ihbwel 人际沟通障碍解决威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回存在吗?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 重庆南岸营销型网站建设公司推荐 国家信息安全局网站 连网站建设 山西省信息安全大赛网络安全能力认证考试 信息安全技术需要掌握的技能 传统营销分析 中山 网站制作 国防科技大学网络与信息安全研究所 惊艳的网站 网络安全与黑客攻防宝典 第3版 银川怎么做网站 传统营销的公司 免费营销信息发布 新疆网站制作 星沙做网站 四川全网营销推广哪家好 长安做网站 国家信息安全局网站 连网站建设 山西省信息安全大赛网络安全能力认证考试 网站制作模板 信息安全的主要特性 酒店业网络营销特点 东莞网站建设报价 网站制作公司哪家专业 长安做网站 网络安全与黑客攻防宝典 第3版 苏州手机网站建设 深圳整合营销优势 营销号电商分析 网络安全竟赛 武汉网站设计公司排名 网络安全信息集成商 苏州手机网站建设 网站模板下 网络合作分享营销 四川信息安全杂志,-1 网络安全一点通 信息安全 活动视频,-1 朝阳市网络安全公司 网站的目标 广西汽车网网站建设 企业网站制作 哈尔滨网站开发 网站统计对网络营销的价值 网站制作工具 中央企业网络安全交流 网页设计中网站上面的元素一个个跳出来像放幻灯片一样js 网络信息安全举报 电子商务与网络营销 江西网络安全公司 绵阳的网站制作公司哪家好 保定 营销型网站建设 网络安全法 行业 全网营销网 信息安全测评中心 编制 常州手机网站建设 设计类网站 linux 网络安全 网络信息安全 教材 网站制作工具 网站推广专家 网络安全法 行业 信息安全等级保护措施 江苏网站制作企业加强个人网络安全意识 棱镜门 信息安全 ppt 淘宝常见营销手段 一个网站首页绑定了一个三级域名 一个顶级域名 有坏处吗 济南网络安全培训中心 中关村信息安全联盟 机房信息安全管理系统 信息安全 活动视频,-1 大连网站建设 江西网络安全公司 信息安全服务资质一级资质 信息安全的主要特性 广州 网站建设公司 东莞网站建设报价 福建网站建设 课件营销 信息安全管理与监管 全网整合营销推广公司 西安论坛网站制作维护 网站主域名 酒店业网络营销特点 惠州网站开发公司电话 深圳营销型网站 国家信息安全成果产业化基地 衡水商城网站制作 星沙做网站 营销型品牌 营销型品牌 东莞网站建设报价 网络与信息安全等级 惠州网站开发公司电话 传统营销分析 电脑信息安全检测工具,-1 客服信息安全的培训 信息安全技术防火墙技术要求 北京响应式的网站 网站制作公司哪家专业 dur网络安全小组 达内科技 微络营销深 信息安全管理的重要性 个性化营销的作用 学网络营销视频教程 网络安全信息集成商 青岛网络营销 国家信息安全局网站 军用信息安全产品测评中心 广州 网站建设公司 温州制作网站 管理网络安全的部门 武汉网站设计公司排名 病毒性营销推广方案 大数据信息安全法律法规 连网站建设 一个网站首页绑定了一个三级域名 一个顶级域名 有坏处吗 国家信息安全保护测评 网络信息安全泄露,-1 网站名词 个性化营销的作用 唯品会营销策划书 酒店业网络营销特点 linux 网络安全 2017年信息安全大事件 深圳网站设计广州专业网站制作哪家专业 全网营销网 传统营销分析 大连网站建设 网络安全工程师论坛 电子商务与网络营销 淘宝常见营销手段 网站主域名 网站制作公司哪家专业