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
网络营销就业怎样电影网络营销推广公司云网站网络营销服务售后公司手机网站设计建企业网站行业网网站seo诊断北京市信息安全关于进一步推进人民法院信息安全等级保护工作的通知,-1电脑建网站深居野林神秘老道,一手培养出七位足矣撼动华夏的绝美女徒弟。今日,又一名最小男徒儿罗峰顺利出山。 罗峰:“我是老逼灯培养出最垃圾的徒弟,没什么本事,就想吃吃软饭,苟且度过这一生。” 师父:“什么,他说他最弱?难道我没有告诉过你们,那小子身怀诡秘?” 师姐:“我好像发现我们的小师弟越来越不对劲儿了,为什么世界各大强者都来跪舔他?” 一位来自于世界黑暗深处的顶级势力后裔之子,出生便被抛弃做弃子,偶遇华夏旧时代战力天花板老疯子和七位倾城倾国的大背景七位师姐,从此掌握七大绝学误入都市豪门,卷动江湖风云,走上自证强者之路。神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)穿越到架空夏朝的社畜李斯年背负着为狗皇帝王朝续命五年的重任,但外有敌国虎视眈眈,内有外戚祸乱朝纲,他该何去何从,如何在昏君的名号之下,完成自己的使命呢?一个顶尖的剑客,为情遭人陷害,武功禁失,力经千难万险,恢复自己的功夫。 一个失了忆的刀客,初入江湖,想找回记忆,可是江湖险恶让想找回失忆的刀客受尽艰辛苦难。 这样奇葩的一刀一剑相遇了,他们会在江湖中刀歌剑舞着自己的故事小道士出世当警察,收魂、灭魄、封神明,几世轮回定天下。 布局不断为世人。 正可谓:时光为盘,魂做子,千年棋局起风云!在梁山好汉被剿灭后,他们的子嗣追随他们再造水泊,同时张叔夜等雷将因为征讨方腊,田虎,王庆等贼寇惨遭折损大半,后再征讨梁山子嗣时,梁山子嗣终于诛灭三十六雷将,十八散仙,为其父辈报仇,后又接受诏安,前往伐辽,最后皆战死沙场  朱慈睿穿越了……   直接成为了明熹宗朱由校的皇太子,而且成为商界巨擎马家的外孙,称霸沿海的郑芝龙的干外甥。   可谓之靠山硬,背景足!   就在朱慈睿准备过上奢华的皇太子的时候,他发现自己绑定了一个无敌作死系统!   从此,朱慈睿必须每天一个小作死,三天一个大作死。   总之,每天都要作死!   否则,他就得死!   从此,朱慈睿走上了无敌作死之旅猎妖,是生活。 可这个世界,并不是非黑即白,还有很多需要妥协的地方。 下凡之路之星云上将 她身世特殊,母亲是外星球公主,父亲是地球出色的宇航员;她天赋异禀,天生喜欢研究杀人不眨眼的武器。 善良的地球人把她秘密寄养在昆仑山,抚育成人。妄想入侵地球的外星人,对她进行勾引、诱惑甚至威胁。 最终她决定必须与这颗养育自己的星球共赴生死。 本故事纯属虚构,如有雷同,纯属意外他是世界杀手榜单《死神榜》排名第一的杀神,也是世界上最顶级的间谍,但却因为一次任务惨遭组织出卖。可是上天给他开了个大玩笑让他重生回了六年前。这一世,他要让那个组织付出代价,也要让今生没有遗憾!
星巴克营销案例ppt青岛做网站 网络安全和web工程师 小米的创新营销之道 东莞营销型网站建设 网站建设品牌推荐 网站架设 线条类网站 海南网站设计 自己创网站 深圳网站维护公司 内心恐惧胆怯的前世影响【www.richdady.cn】 有官司的原因分析咨询【www.richdady.cn】 人际关系不好对工作的影响咨询【www.richdady.cn】 脑部不清晰的原因分析咨询【www.richdady.cn】 无形干扰的环境影响【www.richdady.cn】 3. 情感与心理咨询咨询【企鹅383550880】√转ihbwel 财运不佳咨询【微:qq383550880 】√转ihbwel 家庭关系的相处之道有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的前世记忆咨询【微:qq383550880 】√转ihbwel 失业的前世记忆咨询【σσЗ8З55О88О√转ihbwel 孩子压力大的案例分享咨询【www.richdady.cn】√转ihbwel 儿子不读书的教育建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何了解自己的前世今生?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的教育建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的心理调适咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的自我提升咨询【企鹅383550880】√转ihbwel 投资项目的选择方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的故事如何改变命运?【www.richdady.cn】√转ihbwel 头脑混沌的解决方法咨询【www.richdady.cn】√转ihbwel 网络信息安全风险解决方案 电脑建网站 保定网站制作推广公司北京推一把网络营销 优秀企业网站欣赏 问答营销案例是什么 流量网站制作 新手可以自己建网站吗 网络信息安全 实验室 关于进一步推进人民法院信息安全等级保护工作的通知,-1 2015中央网络安全 自己怎样制作公司网站 html 5+css 3网页设计与网站布局 从新手到高手 广西信息安全 西安交通大学网络安全 小米的创新营销之道 网络信息安全综合实验平台 信息安全 ppt 系统信息安全 安庆网站优化 国内web设计网站 网络安全局头像 网络营销从事工作内容 2015年3月份信息安全 保障信息安全 网络与信息安全学什么 国家网络安全学院最新 网站托管公司 国家网络安全学院最新 花呗营销 网站设计公司深圳 手机网络营销怎么做 海南网站设计 病毒性营销案例视频 国家网络安全学院最新 整合服务营销战略 信息安全人才培养计划 社会化营销关键词 创建微网站 网站简单化 天津网站设计 广西信息安全 网站简单化 网络安全条例 翻墙 迅腾科技-专注网络安全 信息安全等级保护 英文 网站建设落地页 流量网站制作 昆明高端网站建设 自己创网站 病毒性营销案例视频 营销型手机网站 云网站 手机网站生成app 网站架设 信息安全 ppt 目前流行的网络安全软件信息安全服务架构图 网站建设公司运营 上海科技 信息安全,-1 网络营销的推广形式 优秀企业网站欣赏 昆明高端网站建设 网络营销速成班 新手可以自己建网站吗 深圳 信息安全公司 2014年中国计算机网络安全年会 建网站教程 深圳 信息安全公司 深圳网站维护公司 网站设计公司深圳 兰州营销型网站建设 信息安全人才培养计划 建网站教程 上海全网营销方案 信息安全人才培养计划 网络与信息安全学什么 做网站公 上海科技 信息安全,-1 营销型手机网站 营销型集团网站建设 电影网络营销推广公司 网络信息安全 实验室 工控网络安全学院 社会化营销 电脑建网站 网络营销实训课程 接信息安全评测,-1 云网站 信息安全等级保护 英文 制作校园网站 成都网络营销市场 手机网络营销怎么做 校园网信息安全 微网站菜单 公司网站与营销网站 2015年3月份信息安全 天津网站设计 网站seo诊断 网站简单化 免费设计网站 基于h5的个人网站建设 传统营销的价值 网站建设落地页 小米手机网络营销推广 网络营销就业怎样 国内web设计网站 关于建网站新闻 24.网络营销是电子商务的( ). 计算机网络安全实验教程 天津网站设计 网站架设 2010年网络营销大事件 瑞昌网站建设 软营销优缺 信息安全 新闻 网络信息安全综合实验平台 网站多少个关键词 网络营销模式 网络营销速成班 网站怎么申请 网络营销应具备的意识 做网站公 营销案 宣传类网站 小米手机网络营销推广 运营商信息安全产品 网络信息安全风险解决方案 公司营销效果怎么样的 营销案 系统信息安全 郑州网站建设最独特 网络安全主题网站 做网站公 保定网站制作推广公司北京推一把网络营销 营销型手机网站 基于h5的个人网站建设