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
如何与网站管理员联系企业网站模版杭州 平台 公司 网站建设网站费用关于网络安全的文献免费网站是信息安全等级分为几级成都 企业网站建设公司销售与营销信息安全认证中心混沌初开,孕分时空; 天地恒之,乃成世界。 三千小为中,三千中为大; 三千大世界,方得一宇宙; 宇宙无垠,混沌之始。 …… 天书录仙魔,地书鉴人妖; 无量诸世法,乾坤万物宝。 ...... 凡人问仙,谱写天地观前提醒:本书是一本更新很快的末世群像小说。 轩曜大陆,一个鼎盛帝国的覆灭。 魁霜帝国,一个废柴皇子的成长。 一切的一切就如同混乱一般,但一切都会有最终的归宿。 忆当年桃花开处,春泉汩汩, 恰告了相思回避,寒冰桁桁。 人们都说寒弑必须与天青相会才能 救人类于魔神之手 那么舜七溯呢?一次探险,两个好兄弟,同时穿越至大唐天宝年间,一个成了最有权利的太监,一个成了最有作为的皇帝,历经安史之乱,惩后宫,除阎党;运用现代技术,打回纥,平南诏,收吐蕃,威震天下!同时作品也歌颂了动乱局势下,那些为国泰民安牺牲的大人物与小平民。男主一家是代代相传的除妖世家,更有神仙,阎王给的金字牌坊,自唐代以来,出了不少斩妖除魔的天才,但是到了21世纪,妖怪基本上斩的差不多了,委托越来越少,天庭地府不断裁员,家族越来越衰落破败,到了男主这一代,只剩下爸爸和他一起,家里更是穷的揭不开锅,这时,好不容易收集齐山海经,却被无名小妖偷走,圣上大怒,委托男主和其他除妖师找回遗失的山海经……简介无力,还是看正文吧 邓晨一次意外碰见了星外文明的基地,在生死间获得两件神器,并获得看衍生出的系统。 被盯上了的蓝星,神秘的蜘蛛图案和科技之门,究竟还有什么在窥视着蓝星呢 无双,南云洲文湖国二皇子,天赋绝世,却因一场突然的变故,卷入纷纷尘世…一睁眼竟然来到另一个时代。 这是哪,我是谁,这人是谁云逍死后魂飞天际时震撼发现:他生活了十六年的浩瀚人间,形状竟像一座坟墓!坟下一尊太古铜棺,大如沧溟,魔气滔天,一座座陆地都是棺上一抔抔黄土,万万亿活人竟在坟土中繁衍生息!巨棺内一具仙尸,其眼如地府,口若黄泉,头发似苍龙,身体像百万山脉。不知何方仙神,万古长眠于此! 少年冤魂不灭,遁入仙尸还魂重生,以世界天柱为剑,以浮生大陆为符,一人一棺杀穿仙路,通天证道! 一个出生在西北的少年,平凡的家庭,平凡的父母,少年因年少的冲动,惹下了大祸,他从西北辗转来到了东北,开始了新生活,从那一年开始,他在也没有见过自己的父母,多年以后,他也到了父母那个年纪,他自己的孩子也到了曾经他离开家乡的年纪了,一样的青春叛逆叛逆,他每每回忆起过去,思念着老父老母 不仅黯然。长临渊黑暗中总有一双眼睛盯着你 阴谋算计?在绝对的实力面前全是狗屁! 修炼瓶颈?在无敌天资面前就是笑话。
网站的排名和什么因素有关系 网络营销与马云 信息安全工程师cisp认证 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 网络安全预警防御技术 手机网络营销普遍问题 网络营销网上营销 个人网站注册 公安局网络安全解决方案 如皋网站制作 灵魂化解的重要性咨询【www.richdady.cn】 前世老公的前世案例【www.richdady.cn】 财运不佳的财富规划咨询【www.richdady.cn】 发育倒退的自我提升【www.richdady.cn】 孩子压力大的咨询技巧咨询【www.richdady.cn】 无形干扰的前世因果咨询【微:qq383550880 】√转ihbwel 什么原因意外的前世因果咨询【www.richdady.cn】√转ihbwel 头脑混沌的咨询技巧【微:qq383550880 】√转ihbwel 大龄剩女的婚恋困惑威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回转世【www.richdady.cn】√转ihbwel 儿子不读书的解决方法【企鹅383550880】√转ihbwel 大龄剩女的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的心理调适【微:qq383550880 】√转ihbwel 与男友前世的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的化解仪式咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的解决方法咨询【σσЗ8З55О88О√转ihbwel 外灵的种类咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的原因分析咨询【企鹅383550880】√转ihbwel 儿子不读书的原因分析咨询【企鹅383550880】√转ihbwel 前世老婆的识别方法咨询【σσЗ8З55О88О√转ihbwel 南京网络安全厂商 网站怎么弄 网站设计分享 石家庄公司网站建设 海南网站设计 网站的排名和什么因素有关系 信息安全管理政策西安公司网站建设 网站策划方案 保障网络安全 上海网络安全 西安网站建设平台 网警提示信息安全 6.2信息安全 佛山微信营销 网络安全培训策划 电商网站开发 大数据平台信息安全 网络安全协议分析 信息安全工程师cisp认证 深圳企业网站开发 信息安全哈工大威海 网站建设指导 中美 网络信息安全 网络安全法 电信诈骗 360杯全国大学生信息安全技术大赛 网络安全攻击手段 国家网络安全小组 西安网站建设平台 别人不相信网络营销 网络安全广告文案案例 郑州网站建设电话 个人网站注册 营销九连环 网站的排名和什么因素有关系 中国信息安全管理研究 保障网络安全 石家庄公司网站建设 怎么建个人网站: 中国信息安全大赛 营销的定位 无线网络安全密码怎么设置 河南省网络安全办公室 禅城区做网站策划 网站的排名和什么因素有关系 系统的网络安全 网络整合营销谁提出的 国家网络安全博览会 网络营销中广告的策略有哪些 南昌网站推广 信息安全名词 网站建设公司上海 当前php环境关闭了文件上传功能网站将无法上传图片和文件 移动网络营销优缺点 网络营销之微信 网络安全 展览馆 2017 信息安全等级分为几级 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 网络信息安全事件分级 杭州网站建设设计 温州手机网站建设 网络信息安全事件分级 网站建设公司上海 商城网站建站程序 西安网站建设平台 中美 网络信息安全 网络游戏中营销植入 上海企业网站建设 360杯全国大学生信息安全技术大赛 一流的成都 网站建设 网络安全信息安全 网络营销实验教程 关于网络安全的文献 网络营销计划 营销九连环 以网络安全类命题 网站制作公司哪个好 佛山微信营销 大数据平台信息安全 信息安全 工作 交流,-1 上海企业网站建设 信息安全等级保护四级 网络营销设计方案大良营销网站建设好么 杭州 平台 公司 网站建设 泰安网站建设公司 网站策划方案 衡水移动端网站建设 网络信息安全学什么,-1 百度不收录网站吗 海南网站设计 太原seo网站建设 怎么建个人网站: 杭州网站建设设计 深圳网站维护公司 网络安全 的段子 信息安全 广西免费网站制作 大连公共信息网络安全监察局 石家庄公司网站建设 网站app开发 整合营销公司 网站的层级 中国信息安全管理研究 泰安网站建设公司 百度搜索营销 什么是营销策略组合 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 手机网络营销普遍问题 国家网络安全小组 网站建设指导 网络安全新闻信息 无线网络安全密码怎么设置 网站app开发 信息安全工程师cisp认证 温州手机网站建设 网络安全方面的证书 信息安全师考试科目 昆明企业网站建设公司 列举5个网络安全威胁 南昌网站推广 网络安全协议分析 6.2信息安全 2017信息安全认证 网络安全防护工具 中美 网络信息安全 最新信息安全技术 中国网络安全监控的问题 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 廊坊设计网站公司 危害网络安全次数 一流的成都 网站建设 南京网络安全厂商 企业网站建设目的 广西免费网站制作 网络营销发展课 重庆网站建设 优化