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
网络安全投诉中心企业网站建设咨询厦门某某公司网站信息安全包括哪些安全网络信息安全教学实验平台企业营销学手机网站设计咨询北京做网站建网购网站构建网络安全新生态信息安全等同于网络安全,-12656年———一个科技的时代 在这一年,人类文明已高度发达,逐渐转移家园,在宇宙之中寻找居住地。 而在这样的时代,人类却已忘记了孕育他的地球。高尖端人才们却抛弃了她,只留下一些“低级人类”们在这“低级星球”上自生自灭。人们也不得不将地球重新分洲,分别是:东洲、西洲、南州、北洲。其中,西洲与东洲因为没有留下任何技术导制文化崩溃,退回到2025年左右的经济。南州和北洲因为技术保存较好而存在于2200年左右的经济。 但是令那些资本家没想到的是,在这落后族群:地球上,会因为一次浩劫而改变他们的看法...... 我是老中医,专治各种吹牛逼! 我武道超神,吊打一切不服气! 秦飞偶得神秘传承,拥有神眼,从此医术通天,武道超神,且看他逆天崛起,笑傲人生。山寨,是一门艺术,尤其是重生之后。 赵子川带着十三年年的山寨经验,重活了……放眼望去,遍地是黄金。 从潮牌开始缔造。 他赞助女足,女足奥运夺冠。 他签下15岁的大姚,18岁,大姚就在NBA篮下称霸! 他拉低钩子价格,引来ad围剿,却淡淡一笑,“你们以为,我在做潮牌,实际上,我在投资这个时代。” “西兰,是神话。” “我也是。”有没有想过三国时代最根源是从哪里来? 天下大势? 合久必分? 有没有想过是汉末第一导演袁绍谋篇布局了非常精妙的189年东汉皇权大崩塌...一场灭门之祸,叶延重生异世大陆,身怀仙界古玉,执掌小世界。 这一世,我叶延定要掌控天下,成为那神界之主。 一人一剑,傲视苍穹! 前世为圣尊女帝的专属炉鼎,现世却轮回转世成为了一个废柴?本想度过一个摆烂人生的顾深,却因为一次骗婚,改变了自己的人生!从此走上人生巅峰,受到万人拥戴追捧。。。 “才怪!她们都想霸占我的身体!都想抓我去做炉鼎!” 顾深缩在墙角瑟瑟发抖,看着一旁对自己虎视眈眈的美女们,发誓绝对要变强!要有实力!才能化被动为主动。。。苍生之下皆是一遍苦难,而人的心却要比妖魔还要恐怖上几分。这乱世之中所存在的一切究竟是对是错?在经历了种种磨难的他意识到,妖何尝是妖,人又何尝是人?方有心怀正道,那才是对于苍生的救赎。一名少年偶得一把断刀,孤身一人历经结识好友,共同成长,寻找自己的过去,历经磨难,最终能否封神?天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!生于乡村,与贫穷抗争;参加高考,进大企业建功立业;下海经商,在改革大潮中砥砺前行,创建自己的一片天地。
青岛网站建设青岛新思维· 网站营销公司 相应式网站 北京做网站 网络安全监控 书 营销型网站试运营调忧 手机网站设计咨询 信息安全产品强制认证目录 淘宝营销知识 广州广告网络营销公司 前世缘份的前世记忆【www.richdady.cn】 儿子抑郁症的症状与诊断咨询【www.richdady.cn】 长期失业对个人的影响【www.richdady.cn】 心慌胸闷头晕【www.richdady.cn】 财运不佳的自我提升咨询【www.richdady.cn】 升迁障碍的原因分析【微:qq383550880 】√转ihbwel 儿子抑郁症的家庭支持【微:qq383550880 】√转ihbwel 存不住钱的财务规划咨询【σσЗ8З55О88О√转ihbwel 与老公前世的影响分析咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的表现及原因咨询【www.richdady.cn】√转ihbwel 脑部不清晰的前世因果咨询【σσЗ8З55О88О√转ihbwel 家宅磁场威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何判断自己是否被冤亲债主干扰?【企鹅383550880】√转ihbwel 官司咨询【微:qq383550880 】√转ihbwel 暗恋的情感释放咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的解决之道【www.richdady.cn】√转ihbwel 精神不振的自我提升咨询【企鹅383550880】√转ihbwel 与老公前世的识别方法【www.richdady.cn】√转ihbwel 无形干扰的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络安全标记和标签 正合营销 微信营销的成功总结 外贸营销公司抄袭网站 顺德网站 二维码网站制作 全网网站建设优化 拐角型网站 网站建立需要多少钱 网络安全宣传活动 商城网站都有什么功能吗 网络安全等级划分 德州网站优化 建网购网站 饥饿营销的作用 菏泽网站制作 深圳整合营销活动 沈阳做网站有名公司 初级信息安全保障系统 现实生活中有哪些信息安全问题 国家信息安全水平证书 如何用网络营销的方法有哪些方法有哪些特点 青岛找网站建设公司好 拐角型网站 网站建立需要多少钱 网络安全宣传活动 商城网站都有什么功能吗 网络安全等级划分 德州网站优化 建网购网站 关于网页设计的教育网站设计 天猫营销词 微信营销的成功总结 小型网络安全维护方案 大良网站建设价格 顺德网站 中央网信办网络安全协调局 饥饿营销的作用 网站建设 上市公司 番禺网站建设 太原网站建设培训 unix信息安全pdf 网站建设教程 信息安全管理课程 手机网站前 教学营销 菏泽网站制作 服装网络营销案例 网络安全的防范方法 信息安全政策 广东 网络安全 网络安全标记和标签 网站营销策略 中小企业网站建设 不属于网络信息安全特征的是 石家庄哪里有网站推广 国际信息安全资讯 移动营销的优点 好网站页面 正合营销 余弦 网络安全技能表 沈阳做网站有名公司 网站兼容9 手机网站前 微营销真的假的 网络营销宣传方案 商务网站建设公司 微信营销的成功总结 深圳整合营销活动 设计新颖的网站建站 初级信息安全保障系统 工组部 信息安全 正合营销 乌海网站建设 在网络安全体系构成要素中响应指的是什么 外贸营销公司抄袭网站 电商营销网 金融行业网络安全 现实生活中有哪些信息安全问题 网络安全的目标cia 中小企业网站建设 南安网站建设 营销策划咨询 东莞网站建设公司 网络安全性评价 信息安全产品认证 清单 2014 服务器信息安全 国家网络与信息安全信息中心,-1 信息安全课程大纲 企业网络营销策划论文 互联网信息安全两解决方案 网站建设教程 营销型网站试运营调忧 余弦 网络安全技能表 饥饿营销的作用 现实生活中有哪些信息安全问题 商贸网站建设 营销型网站试运营调忧 近几年营销成功的案例 南京网站制作 株洲网站优化 广告营销基础知识 企业营销学 口碑营销的案例分析 网站建立需要多少钱 网站制作公司 深圳 菏泽网站制作 昌平企业网站建设 顺德网站 营销策划技巧 app展示网站 公司营销策划托管 工组部 信息安全 德州网站优化 企业网站建设咨询 kfc 计算机信息安全 2016网络安全市场份额 自助免费网站制作 网站建立需要多少钱 网站建设 上市公司 昌平企业网站建设 1. 信息安全的目标是: 网站兼容9 在网络安全体系构成要素中响应指的是什么 网络安全的监督管理 青岛做网站的公司排名 设计新颖的网站建站 广元做网站 广告营销基础知识 网络安全的监督管理 网络安全监测工具 四川互联网营销公司有哪些内容 第三届山东省大学生信息安全知识大赛 中央网信办网络安全协调局 网站中木马怎么办网络安全七大高校