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
互联网营销广告语网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗网站设计 深圳网站架设培训班营销sms营销哈密网站建设营销型网站设计招聘重庆网络营销价格网络关键设备的网络安全专用产品免费网络营销一位特战队员在任务中摧毁了基因实验室,打破了“犼”的封印。在轮回牌的加持下接受了基因药剂地改造,由仿品昆仑镜送至过去。一步步在都市中积累财富与秘境寻宝中走向修行之路。万兽之祖的体魄融合各种生物的基因异能加上原始的符篆,他还会是平庸之辈吗?   本书纯属虚构,请勿对号入座! 随着月球人的皇室后代纳尔斯逃到地球,刘宣与安晓天的生活发生了改变,刘宣选择接纳尔斯的灵魂,成为了第一个捍卫者成员蓝面人,安晓天也因战斗中受伤而接受了与烈鹰装甲的合体,成为烈鹰侠。纳尔斯告诉了他们关于刹神者的可怕秘密,两人开始紧急组建捍卫者联盟,寻找中国其他几位身怀绝技的英雄,以对抗刹神者的入侵。除了他们两人,还有中国最强狙击手梦魇,双臂力大无穷的神拳,甚至经过千年修炼后的孙悟空,等等。一场决定人类命运的战争,一触即发。 九龙大陆,强者为尊,武道一途,与天争命,且看一朝皇子,凭三尺长剑,如何皇临天下!武道巅峰,谁为皇? 为了心中的一丝执念,阳炎勤修武,争太子,夺皇位,战天下,历生死,证武道,破轮回! 号令天下,莫敢不从!【无系统】【传统玄幻】【权谋争霸】【屠神以正天道】 我从血月之夜杀出,本想安稳度日,并无登天之志。 但奈何, 圣皇说:你活着就是原罪!就地伏诛! 仙人说:你活着就是原罪!请君以死赎罪! 古神说:你活着就是原罪!灭世大劫,因你而起! 既如此,我李不器便只能持刀向前,灭圣皇、斩仙人、屠尽诸天古神,还这世间一个朗朗乾坤!建文末年,燕王入京,即皇帝位,年号永乐。 一个伟大的帝国,就此掀开了一页崭新篇章,即将迎来千古治世。 后世青年不幸魂穿大名鼎鼎的烤肉王爷朱高煦,面对英明神武的永乐大帝朱老四,体弱多病的太子大哥朱高炽,备受宠爱的好圣孙朱瞻基…… 朱高煦本能地选择从心,去做个声色犬马的逍遥王爷。 “什么?监国?老爷子你可不能这么坑人啊……” “大哥,跑起来,这是全套畊宏体操……” “大侄儿啊,玩什么蛐蛐,跟你二叔玩倭寇去……” 世人皆知汉王凶横淫荒、狡黠跋扈,却不知大明王朝已经在汉王爷的驾驶下,逐渐偏离了原本的航向,驶向了一片广阔新天地。 五龙同朝,三龙两蟒,内阁三杨……这是大明,最璀璨的时代! 本书又名:《父皇,坚持住》《大哥,跑起来》《侄儿,不要怂》一柄剑、一首诗、一壶酒、走走停停、无数的决斗,便就是一个江湖…王珂,一个普通的社畜,末世来临之际意外获得超能力,从此在末世混的风生水起,称霸一方。杀戮世界降临,全球百亿人随机被投放到未知角落。 赵东发现,这是他看过的一本小说世界? 随后悲催发现,自己是小说里的反派。 “我确实想有钱,可这是杀戮世界,再多钱也没用啊!” 不过,他很快发现,知道剧情的滋味真不错。 “我反手就是开局掠夺机缘。” 于是乎,小说主角怒吼:这本来是我的机缘啊! 女主角:“赵东大神对我真好,又厉害,我以前误会他了,他是真心喜欢我的。” 众求生者:“赵东大神求抱大腿。” 于是乎,别人在杀戮世界挣扎求生,赵东却发现这里的小日子也不错。 “别看这样,可我喜欢他哦,问为什么的话,因为他是我的英雄呀。” “能和他在一起的话,就算世界崩坏又能怎样?” “好了,开始今天异灵部的活动吧!” “额。。学姐,我想问一下,这个异灵现象研究部是进行什么社团啊?” “是超★异灵现象研究部!” “呃呃,好的。” “吭,异灵部呢,是以进行一项伟大而神圣的活动为目的,探索过去与未来无限的奥秘,找到现实与幻想之中的交点……” “比如说” “拯救世界?” “不,比拯救世界更重要!” “哈——”本书是有由我的亲身经历改编。记录我的中学生活中的喜遇和遗憾……
深圳网站开发 乐清网站推广公司 网络安全数据报告 网络信息安全合格证信息安全云端攻击 借势营销案例范文 宝鸡网站建设 营销研究 科技部 网络安全 美国网络安全框架 pdf 网站制作字体 家庭关系的和谐之道咨询【www.richdady.cn】 无形干扰的前世记忆咨询【www.richdady.cn】 冤亲债主的干扰与解脱【www.richdady.cn】 自闭症的症状与诊断咨询【www.richdady.cn】 如何克服升迁障碍?咨询【www.richdady.cn】 如何超度婴灵?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰案例咨询【企鹅383550880】√转ihbwel 前世缘份对现世的影响咨询【σσЗ8З55О88О√转ihbwel 老公家暴的应对方法咨询【微:qq383550880 】√转ihbwel 家庭关系的和谐之道咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 佛教视角下的前世今生威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职业规划如何制定?咨询【企鹅383550880】√转ihbwel 无形干扰的前世故事【σσЗ8З55О88О√转ihbwel 缺心眼的案例分享【www.richdady.cn】√转ihbwel 前世缘份的咨询技巧【企鹅383550880】√转ihbwel 前世缘份的前世记忆【微:qq383550880 】√转ihbwel 什么原因意外的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的解决方法咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的原因分析【σσЗ8З55О88О√转ihbwel 网络安全培训 房产网站建设 信息安全是程序员吗 宜昌网站制作 信息安全个人简历 自助外贸网站制作 网站维护收费 网络营销百度达内吧 站长工具网站关键词库的词不是自己提交的么?为什么会不断减少 实战营销 建行个人电子营销平台 网络社区营销名词解释 网站建设空间 网络安全数据报告 首例网络安全法 信息安全理论技术与应用基础 网络安全品牌 培训班营销sms营销 全球网络安全大事记 网络安全法举报网站 如何给网站添加音乐 互联网营销工具有哪些 网络安全监测 深圳h5网站公司 电子商务网站seo 商贸行业网站建设公司 网络安全专科 营销研究 怀化网站建设 信息安全理论技术与应用基础 美国网络安全框架 pdf 免费网络营销 信息安全取证,-1 电子商务网站seo 做网站公 网络营销百度达内吧 第二届360杯全国大学生信息安全技术大赛,-1 工业网络安全防护网关 工业网络安全防护网关 石家庄网站制作找谁 天津建网站 深圳 网站制作 营销型网站设计招聘 房产网站建设 深圳品牌模板网站建设 百分百短信营销系统衡水做网站推广的公司 建个简单网站 网络关键设备的网络安全专用产品 网站顾客评价 如何给网站添加音乐 服务是软营销 网络营销的奥秘pdf 网络营销百度达内吧 什么是企业信息安全,-1 网站维护收费 站长工具网站关键词库的词不是自己提交的么?为什么会不断减少 中山大学 网络安全 中企动力制作的网站后台 网络营销书提纲 2016年信息安全威胁 建站视频教程全套 asp网站源码网页制作设计建设视频教程百度云 营销型网站平台 网络安全品牌 信息安全是程序员吗 柳州建网站 重庆网络营销价格 网站网页设计公司 网站营销网 网络社区营销名词解释 微网站首页 微网站首页 建个简单网站 公司信息安全方法 乐清网站推广公司 重庆企业网站建站 实战营销 乐清网站优化推广 网络安全新闻’ 信息安全个人简历 甘南网站建设 首例网络安全法 网络营销的基础与实践报告 一站式网络营销平台 宜昌网站制作 网站制作字体 cigital公司网络安全 免费手机个人网站 为加强信息安全管理windows系统的采用安全措施有哪些 哈密网站建设 个人网络安全的重要性 php网站开发流程 互联网营销广告语 培训班营销sms营销 网络营销评价的途径 网络营销人 贵阳优化网站建设 网络关键设备的网络安全专用产品 营销型网站建设页面 互联网营销广告语 网络安全应急处理流程图sem整合营销公司 营销 网络安全法举报网站 建站视频教程全套 asp网站源码网页制作设计建设视频教程百度云 信息安全 ssl 信息安全个人简历 如何给网站添加音乐 新手可以自己建网站吗 免费网络营销 响应式网站开发 营销策划平台 网站价钱 武汉网站设计 网络安全 蜜罐 网站术语 美国网络安全框架 pdf 深圳网站开发 网络营销书提纲 网络营销评价的途径 办公室 信息安全工作职责 信息安全实训,-1 永久免费建站网站 如何自己建网站 php网站开发流程 2014 信息安全会议 移动信息网络安全汇报信息安全技能 设计网站酷 浙江省网络安全专家 网络安全和软件开发 大连营销外包公司有哪些 企业网站的意义 网络营销软文案例 网络安全品牌 建行个人电子营销平台 新手营销站 信息安全取证,-1 网站网页设计公司