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
重庆綦江网站制作公司哪家专业微信网站广州天河 网站建设模板网站与 定制网站的 对比商业营销课程网络安全系统公司什么叫网站优化营销网站建设企划案例做一个网站要多少钱中国网络安全企业工信部十四年前,陌生少年初次来到这片陌生的时空。十四年后,少年踏上修玄之路。父母离奇失踪,世界暗流涌动,北界风起云涌,且看南宫清如何乘风破万里浪,纵横玄天大陆!天才。 百分之一是灵感,百分之九十九是汗水。 但那百分之一的灵感是最重要的, 甚至比那百分之九十九的汗水都要重要。 我一个穿越的废材。 觉醒了灵魂顿悟体。 灵感犹如滔滔江水,连绵不绝。 又如黄河泛滥,一发而不可收拾。 夜羽穿越到平行世界蓝星,获得人气抽奖系统。 只要获得人气值就能兑换抽奖卡。 夜羽发现这个世界网络小说行业低迷,前世作为小说配音员,就决定开始说书。 首播《大雪悍刀行》。 而因为说书总断章。 就被都鲨平台的周姐频繁堵门。 (简介无力,请看正文!)战智湛得观世音菩萨大慈大悲,重生回到大学时代。和“撞见鬼”庄建奎的妹妹庄建红爱的死去活来,几次想杀作恶多端的“撞见鬼”偏偏杀不了。他不忿流氓围攻“海哥”,打得流氓满地找牙。战智湛的元神“大妖山魈”恶斗“九尾火狐狸”;打残“啸天精魄”;追杀“猫脸仙姑”。他最崇拜的就是素有仁人君子之称的卓不凡了。竟然没发现卓不凡是无恶不作的“独傲雪岭”,也就是恶鬼魑魅转世,差点把命丢掉。战智湛最看不起的就是埠头大学保卫处处长唐穹。“火之僵尸”旱魃引发了骇人听闻的“四一七”大火。唐穹在生死关头展现了人性的另一面,使得战智湛心灵受到极大震撼。战智湛凤凰涅槃之后,在军队神秘人物相助下,参与了保卫国家安全的行动。战智湛在完成任务,撤回接应的车辆时,出人意料的摔了个跟头。战智湛猝然醒来,原来是南柯一梦。现在宿主已经穿越到凡人修仙的世界,请宿主选择身份: 选择一:身份张铁,奖励.............. 选择二:............................... 选择三:.....................................惊悚世界降临…… 厉鬼变成了每个人心头的梦魇…… 可有一个人,他是所有厉鬼的梦魇…… “我敲!是那个变态!快跑!” “快让开!这个狗窝是我的!别和我抢!” “求你了!别挖我眼睛了!昨天才刚刚长好的啊!” “他就是个疯子!疯子!” 萧若宸:“啊~我亲爱的朋友们!先容我自我介绍一下…… 我叫萧若宸…… 是疯人院副本的第二十三号病人…… 他们都叫我…… 疯子……” ———— 兄弟们,加个Q群呗,里面有我画的Q版安小水 Q群:807072676大楚国叛乱四起,经过多年的平叛战争叛乱最终平息,朝廷的权威已经大不如前,国内军阀林立,派系繁杂,民不聊生。侠之大者,为国为民,自有忠义之士愿效忠于朝廷看云郡将士重整旗鼓,再造河山。天道俯视众生,凝聚世间万法打造九重天阙,与之共鸣者可获天赐命魂,踏上修行登天之路。 顾铭,大楚史上第一个获赐七品命魂之天才,然成年之日,父母被杀、家族被灭、命魂被夺,临死之前侥幸踏入剑冢,铸造鸿蒙剑体,修行无上剑道。两年之后,顾铭离开剑冢重返世间,踏上剑道至尊之路,一剑可斩仇敌、可破九天、可镇诸天万域。穿越洪荒百万年,还是玄仙修为   林长青绝望之际,师尊通天赐予九转金丹   没想到,竟然觉醒诸天赠送系统!   赠送九转金丹,返还百亿功德!   赠送通天剑符,返还神象镇狱劲!   赠送黄中李,返还混沌灵根!   赠送盘古精血,返还……   林长青行走洪荒,赠送无数宝物,杀妖,屠魔,救人族!   终于,当量劫降临之时,林长青一人横立量劫之前,挥手扫灭无边劫云!从前的从前,很久以前了。天有流星,坠落大地,散落如夜明珠。凡人拾集陨石,陨石触手即化为虚无,融入人的肉体里,在人的肉体内寄生十月,便可化作一把灵刀。人称此陨石为舍利,妖呼作灵珠。 后来,陨石化作六把绝世好刀。舍利,开锋,木芒,流削,烁金,玉九环。
网站设计 广西 青岛家装网络营销推广 网络与信息安全培训师,-1 衡水专业网站建设公司 信息安全专题宣贯手册 杭州网站设计渠道 银行信息安全风险排查报告 企业网络营销的缺点 新型网络营销是什么 深圳网站设计工作室 婴灵的前世今生【www.richdady.cn】 前世老公的前世影响咨询【www.richdady.cn】 特殊学校【www.richdady.cn】 前世今生的因果关系【www.richdady.cn】 解梦的梦境解析咨询【www.richdady.cn】 学习成绩差【微:qq383550880 】√转ihbwel 与男友前世的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的真实案例有哪些?咨询【微:qq383550880 】√转ihbwel 去世的母亲的影响分析咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的解决方法咨询【www.richdady.cn】√转ihbwel 不爱读书的解决方法咨询【σσЗ8З55О88О√转ihbwel 前世今生的故事有哪些案例?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退对孩子心理的影响【微:qq383550880 】√转ihbwel 前世老公的前世案例【企鹅383550880】√转ihbwel 公司破产咨询【σσЗ8З55О88О√转ihbwel 长期精神不振的原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的心理调适方法有哪些?【微:qq383550880 】√转ihbwel 2015网络安全大会 日常网站维护 雅虎网络安全小组 微网站需 sns营销策划案例 全国信息安全竞赛 自定义建设网站 石家庄网站设计网站维护 商业营销课程 从重大事件看网络安全形势 答案 信息安全体系设计 网站定制 天津 网站站内优化 品牌整合营销 王者荣耀 网站首页被k 如何建立个人网站 搭建网站 网页 三明网站建设 温州微网站制作哪里有 论坛营销软件 一科西安网络营销 网站定制 天津 深圳自适应网站设计 昆山网站制作哪家强 南京网站设公司 展示型网站建设流程 西宁网站建设 顺德网站制作案例价位 响应式网站建设市场 湖北省信息安全中心地址,-1 绿盟网络安全宣传手册 网站如何做好视觉营销 公司网络营销的方案设计 微信的网络营销推广 模板网站与 定制网站的 对比 刘山泉 信息安全 网站站内优化 优秀网站制作 营销网站建设企划案例 投资网站建设 品牌整合营销 王者荣耀 网站备案不通过怎么解决 网络营销的调查报告 发布信息营销教程整合营销方案 自定义建设网站 厦门响应式网站制作风险评估 信息安全 信息安全专题宣贯手册 影视剧的营销方案 网络安全信息安全 网站盈利模式 网站定制 天津 绿盟网络安全宣传手册 境外建网站 网络安全防护工具 上海建网站的公司 重庆綦江网站制作公司哪家专业 做一个网站要多少钱 哈尔滨网站制作公司 如何进行sem营销 公共无线网络安全 网银 影视剧的营销方案 营销网站建设企划案例 网站 开发 价格 全屏网站 青岛家装网络营销推广 网络信息安全事件分析 刘山泉 信息安全 想弄个网站 邮件营销专家 青岛家装网络营销推广 重庆专业做网站 企业网络营销的缺点 网站title优化 温州微网站制作哪里有 换网站公司 上海建网站的公司 网络营销职业素质要求 如何建立个人网站 星巴克怎么用微信营销 品牌整合营销 王者荣耀 企业 网络安全 案例及分析 手机行业的网络营销 网络安全法 等保测评 广州微营销 网络安全缺陷 湖北省信息安全中心地址,-1 中国信息安全测评中心官网 2016信息安全审计发展趋势 公司网站的开发和网版的重要性 微信网站 什么叫网站优化 优秀网站制作 专业设计网站 重庆专业做网站 中国电子学会信息安全专家委员会 做一个网站要多少钱 网络安全审计系统选型 如何建立个人网站 想弄个网站 厦门响应式网站制作风险评估 信息安全 网络安全信息安全 网络与信息安全培训师,-1 重庆市网络安全 信息安全 保密 余姚网站建设公司 国内外网络安全论坛 旅行社网站模版 中国信息安全测评中心官网 名词解释网络营销组织 网站建设收费 网络营销未来趋势 微网站需 网络营销的调查报告 什么是移动网络营销 广州微营销 网站备案不通过怎么解决 网站盈利模式 2017网络安全会议征稿 全国信息安全竞赛 响应式网站建设市场 专业开发网站公司 全国信息安全竞赛 网络安全法律服务 青岛家装网络营销推广 阿里巴巴网络安全总监 重庆市网络安全 顺德网站制作案例价位 公司网站的开发和网版的重要性 什么是移动网络营销 保定php网站制作 厦门响应式网站制作风险评估 信息安全 4p营销组合战略指的是 2015最新网络营销课程 企业营销网站建立 2015年11月出台网络安全法