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
织梦cms 网站所有的链接target属性 怎么统一修改什么是互联网营销注册信息安全人员网络营销专业都学什么不同关于我国网络信息安全与法律保护措施调查线上营销概念信息安全 ssl网络安全查询上海网站建设要多少钱网络安全查询21世纪末期人类在经历了“姆源时代”后大部分工作已经被人工智能取代,“万灵”这款沉浸式游戏应运而生受到全球追捧。 一个在现实世界因为残疾灰心失意的年轻人终于在“万灵”中找到了心灵寄托,可谁知在新版本更新后“万灵”中的人竟再也无法回到现实,游戏中的生死同样决定了现实世界中人的生死...... 万灵之域,七国共域,战火与辉煌,魔法与热血...... 魔窟,鬼洞、深渊......越是探索越发现万灵大有隐秘,被数据表象包裹的诡谲事物下究竟隐藏着什么真相,外星文明的介入又究竟代表了什么?究竟是人类的进化还是异族的屠杀? 妄想成神的人终究要付出代价...... 异世赌徒遇到当世疯子,风云变幻,看得他俩如何作死,在这人命如草芥的世界,如何为人类谋福祉呢?五十年后,奥里雷亚诺:“站在你面前的是,共和国的传奇上校,自由党的精神领袖,永不失败的战争之神,奥里雷亚诺!” 尤尼尔:“站在你面前的是,斗鸡兴起人,传奇神话,香蕉之父,弑神者,失眠大师......你最亲爱的叔叔,尤尼尔!” “还不过来挨打!” (纯土著视角,保证没看过《百年孤独》的同学也能放心食用)法斯特从霍格沃兹毕业后与自己的好友鲍克斯、兰一起探险魔法世界。当一行三人探索魔法古墓时,兰受到了护陵诅咒。这种诅咒非常残忍,当被诅咒人三十岁时就会自燃化为灰烬。鲍克斯和法斯特走遍大街小巷,黑林深处却都无功而返,唯有求助魔法部的帮助,故事便从这里开始……穿越成大明最后一个皇太子,朱慈烺觉的压力很大。 在这个非外挂不能救的大明,还好神级选择系统降临。 【怒怼当朝首辅,奖励两千戚家军,奖励项羽之力!】 【斩杀贪污正三品府尹,奖励秘鲁铳制作工艺。】 【斩杀临阵脱逃赵国公,奖励神机大炮。】 【不破不立,清洗腐败朝堂,奖励世界地图!】 射程即是真理,口径即是正义。 破敌蔻,除跶掳,解海禁,让大明的荣光响彻世界!楚煜穿越至平行世界,成为了一个扑街带货主播,开局带货老谭酸菜。 楚煜:“各位老铁,看见了嘛,这酸菜腌制入味,香气扑鼻,比主播的女朋友还香啊!” 吧唧一口。一股臭袜子味直冲楚煜脑门,对他的大脑造成了250点暴击伤害! “呕!” 楚煜要吐了,心里吐槽:我踏马吃的是酸菜还是臭脚袜子?! 商家发来威胁信息:“吐尼玛!赶紧给劳资憋回去!否则你一毛钱都拿不到!” 楚煜硬着头皮开始扯淡:“这……这酸菜是真的香啊……” 香……香尼玛! 楚煜怒了。 “呸!这劣质酸菜,狗都不吃!” “黑心商家,劳资要举报你!” “我,楚煜,就是赔掉裤衩,也不会做你的黑心买卖!” 系统直呼:哇!这主播够老实,当我的宿主叭!天高海阔八万丈,芸芸众生尽匍匐。那立于天地之间,受缚于轮回万物,他们或求来世,或修今生,参禅悟道,以求不受生死束缚,轮回之困。然福兮祸兮,世事难料;贪嗔痴妄,皆为本性;人鬼妖幻,亦正亦邪……在两大宗教的争斗中,在万般病态和诡异的异世界中寻求出路,是人性本是如此吗,还是说另有他人在幕后操纵,那诡异怪物本是世界上原有的吗,那些传奇人物真的是那般神秘吗,错乱的科技,错乱的文化,错乱的历史进程,那背后到底有着什么? 谜团之下是一个个渺小的身影,但是他们依然闪耀着光芒。 九折青婪,一心一尘。梦起清溪,秘境石鹄。龙潭奇遇,心韵动羚…… 一个人一路前行,一心一尘便是心安。他本来是世界顶尖杀手组织的王牌,精通枪械,医术,格斗,杀人术,却在一次任务中惨遭暗害,死后重生到了民国时期,又能在民国之中摩擦出什么火花呢?
国家信息安全认证服务资质 信息安全风险管理策略 信息安全铁人三项 移动数据网络安全吗 网络安全与防护实验报告 公司网站图片传不上去 国家信息安全 研究中心 数据信息安全 通知 信息安全的特征包括 网络安全与云计算 什么原因意外的原因分析【www.richdady.cn】 前世今生的故事与轮回咨询【www.richdady.cn】 大龄剩女的婚恋困惑如何解决?【www.richdady.cn】 孩子不爱读书的阅读计划咨询【www.richdady.cn】 纠纷【www.richdady.cn】 冤亲债主干扰的超度方法咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的解决方法【σσЗ8З55О88О√转ihbwel 特殊学校的课程设置【企鹅383550880】√转ihbwel 存不住钱的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世故事咨询【σσЗ8З55О88О√转ihbwel 如何提高孩子的阅读兴趣?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读习惯威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世咨询【www.richdady.cn】√转ihbwel 亲子关系的心理调适咨询【企鹅383550880】√转ihbwel 升迁障碍的案例分享【σσЗ8З55О88О√转ihbwel 孩子压力大的环境影响咨询【微:qq383550880 】√转ihbwel 化解外灵的专业手段咨询【微:qq383550880 】√转ihbwel 与公婆前世的前世案例【微:qq383550880 】√转ihbwel 网络社群营销案例 网络安全的特点 网络安全与防护实验报告 网络营销职业分析报告 中国网络安全中心 国家信息安全形式 网络营销的实质是什么意思 大学生网络营销策划书 信息安全审查 国家信息安全 研究中心 网站设计图 邮件营销的步骤. 外国网络营销参考书 网络营销专业都学什么不同 营销师网站 信息安全风险管理策略 陕西省网络安全峰会 敦煌网营销 信息对抗与信息安全 移动信息安全课件 科技公司信息安全事件,-1 国标 信息安全产品,-1 深圳专业服务网络安全公司排名 淮安网站建设 信息安全的要求 营销师网站 地图营销 百度不收录网站吗 信息安全就是网络安全 信息安全 ssl 昆明商城网站开发 信息安全审查 网络信息安全大会 公司网站图片传不上去 注册信息安全人员 培训班营销 营销对企业的重要性 网络安全行业介绍 银监会信息安全大检查,-1 b2b外贸网站 信息安全事件预警等级 全国信息安全服务公司排行 网络安全机构 移动数据网络安全吗 信息安全实训,-1 衡水企业做网站推广 大学生网络营销策划书 信息安全等级保护关键技术国家工程实验室 国际信息安全公司 地图营销 网络安全主要技术包括 深圳专业服务网络安全公司排名 我为营销文化代言 上海整合网络营销公司网络安全编程与实践 外国网络营销参考书 国际信息安全公司 敦煌网营销 信息安全设备选型 东软关于开发活动的信息安全要求 东软关于开发活动的信息安全要求 青岛手机网站制作 国家实行网络安全等级保护制度 网络安全 机器学习 网络营销线下培训 重庆政府网站建设单位 影视剧的营销手段 上海整合网络营销公司网络安全编程与实践 舟山网站建设 淮安网站建设 网络信息安全等级认证 参与网络安全国家标准 网站建设需要哪些素材 网络安全机构 西安商城网站建设制作 网络安全培训过程 科技公司信息安全事件,-1 个人营销的好处 腾讯网络安全总监 网络信息安全等级认证 大型网站建设方案 淘宝营销课程个人网络安全的重要性 青岛手机网站制作 注册信息安全专家考试 手机屏幕网站 上海的外贸网站建设公司 信息安全的要求 江苏省信息安全等级保护网 2016网络安全热点事件 数据信息安全 通知 福州微信营销培训 地图营销 邮件营销的步骤. 昆明商城网站开发 信息安全编程语言 淘宝营销。 企业网站首页布局尺寸 信息安全审查 深圳专业服务网络安全公司排名 深圳电商互联网营销 账户信息安全事件,-1 金盾网络安全法讲解 饥饿营销行为 网络信息安全大会 网络安全概述 ppt 工业控制系统 信息安全标准 数据信息安全 通知 信息安全实训,-1 信息安全实训,-1 手机屏幕网站 网络营销课程 网络营销实战演练 网站主题下载 注册信息安全专家考试 陕西省网络安全峰会 我为营销文化代言 网络安全行业介绍 网站目录url以/ 结尾和以html结尾 哪个对seo更好 门户网站 传媒公司营销策划方案 信息安全考试报名 网络营销线下培训 网络营销手段 分析网络营销现状分析 衡水企业做网站推广 网站建设 甘肃 大学生网络营销策划书 枣庄网站制作 网络安全的特点 培训班营销 风云网络信息安全渗透测试课程 帮人做网站 上海整合网络营销公司网络安全编程与实践 创做网站 企业网站需要多少钱 网站策划