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
xx有限责任公司网络安全解决案例佛山建网站河西做网站全网网站建设优化网络安全案例设计公司信息安全建议网络安全 防火墙学建网站北京网站开发服务哈尔滨网站制作公司武侠小说已经衰弱,并且还在一直衰弱下去,这是一个事实。 我喜欢武侠小说,可是现在的武侠文说真的,已经没什么好写的了。 提起“武侠”两个字,每个人都可以想到诸如“门派”、“功法”、“内力”、“招式”或者“宝藏秘籍”,“家国情仇”等等的东西了,说实话,作为武侠文作者,我自己都觉得太过乏味旧气了。 所以或许我还能写出一点,哪怕只有一点点,起码让我自己还能觉得不太乏味的东西。 我不知道我到底能不能写出这样的故事,但是可以肯定,本文一定不会暴爽,更不会爆火,(哈哈……)但是我还是尽量想让自己写出一点有趣又不至太老套的故事,所以如果你对武侠文还有兴趣,也许你可以进来,帮我搞点点击量……嘿嘿…… 一个重生到异世的帅哥,没有老爷爷,没有系统,本以为只能靠出卖色相吃吃软饭。 却没想到他的宠兽都有外挂,一个比一个猛。让他只能享受被带飞的故事。籃陌的力作《向世界说你好》.生活本该就是美好的存在.为了生活我们奔波在大街小巷.加班熬夜拿薪水.每个人都觉得上天不公.为什么别人能光彩照人.而我们却默默无闻.原因只有一个.那就是我们的努力远远不够.看似风光无比的的成功人士.你永远不知道他洒下多少汗水来证明自己的选择没有错.心中的苦.永不言弃的精神才是我们应该学习的.每个人都有自己的梦想.也许我们为了生活曾放弃过自己的梦想.我们也曾迷失方向.感到彷徨.忘记了最初的梦想,生活教会了我们这么多.让我们每天一起学习.一起成长.我们应该知道感恩.他就像我们的亲人一样.陪伴我们走完此生!这是一个奇妙的世界,尖端科技已经超越现代水平,而文明发展却还停留在1000年前。在这个世界最强大的帝国中,有一个放荡不羁的青年,在被人击败后偶然得到一本神功,成为城中至霸,却又突然失去全部功法,沦为废人。在神秘高人的帮助下,他重回巅峰,和同伴们一同探索这个大而又神秘的世界,同时,他们也逐渐揭开,这其中蕴藏的秘密……以网游题材为背景,充分演绎游戏体验中的快感跟全新的故事情节,带你体验不一样的游戏人生清末民初是个动荡不安的年代,同样也是英雄辈出的年代。李氏家族由无到有,由兴盛再到衰落,时间鉴证了这一切。他们不屈不挠,拼搏奋斗的精神,将永远激励我们不断前行。威武华夏!一剑封神,一剑开天!公司老总魏之善意外身亡,死者妻子九菲,在市公安局刑侦科科长杨军等人的帮助下,展开一场对死亡之因的调查。其间不仅是正义与邪恶的较量,智慧与计谋的比拼……周辰穿越平行时空成为落魄歌手,机缘巧合获得《烈日灼心》中反派老大的试镜,觉醒影帝系统。 “叮!恭喜宿主,获得反派专业户天赋!当你饰演反派时,获得一千倍演技加成!” “叮!无论宿主饰演何种角色,在影视作品首映之后,宿主都能够抽取该角色身上的某种能力!” 获得影帝系统,周辰强势崛起。 他是《烈日灼心》中,平静淡漠,令人胆寒的反派老大! 他是《大人物》中,肆意妄为,到处买单的赵公子! 他是《电锯惊魂》中,精通机关,考验人性的竖锯! 他是《汉尼拔》中,沉默冷静,渗透癫狂的医生!大道世界,天道法则之力,因为大道法则录这本功法的出现,导致许若尘被寒灵宗追杀,在他们打斗的过程中,许若尘决定把大道法则录丢下悬崖,最后选择与寒灵宗同归于尽。
邢台网站设计厂家 湖北信息安全测评中心 重庆市网络安全 网络信息安全联盟 营销推广电子商务网站 搭建网站 网页 哈尔滨网站制作公司 全网网站建设优化 全网网站建设优化 系统安全和信息安全 自闭症的家庭支持咨询【www.richdady.cn】 无形干扰的环境影响【www.richdady.cn】 冤亲债主的干扰原因咨询【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 与男友前世的因果关系【www.richdady.cn】 感情纠纷的情感和解方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 外灵干扰的前世因果【企鹅383550880】√转ihbwel 老公家暴的法律咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的环境影响咨询【www.richdady.cn】√转ihbwel 公司破产的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的前世因果咨询【σσЗ8З55О88О√转ihbwel 耳鸣的前世因果【微:qq383550880 】√转ihbwel 与女友前世的故事分析【企鹅383550880】√转ihbwel 头脑混沌的原因及对策咨询【微:qq383550880 】√转ihbwel 什么原因意外的前世故事【企鹅383550880】√转ihbwel 与公婆前世的前世修行【www.richdady.cn】√转ihbwel 官司的预防措施咨询【企鹅383550880】√转ihbwel 儿子不读书的心理调适【www.richdady.cn】√转ihbwel 前世老婆的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 佛山微信网站建设 网络安全法 信息中心 安检门 公安部第三研究所安全防范与信息安全产品 给会所做网站 深圳自适应网站设计 济南网络营销 全网网站建设优化 网络安全等级划分 网络营销秀怎么认证 网络信息安全现状,-1 展示型网站建设流程 广东省信息安全测评中心待遇网络安全专刊征文活动 上海品质网站建设 黄骅做网站 19网站建设 佛山建网站 网络安全案例设计 学建网站 网络安全产品及服务 软文营销的作用及优势 湖北信息安全测评中心 巴中网站制作公司 上海品质网站建设 小米的营销案例分析 电商营销服务 从重大事件看网络安全形势 答案 sdlc 信息安全 重庆市网络安全 德州网站优化 品牌整合营销 王者荣耀 济南网站制作厂家 杭州网站建设公司 网站兼容9 长春建设平台网站的公司 网络安全报道 巴中网站制作公司 银行信息安全案列,-1 信息安全服务收费 电子商务网站建设的概要设计 网络营销与消费者心理 在网络安全体系构成要素中响应指的是什么 城市分站网站设计 xx有限责任公司网络安全解决案例 删除网络安全密钥 网络安全学院开工 什么叫网站优化 信息安全备案证书 重庆南昌网站建设 互联网营销的主要优势 直播 网络安全 信息安全 logo 网络安全与信息活动方案 重庆市网络安全 网络营销产品类型 国际信息安全资讯 工控网络安全是什么公司网站 开源 上海建网站的公司 系统安全和信息安全 顺德网站制作案例价位 搭建网站 网页 四川网站设计 济南网络营销 智能社交营销平台 城阳网站建设整合营销方案 被黑的网站 网络信息安全现状,-1 3g网站设计 互联网营销的主要优势 19网站建设 企业网站建设公司 公司网站的开发和网版的重要性 微信网站开发 文玩营销模式 杭州网站设计渠道 信息安全工程研究中心有限公司,-1 服务器信息安全 城阳网站建设整合营销方案 手机网站设计咨询 格力公司网络营销定位 网站兼容9 网络安全报道 网站酷站 建网站需要什么 安检门 公安部第三研究所安全防范与信息安全产品 佛山建网站 网络安全事件应急流程图 为什么品牌网络营销 网络安全 教育 网络安全的目标cia 病毒营销的提出 建网购网站 公司网站的开发和网版的重要性 2008网络安全事件 网站站内优化 b2c网站建设 广州 4p营销组合战略指的是 我国信息安全论文 四川网站设计 网络安全编程 酷炫给公司网站欣赏 信息安全周报 网络营销的方法 网络安全等级划分 sdlc 信息安全 投资网站建设 南京网站优化公司 4p营销组合战略指的是 佛山网站优化 site.pan.baidu.com 百度推广营销方案 信息安全竞赛策划书 互联网周刊 网络安全 信息安全保护机制 工业信息安全技术 广州微营销 网络安全法 信息中心 我们网络安全等级保护级别 企业微博营销案 给会所做网站 个人网站设计欣赏 3g网站设计 济南网络营销 云网站功能网络安全攻击的方法 网络信息安全联盟 网络安全等级划分 潍坊网站建设公司电话 德州网站优化 网络信息安全现状,-1 学建网站 电商营销服务 广东省信息安全测评中心待遇网络安全专刊征文活动 网络营销的方法 工业信息安全技术 黄骅做网站 网站建设服务费标准 公司信息安全建议