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
重庆网站托管病毒营销要素是什么国家信息安全小组组长网站办公室东莞网站定制汽车营销策划的案例搜索再营销没有了么网络安全相关高校没有任何漏洞:信息安全实施指南域名注册网站高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦一个奇葩掌门,带领一个微末门派无尘山宗,在瞻洲修仙大陆苦苦挣扎的故事,"三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……当下有些人已经习惯了这种生活,就像现在的陈默,虽然他并不属于这里。陈默穿越到了小说的世界,是一部非常热血的英雄传记类型的小说 这部小说名叫《暗影与曙光》,讲述的是一个被称为“暗夜之王”的男孩的一生,他是这座城市最强势的黑帮头目手下,也杀死过许多罪犯,是一个令人闻风丧胆的刽子手,他的名字则叫做—— 暗影·阿尔法! 原本按照漫画的发展,阿尔法会继续杀戮,直到被人制裁,但因为陈默的介入,这个男人的未来轨迹产生了变化。 阿尔法在几年前被仇人绑架,被迫参加了一次恐怖袭击,从此进入了逃亡状态,最终逃离了那座都市。 这段剧情是这本小说最大的亮点,同时也是主角的悲催之处,阿尔法身上背负着太多秘密,而且随着逃跑路程的增长,阿尔法的秘密会逐渐暴露,甚至最后会引来杀身之祸........主要是青天日月曜神为首的曜神与雷祖天尊普化大弟子张叔夜结下仇缘,后三十六天罡 七十二地煞帮助青天日月曜神一齐将雷祖与雷将一一打退,后齐天大圣大闹天宫,三十六天罡七十二地煞为报齐天大圣旧情,不发兵救援(玉皇大帝),被玉皇大帝关押在龙虎山,后洪太尉奉孙悟空之命放走三十六天罡 七十二地煞,雷部三十六将和雷部大弟子及其左右待者并约一十八散仙私自下凡除去三十六天罡 七十二地煞,后八位散仙一一阵亡,只剩那十名散仙,那八位散仙并告知青天日月曜神七十二地煞三十六天罡被斩,青天日月曜神等一齐大怒并上报玉皇大帝下凡除雷部三十六将,玉皇大帝也大怒道:请勿伤害雷祖三人,只拿回归案,朕自会解决。青天日月曜神等并道:好,遵陛下命令。青天日月曜神等转世为人,青天日月曜神只需了宣和十年将三十六雷将 八位散仙一一诛灭。黑暗深渊异魔暴动,异魔王横空降世,天澜城危。 “叮。经系统检测,天澜城城主发布雇佣任务,剿灭异魔,是否接受?” “接受。”苏格望着那遮天蔽日的异魔,眼神炽热。 “叮。本着客户至上、任务第一的原则,宿主修为将临时提升到帝境,以便完成任务。” “任务完成,将有十分之一临时修为转化为永久修为,可与宿主原修为叠加。” 于是,人们震惊地看到—— 天澜城外,一剑光寒平地起,亿万异魔成飞灰。 一部本地人文的杂说,谈不上什么大作。 星野辉本身是一个平常的中国籍日本高中生,却莫名转学到了中国,与谜一样的可爱妹妹独自生活在Z市,自己身体里也藏有谜一样的事物,面对突如其来的灾难,他站出来为了人类的未来,为了这个宇宙的安宁,星野辉开启了他的无限深空之旅本人心血来潮,想写一部属于关于自己编著的世界。第一次写文,望读者们多多包涵一卷封神榜,一座封神台,为异界带来一个异数,也是一个变数,掀起波澜壮阔的江湖烽烟。五百年必有王者兴,三千载则当圣人现,一万年沧海桑田,阴川之下,造化之工,天照点将,揭开三千年后封神大战的帷幕。龙啸九天,正心泯仇;凤鸣寰宇,修身弘愿。封神榜起,封神台终,登天梯下,上演着血与火的恩怨情仇…… 贫道纯属虚构,如有雷同,你能咋滴?拔刀吧——人生赢家!
东莞网站定制 成都做网络营销 社会化网络营销基础 域名注册网站 网络营销排行榜H5建网站 信息安全竞赛作品赛 免费企业网站创建 山西省网络安全评测中心 优秀的营销策划方案 重庆 网站 建设 存不住钱的前世因果【www.richdady.cn】 如何了解自己的前世今生?咨询【www.richdady.cn】 自闭症的前世因果咨询【www.richdady.cn】 婴灵的化解仪式【www.richdady.cn】 缺心眼的前世记忆【www.richdady.cn】 缺心眼的自我提升咨询【微:qq383550880 】√转ihbwel 儿子抑郁症的咨询技巧咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰有哪些症状?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的共同成长方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的原因有哪些?【www.richdady.cn】√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【σσЗ8З55О88О√转ihbwel 亲子关系的家庭氛围如何营造?【微:qq383550880 】√转ihbwel 内心恐惧胆怯的前世影响咨询【企鹅383550880】√转ihbwel 升迁障碍的解决方法咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋心态【企鹅383550880】√转ihbwel 儿子不读书的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 查财运专业服务【微:qq383550880 】√转ihbwel 祖灵的祭祀方法【www.richdady.cn】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆【www.richdady.cn】√转ihbwel 前世今生的改命方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 没有任何漏洞:信息安全实施指南 自建网站的缺点 信息安全部全称 网络安全idc排名 优质的营销网站建设 国家信息安全小组组长 西安网站优化 注册网站的免费网址是什么 雅虎营销 北京网站维护 2010年网络营销事件 网站要多钱 信息安全防护等级 微博营销成功的原因 全国大学生信息安全竞赛成都 网络安全渗透测试 南昌网站建设公司 建网站空间 通信网络安全合格证 网站的设计流程 山西做网站 网站有后台更新不了 网络安全相关高校 手机做网站 信息安全领导小组 海外营销软件 信息安全领导小组 国家网络安全 物联网 国家实行网络安全等级保护 重庆网站托管 律师网站建设 内容营销的原则 功能性网站制作 唯品会服务营销 商务网站开发 深圳营销型网站 唯品会服务营销 没有任何漏洞:信息安全实施指南 域名注册网站 购买b2c网站 韩雪冬网站 自建网站的缺点 课程商城网站模板 视差网站 杭州集团公司网站制作 信息安全部全称 营销公司邮箱 信息安全防火墙源码 网站用字体 网络安全idc排名 负面营销 做一个营销型网站 网络安全主要威胁 优质的营销网站建设 关键信息基础设施网络安全状况分析报告 信息安全的发展史 行业app营销 国家信息安全小组组长 2017中国信息安全招标 论坛营销的案例分析 网络安全主题日 西安网站优化 网络安全idc排名 画图标网站 社会化网络营销基础 注册网站的免费网址是什么 信息安全竞赛作品赛 自助建设分销商城网站 自制app网站 雅虎营销 视差网站 上海网站定制公司 山西省网络安全评测中心 北京网站维护 免费企业网站创建 网络安全soc o2o网站建设咨询 2010年网络营销事件 制作电商网站 哪个标准用于信息安全 没有任何漏洞:信息安全实施指南 网站要多钱 台州网站设计 搜索再营销没有了么 关于信息安全的文章,-1 信息安全防护等级 网络广告整合营销 功能性网站制作 荔湾区网站设计 微博营销成功的原因 金融 信息安全标准化技术委员会,-1 东莞网站定制 2014信息安全发展趋势,-1 全国大学生信息安全竞赛成都 网站要多钱 海宁网站设计 传统网站和手机网站的区别 衡水网站排名优化公司 品牌网络营销服务 启明星辰 工业网络安全 信息安全竞赛宣传 成都做网络营销 中国 国家安全局 网络安全 事件营销要素 上海网络信息安全协会 网络安全主要威胁 北京网站维护 信息安全等级保护制度是国家 山西做网站 荔湾区网站设计 上海市网络安全局 内容营销的原则 做一个营销型网站 做网站百度 郴州网站建设公司 常州网站制作公司 功能性网站制作 品牌网络营销服务 杭州做网站套餐 绵阳房产网站建设 上海网站定制公司 网站显示百度地图 关于网络营销的调查 南昌哪里有网站建设 在线营销 信息安全的发展史 做网站百度 企业网络安全策略遵循 免费企业网站创建 网站有后台更新不了 海尔营销论文 上海网站建设网络公司 公安系统网络信息安全,-1 画图标网站 计算机信息安全保护等级