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
如何网络营销营销策略价格策略江苏信息安全网php网站建设公司响应式网站建设咨询亚马逊网站营销策略网络安全预警方案徐州建网站网络营销168招 淘宝营销小知识信息安全宣传作品,-1一个奇怪的梦,不同的神奇经历,在梦中冒险,体验不同的人生百态。当李谷来到第一个梦境中偶然获得了煞,李谷在拥有了煞后会进行怎样的冒险。小说主要描写了在远古神州,一个名叫约坍的少年跟随族人向东进入神州西部,在一次奇异经历后心灵觉醒,从此与周围的世界格格不入,在别人的误解与嘲笑中,他痛苦且挣扎,却不知道自己已经成为上天最宠爱的人。就在他对周围的人越来越失望之际,与一位灵界女人的遇见,开启了他新的人生,原来当时的地球上还生存着这样一批灵界生物,原来人类体内也蕴藏着非凡的力量。神奇世界的神秘面纱正慢慢向他敞开,他也走上了成为最强者之路。这个世界从来都不缺少战争,从来都需要经过严峻考验的强者。一个现代人到了古代会做什么。 裴尘对自己说: 如果这一切都是梦,梦醒时自然烟消云散。 如果这一切不是梦,那我要做的就是,好好活着,也让我身边的人,好好活着。 大周王朝,内忧外患,民不聊生,在这样的环境下,自己不愿随波逐流,想要改变。 事情要么不做,要么就做到极致。 纺织、制弩、黑火药、香皂、制盐、炼钢…… 一步一步的布局,一点一点的强大。 也有对喜欢人儿的心动、感动、冲动,以及对传说中武功的向往。 不知过了多少年,换了多少身份,每此醒来都会变成了婴儿,神魂封存记忆,一代神者,又从新开启一生,待28岁生日那年,记忆开启,逆天强者强势回归,其家族富可敌国,协助国家抵御外敌,不料家族出现变故,这一世,被家族族长安排在了偏远山区的一户人家,看顶级神尊如何纵横天下。这是发生在,许多年以后的地球上的故事。 建文四年,朱棣拖家带口举兵造反,攻进应天府时,最疼爱的太孙朱瞻基却离奇失踪。 朱棣大怒,认为是建文乱臣所为,遂屠杀一万四千余建文乱臣及家眷,流放三万余靖难遗孤,以表对太孙疼惜之意。 …… 十一年后,一少年乱了朱棣心智,朱棣时常化作普通老头,与他一起打猎。 “老爷子,我真不是你孙子,我是从死人堆里爬出来的,没有亲人。” 朱棣听着朱辰的独白,禁不住就落泪了。 “谁说你没亲人,我现在告诉你,你爷爷是永乐大帝朱棣,你是大明皇嫡长孙。” 朱辰:“老爷子,您别骗我了。” 朱棣道:“不信也罢,我欠你一个盛大的复辟仪式。” 次日,应天府白日宵禁,万人空巷,十万大明铁骑进城,为首一人,正是那身穿铠甲,龙虎精神的老爷子! 爷孙俩隔空对望一眼,朱棣一笑。 十万大明铁骑下马,恭敬跪地大吼:“恭迎大明皇嫡长孙回朝!” 来自数百年后的特种兵王,穿越成为和自己名字同音的晚明皇帝天启身上。 狙建奴,收日韩,木匠皇帝?不,工匠皇帝!大国工业自明而始! 铁血皇明,平推世界!一代逍遥剑仙,因行事风格而同时被天界,佛界两位主宰设下绝杀陷阱。千年之后,恰逢机遇来到阿拉德大陆,且看他如何重登巅峰!将陷害他的人一一偿还!加班回家的途中被未知力量送到很久以前,失去所有感情、目睹修真、科技等世界的兴衰,在法则下却无力改变任何事,也许你曾经见到过我,但,我只是一个旁观者,一个过客而已。。。这本书是讲述一个僵尸,向往一个正常人的生活,然后搞出各种离奇古怪,匪夷所思的事情。 殷商时期,纣王被女娲赐予不死之身,为惩罚纣王的残暴,惩罚他无法在阳光下生活,史上第一个僵尸出现,成为了僵尸之祖……,三千多年来,他一直寻求如何正常的活着,又或者是如何能舒服的死去,可是…… 现代,一个特殊部门的特工、一个佛道双修的修士、一个胆儿挺肥的小妞,组成了三角组合,大战僵尸之祖! 曾经,这片土地出现过的史前文明、上古科技、传说中的修士大能、都被一一掀开那神秘的面具!!! 《禁地》,只有你想不到的惊讶!
美国 网络安全 设计网站多少费用多少 商业信息安全 网络安全隔离 广州网络安全平台登录 杭州网站建设开发 杜蕾斯微博营销论文 网络安全以后去什么单位上班? 网络市场营销策略分析报告 怎么攻击网站 迟缓儿的前世因果咨询【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 与男友前世的影响分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的自我提升【www.richdady.cn】√转ihbwel 内心恐惧胆怯的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的真实案例有哪些?咨询【微:qq383550880 】√转ihbwel 亲子关系的家庭氛围咨询【企鹅383550880】√转ihbwel 事业不顺的案例分享咨询【σσЗ8З55О88О√转ihbwel 事业不顺的前世因果咨询【企鹅383550880】√转ihbwel 化解祖灵的仪式流程咨询【www.richdady.cn】√转ihbwel 商业决策的心理学支持【σσЗ8З55О88О√转ihbwel 与男友前世的识别方法咨询【www.richdady.cn】√转ihbwel 公司破产的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 服务类做网络营销 网站公告滚动显示怎么编写在jsp页面中使上下连接循环滚动 温州建网站 网络安全防护设备 黑客技术与网络安全 徐州建网站 信息安全等级保护 步骤 微信营销最新资讯 网站被收录 潍坊网站建设 无锡微信手机网站制作 设计网站多少费用多少 沈阳做网站价格 微信营销的效果 验证码与信息安全 网络营销成本低的原因 免费网络营销课程 南宁市网站建设哪家好 关于网络安全基础知识 网络营销的最新特点 网络营销信息传递原则 网络安全 数据泄露 企业网络安全概述 有关网络安全的内容p2p网站制作 网络安全专家条件 信息安全等级策略,-1 哈尔滨做平台网站平台公司 广州网络安全平台登录 沈阳做网站价格 微信营销的效果 服务类做网络营销 网络安全=信息安全 关于网络营销的总结 上海集团网站制作 网络安全类网站 怎么攻击网站 软文营销策划书 沈阳做网站公司 信息安全指标 小区社群微信营销 中央网络安全小组t图片 网络营销的最新特点 美国网络安全信息共享 信息安全与保护 网络营销与物流 最新网络安全大会网络安全保险怎么买 江西网络安全 微信高端网站建设 澳洲网络安全挑战赛 中国信息安全等级网 大良网站建设基本流程 国家网络安全管理办法 网站怎么关闭 网络安全防护设备 网络市场营销策略分析报告 微信营销软件 封号吗 网络营销信息传递原则 绥化网站建设 温州建网站 网站版面设计 网络营销的最新特点 网络营销环境包括哪些内容 美国 网络安全 网络安全在公司干什么 网络安全动态分析 如何创建个人网站 黑客技术与网络安全 节目营销 网络安全隔离 网络营销信息传递原则 成都搜索引擎营销公司 b2c网站建设 鹤岗做网站 香奈儿的营销 徐州建网站 信息安全的分类 网站优化过度的表现 大良网站建设基本流程 转换营销 营销小知识 网络营销培训资料 上海著名营销公司 信息安全等级保护 步骤 信息安全工作总体方针和安全策略,-1 支付营销 自动发货 北京云主机网站源码 phpcms_v9_utf8 杭州网站建设开发 服务类做网络营销 中企动力网站网络安全实验室答案 论述我国信息安全管理现状 可信网络安全平台 禁用多网卡 美国 网络安全 香奈儿的营销 深圳官网网站建设 如何网络营销 制作网站软件 网络安全监管局 如何获取所有网站 美国网络营销成功案例 幼儿园网站设计 免费建设网站平台 中企动力网站网络安全实验室答案 宣传网络安全 营销策略价格策略 营销优势和劣势分析 未然蔚然网络营销资讯 网络信息安全与防范技术 临沂网站推广 广州网络安全平台登录 网络安全实时监控 什么平台进行问答营销 免费建设网站平台 信息安全自评估报告 知名的网站设计公司 重庆商城网站制作报价 鹤岗做网站 特仑苏营销 营销优势和劣势分析 国家网络安全管理办法 网络营销与物流 中企动力网站网络安全实验室答案 2017年网络安全趋势 江苏信息安全网 响应式网站 有哪些弊端 香奈儿的营销 深圳官网网站建设 网络安全专家条件 政府网络安全现状分析 网络安全监管局 信息安全指标 天融信网络安全学院 外贸型网站制作 免费建设网站平台 地方门户网站制作 微信营销的效果