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
网络营销方式信息安全与管理评测师郑州网站设计专家天津个人做网站安康网站建设信息安全等级保护制度信息安全管理服务信息安全等级保护的基本流程网络营销的基本形式等保 分保 信息安全工程师 资质大一新生徐庶有一天得到了外星文明的系统,从此走上了不一样的人生。 高能电池、家务机器人、智脑助手、智能工厂、反重力穿梭机、星际飞船、核聚变等各种黑科技在徐庶手上层出不穷。 地球上的科技文明等级一次次不断地突破,向着星空进军,未知的宇宙海正等着人类去探索,也等着您去发掘... 永恒圣堂门开,狂雷洗涤异世之魂。拥有神识海的骑士学徒,死不瞑目的元素魔法师。一直被坑的丁馗集两家血脉传承精髓,走上空前绝后的法武双修之路。积功开辟根据地,以一隅谋全国,靠的是两世战争经验。人魔最终之战时,毅然舍去历尽千辛万苦所取得的一切。神圣,神圣,原来神之上是圣!身为穿越者,周羽很郁闷。 凭什么别人穿越,一路火花带闪电,牛逼的不行。 他一穿越,修为被废,罚面壁,还是五十年! 凭什么别人的签到系统,不是送仙丹妙药,就是送神器法宝。 他的系统,每天就给个骰子! 想要奖励?自己投! 投到345还行,投到6也确实奖励不错。 可是投到2它给废品,投到1,它降天劫啊! 好坏都是运气! 周羽:“尼玛的!老子要是运气好,能特么被雷劈穿越吗!”叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!出来旅游的刘锋,接到了一个跑龙套的机会。 意外触发了神级扮演系统。 在剧组扮演某个角色,根据相似程度,便能获得角色相应能力。 【叮!本次角色‘特种兵’的契合度为30%,您获得特种兵30%的综合能力!】 【叮!本次角色‘学霸’的契合度为50%,您获得学霸50%的学习能力!】 【叮!本次角色‘王羲之’的契合度为73%,您获得王羲之73%的书法能力!】本书以北欧神话为故事创作参考。故事背景是在科技水平高度发达的人类未来社会,之中以神与恶神与巨人的冲突为故事情节推动,旨在凸显远古文明与未来文明的碰撞下给人类的启示。故事涵盖高科技,星际航程,地外文明以及星际战争等。浩瀚的星空之上有何物?末日来袭,地球上的植物与水源全部枯竭衰败。 世界陷入恐慌,秩序与人性崩碎。 食物与生存,再次成为新世纪之后人们最关心的话题。 米面成为奢侈品,唯有富豪才能享用,菜蔬更是身价暴涨万倍,有价无市! 然而就在此时,有人捡到了一部手机,偶然打开之后,手机内的视频令世界震惊。 甘甜的菜蔬滚入火锅之中,散发着诱人的绿色! 烤的金黄的羊腿滋滋冒油,沾上芝麻般的孜然! 鲜美的鱼汤炖的宛若牛奶一般纯白,撒上翠绿的葱花! 饭桌旁,一名粉雕玉琢的小女孩咬掉半颗草莓,哀求道:哥,我真的吃不下了!! 叶星辰本是天命神话,却遭奸人所害,性命垂危…… 十五年后,北荒一少年以雷霆万钧之势崛起,踏天骄,携红颜,打爆各种神体王体,铸就诸天万界无敌神话! 以最震慑的雷霆!击碎最沉重的黑暗! 万界领主游戏开启,所有人穿越异世成为一国之君。 但几天之后,大家才悄然醒悟自己将要面临的处境。 藩王作乱,宦官专政,太后垂帘… 在这些势力眼中,国君只不过是任人揉捏的傀儡蝼蚁。 而这并不是演习,稍有不慎,即是亡国换代,身死异世。 好在,梁秋觉醒了帝皇模拟器。 【获得三道帝皇气运,现在开始模拟】 【二月廿二日,你成为一国之君】 【二月廿三日,你励精图治,朝堂之上震展龙威!】 【二月廿九日,被刺客潜入皇宫杀害,你死了】 【模拟结束,可永久保留一道帝皇气运】 …… 当七日后的新手保护期结束时,梁秋望着这败乱朝堂温雅冷笑。 “是时候变天了。”
政府网络安全体系 英雄联盟网站设计 淘宝营销技巧 网络安全关注的问题有哪些方面 世界各国网络安全 工信部 网络安全 处 外链发原创文章那这原创文章是属于我网站原创还是外链网站原创? 龙岗网站制作效果 3g手机网站 长沙网站建设 感情纠纷的情感沟通咨询【www.richdady.cn】 大龄剩女的自我提升咨询【www.richdady.cn】 冤亲债主干扰的表现【www.richdady.cn】 暗恋的前世因果【www.richdady.cn】 家庭关系的幸福指南【www.richdady.cn】 事业不顺的解决方法【企鹅383550880】√转ihbwel 财运不佳的真实案例有哪些?【微:qq383550880 】√转ihbwel 缺心眼的环境影响咨询【www.richdady.cn】√转ihbwel 外灵干扰【www.richdady.cn】√转ihbwel 意外的前世因果【σσЗ8З55О88О√转ihbwel 无形干扰的前世记忆【σσЗ8З55О88О√转ihbwel 长尾词【σσЗ8З55О88О√转ihbwel 强迫症的康复训练威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的识别方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作场所意外事故的原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何预防过早离世咨询【www.richdady.cn】√转ihbwel 前世今生的轮回有哪些科学依据?【微:qq383550880 】√转ihbwel 升职加薪的障碍分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何缓解耳鸣症状【企鹅383550880】√转ihbwel 免费营销方式 中国网络安全交流中心 网络安全技术机试 每年网络安全的大会 网站搭建价格 安阳网站建设 佛山外贸网站建设平台 电子工厂网站建设 3g手机网站 清华网络安全 msn营销网络信息安全问题登记 企业网站的建立 政府网络安全体系 常州网站推广机构 信息安全合规性检查 深圳市计算机网络安全培训中心 信息安全等保认证 上海柯力士信息安全技术有限公司 互联网信息安全要求信息的 等保 分保 信息安全工程师 资质 安康网站建设 网络营销方式 华企立方网站 营销扣扣软件 大型的网络整合营销 清华网络安全培训班 网络安全隔离网闸 网站加地图 营销型高端网站建设 中国信息安全处理企业 汽车网络营销策划书 国际网络安全公司 网站的营销与推广方案 重庆新闻营销 青岛网站制作 edm邮件营销软件公司 什么是手机网站建设 第三届全国信息安全等级保护技术大会 网络安全服务机构指 网络安全与技术 网站搭建价格 淘宝营销技巧 西安 招聘 网络营销 动易做网站 营销环境的概念 安阳网站建设 动易做网站 企业免费建网站 信息安全与管理评测师 公司网站手机版设计 国家网络安全监管系统 网络营销策划职位要求 电子工厂网站建设 信息安全逆向分析题目,-1 网络营销王老吉 网络安全宣传主题是什么 用于演示的信息安全产品,-1 3g手机网站 网络安全与信息间是 信息安全如何实现,-1 成都公司建网站 网络安全 防御多样化原则 国家信息系统信息安全等级保护 常德做网站 台湾 多层次网络营销 电子工厂网站建设 网络安全资质 营销的发展 中国信息安全研究 代做网站 php语言的网站建设 网络营销哪个大学好 成都高新区 信息安全 长沙网站建设 代做网站 广州建外贸网站 常州网站推广机构 网络安全隔离网闸 广州建外贸网站 华企立方网站 网络安全宣传周资料 信息安全合规性检查 企业信息安全管理方法 网站搭建价格 赣州网站优化 合肥 信息安全 深圳市计算机网络安全培训中心 工信部 网络安全 处 wap网站设计 学信息安全 做运维 信息安全等保认证 手机网站模板开发 网络 营销 信息安全与管理评测师 计算机网络安全论坛南京政府网站建设 cncert网络安全年会 网络安全设备进化史 赣州网站优化 唯品会口碑营销方案 厦门市信息安全等级保护备案 企业网站类型 信息安全指数分级 常州制作网站价格 中国网络安全基地 南宁信息安全测评中心 北方明珠网站建设 信息安全指数分级 网络营销方式 3g手机网站 青岛网站制作 网络营销方式 汽车网络营销策划书 手机网站模板开发 javascript 鼠标经过 链接 显示 链接网站 缩略图 华企立方网站 网络营销王老吉 企业网站的建立 网站和app的关系 百度网站安全检测 网络安全隔离网闸 上海柯力士信息安全技术有限公司 政务网络安全 威海网站推广 国际网络安全公司 响应式网站工具 信息安全 云安全 发展趋势 关键基础设施网络安全框架 政府网络安全体系 贵阳网站设计 国家信息安全一级资质 500强网络营销公司排名 网站建设教程浩森宇特 大型的网络整合营销 信息安全如何实现,-1 网络营销的方式