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
美国 网络安全战略特征网络安全培训意义二级域名网站权重信息安全教程 网盘,-1国内最好的信息安全公司营销模式 产品策略手机信息网络安全网络安全评价标准python 网络安全顾问南京制作企业网站飞雪连天,他在雪林中留下的婴儿侥幸生存 成长之路,门派间的互相争斗 中州大乱,一力降十会 可,她到底在哪里?写手一个,喜欢随手写一些玄幻类型,如有指教请来。遭遇背叛能够保持心态,遭遇绝境奋力拨开迷雾,遭遇不公执着于平等,遭遇低谷从未放弃,只为坚守那一份心中的美好虚空降临,魔物肆虐。 为了抵抗这一切,每个人都会在十八岁时,觉醒自己的天命武器。 刀枪剑戟,斧钺钩叉,各种各样的天命武器层出不穷。 甚至还有人觉醒出了书籍,乐器,宝石等一类特殊武器。 草率穿越来到这个世界的石灿,不仅获得了一个【怂6】系统,还在系统的改变下觉醒了厚实表皮。 正当所有人都对魔物避之不及时,石灿却自信歪嘴一笑叫嚣所有魔物。 “在下一脸,可抗逼兜,拳头,臭脚,谩骂,嘲讽,刀剑,不服来战!” 一代战神,因失去记忆,流浪街头,却稀里糊涂成为了秦城豪门朱家的女婿。 受尽欺辱的他,受到重创,记忆恢复,王者归来。 且看他如何收拾曾经欺辱过他的宵小之辈?如何踩着那些为富不仁之徒踏上世界之巅?如何千里走单骑救父母于危难之中? 他就是令边境悍匪和国际雇佣兵闻风丧胆的龙国战神龙之刃林灿。班里的美少女转校生告诉我,我们已经被卷入了一场狼人杀游戏当中,随时会死? 可是......为什么我的狼人杀,画风不一样? 深夜,无人居住的房间里传出了诡异的声音, 黑暗的海洋馆深处传来了阵阵婴儿的啼哭声, 桃花盛开的小村庄在黑夜里露出了血色的獠牙...... 我能不玩了吗......玄天大陆,武道为尊!强者可以脚踏虚空遨游太虚,举手之间可破碎山河。 废物少年叶宁意外觉醒前世大帝记忆,获得天地至宝蕴神莲!从此握手青锋,败天下无数天骄! 前世的仇,今世的恨,他叶宁一一会报。本文基于《阿给姆传奇》。 继肖国辉从避难所矩阵苏醒之后,在现实的地表世界生活了三十几年。在最后一次对海外避难所的远征之中受伤,回到77号避难所之后,在基础医疗设施的帮助下准备安度残生。此时的避难所已经是人去楼空,唯有曾经的保守派首领,避难所人类管理员代表科拉还在坚守岗位。作为迎来送往现实世界和阿给姆之间桥梁,科拉也在垂暮之年和基本瘫痪的肖国辉谈起了管理员之间代代相传的秘密,而内容和肖国辉几十年前在阿给姆大陆上每晚重复的怪梦有关。。 除了外表肢体的残缺,肖国辉的内脏器官也收了无法复原的重伤。眼看生命已经流淌到最后一滴,唯一的办法就是再次回到阿给姆世界之中,靠着“先知”的特权和矩阵中与现实不同的时间比例来继续曾经荒诞的传奇。如果说历史是一本书,江湖就是书中最重要的情节,有人的地方就有江湖。江湖中的人或谄媚,或孤傲,或拉帮结派,或孑然一身,有人为了称霸武林,有人为了保命安身,有人...... 从此处江湖之远,不再忧其君民。 我们看惯了这世间太多的不平之事,便想着做一个浪迹江湖的侠士,劫富济贫,一人,一剑,一马,笑看刀光剑影,笑对生死,可是最后,又有几人能得偿所愿呢? 本书是一本江湖记实录,我只是一个负责记载的笔者而已,他们的造化,他们的爱恨情仇,都不过是他们自己所想与所念,笔者要做的,就是将这些事情记载下来,随后传颂于世间罢了,内中人的善恶与否,都只能交给读者来评断了。 萧墨染,只知道这个名字,残阳剑,只晓得这柄利剑。 白子毅没有儿时的记忆了,他唯独记得的,就是复仇。 他的父亲,什么都没留下,就这样死了,一个勤勤恳恳的人,终其一生的爱好也不过就是画画,写诗,却死在江湖人士之手,他只知道,要报仇。 一觉醒来,就成了被王允强抢貂蝉的废物少爷纪春杰。 绑定姹女系统,只要得到美女。 就能获得特殊属性加成?这感情好啊! 【叮咚!你获得了貂蝉的青睐,身法大涨,领悟花飞蝶舞】 【叮咚!你获得了伏皇后……】 【叮咚!你获得了大小乔……】 就在纪春杰梦想美女环伺之时,自己的卧底心声竟被董卓偷听! 【还天下雄主?!你很快就要被洛阳世家给玩死啦?!】 【呵呵,袁绍袁术已经离开洛阳招兵买马讨伐你了,知道不?到时候19路诸侯齐聚虎牢关,有你喝一壶的?!】 董卓“你牛逼,你啥都知道,那咱家能怎么办?” “只能招你做女婿咯!” 全职作家,更新有保证!!
企业官网响应式网站 全球信息安全认证 长沙定制网站 南通网站制作 个人网站设计模板 信息安全教程 网盘,-1 保护信息安全的技术和手段有哪些,-1 cise网络安全 网络安全专家林伟 设计网站的目的 孩子不爱读书的原因【www.richdady.cn】 家庭关系的心理调适【www.richdady.cn】 如何化解婴灵带来的负面影响?【www.richdady.cn】 财运不佳的财富管理方法有哪些?【www.richdady.cn】 无形干扰如何影响心理健康咨询【www.richdady.cn】 升迁障碍的咨询技巧咨询【微:qq383550880 】√转ihbwel 去世的母亲的影响分析【微:qq383550880 】√转ihbwel 前世缘份的缘分解读威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的咨询技巧【微:qq383550880 】√转ihbwel 灵魂化解的具体步骤咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的咨询技巧咨询【www.richdady.cn】√转ihbwel 投资项目的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的原因分析咨询【www.richdady.cn】√转ihbwel 人际关系不好的前世记忆【www.richdady.cn】√转ihbwel 冤亲债主的干扰原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的康复训练咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场建议咨询【www.richdady.cn】√转ihbwel 公司破产的法律咨询【σσЗ8З55О88О√转ihbwel 前世缘份的案例分享咨询【企鹅383550880】√转ihbwel 如何克服升迁障碍?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 个人网站设计模板 顺的网站建设信息 网络科技信息安全制度 设计网站的目的 国际间网络安全合作 网络安全 网络选择 南京信息安全研究院有限公司 营销外包服务协议 2017年网络信息安全法 网络安全评价标准 普洱网站建设 信息安全攻防实验室 模版型网站是怎样的 信息安全师国家职业 营销小组 网站开发 价格 蓬莱做网站 网络安全管理局 级别 南通网站制作 网站建设预览 python 网络安全顾问 网络安全资料. 网站建设及优化 赣icp 信息安全场景 网络信息安全竞赛 国内 信息安全 网络安全 身份认证 美国 网络安全战略特征 网站制作预付款会计分录 济南做网站 网络广告营销方法 风险评估管理软件 信息安全 比较 无锡知名网站制作 网络安全资料. 营销模式 产品策略 营销小组 网站建设市场需求分析 网站布局 个人如何建网站外贸企业网站 网络安全的漫画 全球网络信息安全案例 网站备案注销 网络安全防护介绍 手机信息网络安全 网络安全法 第 37条 python 网络安全顾问 鞍山网站制作 深圳品牌建网站 国际间网络安全合作 达内培训 网络营销课程 普洱网站建设 做好哪些网络营销能力 美国 网络安全战略特征 国际间网络安全合作 网络信息安全事例,-1 工信部 网络安全认证 信息安全中心招聘 中国信息安全保护制度 网站制作哪家专业 设计网站的目的 网络广告营销方法 租网站空间 南京信息安全研究院有限公司 网站布局 网站建设预览 信息安全国际会议排名 总结网络营销岗位所需能力 信息安全检查工具 成都网络安全产业园 南京制作企业网站 网络安全资料. python 网络安全顾问 网站托管费用 无锡知名网站制作 手机网站开发制作 网络信息安全竞赛 做网站编程 江西网络安全公司 qq群营销 网站建设前准备 网站制作想法 搜索引擎营销策略 全球网络信息安全案例 2017年网络信息安全法 中国信息安全保护制度 中国网络安全附属 深圳做企业网站的公司 cise网络安全 云南制作网站的公司 做好哪些网络营销能力 一般网站模块 营销推广平台 信息安全 电脑配置推荐 网络安全测试与评估 全球网络信息安全案例 网络安全综合解决方案 北京网站建设 个人如何建网站外贸企业网站 建网站推广深圳市网站设计公司 绿盟科技网络安全顾问 网站转微信小程序开发 北京网站建设 无线网络安全设置方法 厦门网站seo优化 企业员工信息安全培训班 南通网站制作 网络安全的漫画 网站布局 对搜索引擎营销的认识 信息安全中的信息是指 信息安全中心招聘 信息安全检查工具 网络信息安全管理员培训 美国信息安全专业排名 网络安全管理的作用 python 网络安全顾问 营销外包服务协议 做网站群的公司 网站建设预览 做网站编程 移动营销天水网站建设 2017年网络信息安全法 经典网络安全教材 信息安全等级二级评测 网络安全管理的作用 信息安全中心招聘 网站托管费用 网络安全评价标准 网络安全 身份认证 网络安全资料. 网络营销学下载 租网站空间 网络安全法条款导读 乾冠信息安全 营销模式 产品策略