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
山东网络信息安全协会网络营销优缺点分析青色系网站信息网络安全培训设计2017网络营销大会上海定制网站建设公司哪家好山东网络信息安全协会微博营销百度百科2014信息安全事件,-1上海三零卫士信息安全有限公司北京科技分公司灵兽人程森屮(che四声)十一岁丧母,十三岁遭灭族。程森屮,程猖,程狂兄弟三人幸存。一年后大哥程猖却操纵程森屮杀死小时密友和程猖,心灰意冷的程森屮消失了三个月后在长安佚名“山狼”靠杀人赚钱。两年后,“山狼”声名崛起无意间认识权门高氏二公子和洌氏二公,这时有人叫杀死两人。山狼不从,没曾想那人正是大哥程猖。几经挣扎后,山狼坠于程狂和卫天兰坠落的黑鹰崖。 十年后 顶级杀手——山狼,再次出现在高风舌眼前。 正义也许会迟到,但永远不会缺席。人类科考技术飞速进步,许多超古遗迹慢慢被发掘出来。然而从遗迹中走出的恐怖生物却是迅速的毁灭了现代文明。 楚江生作为边缘守军将领,在打击遗迹生物的行动中误入了神秘的祭祀之地回到了不知年月的上古。 在这片古老之地,人类与异族征战历史长达亿年。 当万族再次来袭,楚江生背负起了人族的命运拔剑战苍穹。 “这一次我要让人族怒火焚灭异族九域!” 在武当山写生的安远意外被雷劈死,来到了一个半死之人的身上……而且是在乞丐窝里面,还差点晚节不保。 他好不容易混出城外,一个身材高挑,眉宇间透露英气都女反贼直接把他按在树干上。 “给我脱!” “大姐,这光天化日的不好吧?还有一见面就……”安远听到这样的话,正在考虑要不要适当反抗。 直到这个女子把剑抽了出来,寒光闪在安远的眼睛中。 安远看了看她手中的剑,咽了咽口水说道:“好说,好说,你能不能先放开我,被你按着脱不了……还有,裤子也要吗?”为了找到仇敌的藏身之所,苍茫道君搜集时空宝塔、时空之匙打开了道梦之门,让全宇宙暂停一息。这一息内他重走修真之路! 前一世,他在华夏世界当官兢兢业业。 这一世,他在苍茫大陆修真轰轰烈烈。 “莫洛,哪怕追到天涯海角,我也必定让你碎尸万段!”身为穿越者,周羽很郁闷。 凭什么别人穿越,一路火花带闪电,牛逼的不行。 他一穿越,修为被废,罚面壁,还是五十年! 凭什么别人的签到系统,不是送仙丹妙药,就是送神器法宝。 他的系统,每天就给个骰子! 想要奖励?自己投! 投到345还行,投到6也确实奖励不错。 可是投到2它给废品,投到1,它降天劫啊! 好坏都是运气! 周羽:“尼玛的!老子要是运气好,能特么被雷劈穿越吗!”天地生君子,君子理天地。:五一黄金周的第一天,少年韩追风、笑江龙和楚无名在一次老君山游玩中,在一个水潭里发现了一个青铜盆。青铜盆记载了宇宙中一个未解之谜,好奇的韩追风决定和两个好朋友踏上宇宙旅程,解开这个终极秘密。 法外狂徒张三在被执行死刑后无意穿越异能异界,在这个世界张三还能做回那个法外狂徒吗?在这个异能世界,张三又该何去何从?本来就只有一个平凡的一生,哪有那么多机遇让你改变自己的命运有少年和尚,喝酒吃肉,醉卧美人膝,由魔入佛…… 有少年道士,一只青驴、一名女鬼相伴,朝着道祖行进…… 有少年儒生,提笔写下传世之作,誓要做天下万灵的夫子…… …… 有人问少年:“你是谁?!” 白衣少年摸了一下腰间钝剑,仰头喝了口酒,咧嘴一笑:“吾名叶天,叶子的叶,天帝的天,来自秦国荒城,是一个天才丹师,更是一个天才修炼者……” 世纪之末, 仙路湮灭,前路断绝,动乱时代,宇宙重开,少年叶天重生于异域,从此踏上仙武大道,悟五行,领阴阳,掌握极致力量。堤岸横空,生灵争渡,不详与诡异肆虐。 少年的背后是血与乱,是生灵的悲歌,少年的探寻的是万灵之希望。彳亍前行,万古寂然,永远在路上。
大专网络营销教材 沈阳做网站哪个好 网站制作 手机 徐州商城网站建设 喜欢 网络安全 长沙商城网站 网络安全渗透测试培训 网络专业的网站建设 成都网络营销哪家好 微博营销是一项系统工程微博营销的操作模式包含以下哪些 心特别累的解决方法咨询【www.richdady.cn】 有官司的法律咨询【www.richdady.cn】 解梦的自我提升咨询【www.richdady.cn】 什么原因意外咨询【www.richdady.cn】 强迫症的案例分享咨询【www.richdady.cn】 去世的母亲的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的症状与诊断咨询【www.richdady.cn】√转ihbwel 耳鸣的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋规划【企鹅383550880】√转ihbwel 强迫症咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的互动模式【www.richdady.cn】√转ihbwel 冤亲债主干扰的真实案例有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世修行咨询【微:qq383550880 】√转ihbwel 前世缘份如何影响今生?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的沟通技巧【www.richdady.cn】√转ihbwel 意外的前世影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 沈阳做网站哪个好 长沙商城网站 品牌型网站 网站建设素材 网络信息安全口令攻击 网站迁移 中国信息安全联盟 网络安全 军民融合 网站类型 网站建设技巧 网络安全配乐 互联网怎么为影楼营销方案 网络信息安全调研报告 网络安全语录 网站制作新技术 信息安全国际标准 具有国家信息安全等级保护测评资质的机构网络安全研究院 南昌网站建设公司渠道 手机网站生成app 长沙商城网站 php信息安全竞赛 网络安全运维流程图 网络信息安全调研报告 信息安全类实验室 专业信息安全服务资质证书,-1 网络安全管理所 2015网络安全广西 网络安全管理所 如何写网站文案 成都公司网站设计 微博营销百度百科 区块链 信息安全论文 网站建设公司运营 国家 网络安全 信息安全 中心 简单的网站 网络营销师 牛掰网络营销资讯 网站制作 手机 整体营销的含义 北京邮电信息安全 网站类型 管理有限公司网站设计 领航网络营销 网络安全仿真系统 网站制作 手机 信息安全峰会是什么 2011 网络安全 事件 信息安全审核员 传统的市场营销 网站迁移 手机网站生成app 网络整合营销推广 2014信息安全事件,-1 服务器信息安全防御案例,-1 优秀企业网站欣赏 2016年信息安全产业,-1 基于h5的个人网站建设 网站注册 利用qq群做营销的缺点 营销型网站典型 网络安全威胁包括 医院信息安全方案 信息安全峰会是什么 微博营销是一项系统工程微博营销的操作模式包含以下哪些 联想网络营销案例分析 旅游网站建站 目前流行的网络安全软件 牛掰网络营销资讯 试述网络营销的劣势 互联网怎么为影楼营销方案 贵阳企业网站设计制作 网络安全 军民融合 网络安全法和等级保护 网站建设素材 上海高端网站设计公司 娄底网站建设 互联网怎么为影楼营销方案 深圳哪里学网络营销 网络营销体系 整体营销的含义 成都公司网站设计 基于h5的个人网站建设 2016中国网络安全大事 网站h1 沈阳网络营销资讯 网络营销的理论知识 网站建设技巧 信息安全互联网公司 中国网络安全级别 如何写网站文案 长沙商城网站 网站建设落地页 专业营销外包公司有哪些 区块链 信息安全论文 网络安全 军民融合 成都网络营销哪家好 邮件列表营销的方式 网络安全管理所 营销 qq 交互式网站设计 深圳 网络安全标示网络安全体系建设方案 简约型网站 自做网站 微网站菜单 微信营销软件代理网战 信息安全安全性评价,-1 网络安全设备 安全威胁 广州品牌设计网站建设 长沙商城网站 营销型网站定制 怎么制作微网站 网站建设 网站建设 营销 qq 营销型网站典型 网络安全设备 安全威胁 网络信息安全口令攻击 免费企业网站模板 网络营销师 建企业网站行业网 e mail营销名词解释 营销经典 网络安全生态峰会 官网 制作企业网站 河南网站制作苏州网站优化 西安成品网站建设 农业网站建设免费创建网站 做网站 深圳 信息安全 中心 饥饿营销流程 网络营销服务专家 什么是网络安全扫描 信息安全管理实践报告 南昌网站建设公司渠道