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
韩国政府网络安全事件访问京东为网站选择5个核心关键词和30个长尾关键词?怎么建网站企业网络安全咨询网络安全技术与解决方案(修订版)央视 路由器暗埋网络安全地雷公用网络安全吗乌鲁木齐网站建设推广类网站苏州网站推法斯特从霍格沃兹毕业后与自己的好友鲍克斯、兰一起探险魔法世界。当一行三人探索魔法古墓时,兰受到了护陵诅咒。这种诅咒非常残忍,当被诅咒人三十岁时就会自燃化为灰烬。鲍克斯和法斯特走遍大街小巷,黑林深处却都无功而返,唯有求助魔法部的帮助,故事便从这里开始……癌症晚期患者基因突变,开启无限穿越模式,实现精彩人生【简介:御兽 +单女主+宠物+搞笑】 源星这个奇妙的世界,充斥着许多既美丽又强大的生物,“月渊兽 幽冥龙 婆罗花……… 人类只要达到16岁就会觉醒属于自己的本命契约兽。 而牧清辰则不一样他一出生就有了自己的本命契约兽……“暗黑金龙王” “龙皇大人你是公的还是母的啊! “龙皇大人为什么我和别人不一样” “龙皇大人你为什么会说话啊!” “闭嘴!” 张祐易,自幼失父失母后便被安排在道观里修行。在这个世界里各种灵异现象,以及所谓的道术,魔法等可以提高人体耐性的力量得到了全民的承认,除此之外科技也得到了高速发展并有显著成果.......一系列的巨大变化都都让他啧啧称奇,简直宛如重生。离开道观边修行边学习的他修为也来越高,复杂的情绪不停地冲击着他。终于父亲当年的惊天秘密——道!逐渐揭开,但故事当然不会这么简单......... ----------------------声明----------------------------- 1、本人目前学生党,更新可能不会持续(因为6月要有选拔考试),我尽量更,各位老爷见谅。 2、因为是第一次写纯纯小白,咱也没经验,情节,文笔,以及单章节字数的问题我也会逐步加油改进的 -------------------fighting---------------- 这是一片浩瀚的星空,星空下分布着众多大大小小的星球,在星空中央有一颗超大星球在慢慢旋转。   这颗超大星球很不一样,在远处看去上面分布着,长着像是数百个大小不一的白蘑菇,如果在近处看,这些白蘑菇竟然是一个个大小光罩。   光罩大小有三种,有两个最大光罩的分布在超大星球两端,中等的光罩有数十个,不规则分布在一端的一个大光罩比较远的周围,最小光罩最多有数百个,星星点点在中等光罩和另一端大光罩中间,其中有几个最小的光罩,紧挨着另一端大光罩周围。   浩瀚星空中某个方向一个黑洞突然出现,黑洞慢慢由小变大。不知过了多久,在变大的黑洞中间隐隐透出淡淡彩光,彩光不知什么东西竟然快速的变亮?。不一会就彩光芒万丈穿透黑洞,彩光像流星一样直线朝浩瀚星空飞去。   彩光直线飞行经过无数星球,竟然没碰到一颗星球,只是险险从坠石星球擦着而过。彩光不知什么东西,随着时间推移慢慢变淡……一个持续万余年的计划 只为对抗 第一圣人毁灭世界的阴谋 却不想其他世界的误入 让整个行动造成了无法挽回的偏差 是绝地重生? 还是陷入绝望…… 嘀...嘀...嘀... 人死后灵魂究竟会魂归何处? 带着心中最后一个想法,许一安望向呈现一条直线的心电图,缓缓地闭上了双眼。 但......耳边...传来... “一安哥哥,一安哥哥。” 不,生命的旅途还远没有结束。明明社交恐惧,干的却是销售;明明多愁善感,做的却没心没肺;明明想好好表现,却也是一事无成! 顶级科学家李谦因身患癌症,在临终前选择冷冻自己,以待未来攻克癌症后再治疗自己。 但没想到,一觉醒来之后,时间居然已经过了三万年。更让他绝望的是,此时的医疗不但没有更先进,反而因为三次核战争倒退到了十九世纪初期,癌症依然无药可医。 看着充满了赛博朋克的未来世界,李谦只能玩起文明模拟的元宇宙游戏,以期待通过模拟文明演变来解开人类基因的秘密,以治好自己的癌症。 然而万万没想到,这个世界居然只是一场为了奴役全人类的骗局…… 小家族叶羽出身平凡,偶得神秘黑塔相助,一步步成长为顶尖强者。 只手握捏千山雪,剑成可斩天上仙!
信息安全企业数量 网络营销的知识要求 光效网站 互联网营销平台 万户网站制作 张健 中国信息安全认证中心 成都高端网站建设公司 珠海网站制作网络公司 营销swot自我分析ppt 推广类网站 与老公前世的前世修行咨询【www.richdady.cn】 前世今生的梦境解析咨询【www.richdady.cn】 冤亲债主干扰的真实案例有哪些?【www.richdady.cn】 自闭症的环境影响咨询【www.richdady.cn】 孩子不爱读书的应对策略有哪些?咨询【www.richdady.cn】 老公家暴的前世记忆咨询【σσЗ8З55О88О√转ihbwel 精神不振的前世记忆【微:qq383550880 】√转ihbwel 大龄剩女的婚姻选择有哪些?【企鹅383550880】√转ihbwel 与男友前世的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的心理调适咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询【企鹅383550880】√转ihbwel 亲子关系的情感交流方法有哪些?【σσЗ8З55О88О√转ihbwel 工作升迁的障碍与突破咨询【企鹅383550880】√转ihbwel 工作升迁的障碍与突破【微:qq383550880 】√转ihbwel 灵魂化解【www.richdady.cn】√转ihbwel 迟缓儿的治疗方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的心理调适咨询【σσЗ8З55О88О√转ihbwel 去世的父亲在哪【企鹅383550880】√转ihbwel 灵魂化解的仪式咨询【微:qq383550880 】√转ihbwel 信息安全违规案例 重庆 网络安全大队 张健 中国信息安全认证中心 信息安全运维实用技术 怎么建网站 罗湖网站建设 信科网络 廊坊设计网站公司 o2o网站系统 429网络安全日 百度 网络信息安全经信委公安,-1 网络营销站点域名采用"企业网站域名/产品名或营销页面名"的形式属于 怎样建设网站 开发软件网站建设 无锡网站设计公司 信息安全专业中国大学排名 网站被攻击 公用网络安全吗 网络营销网站功能 邢台做网站公司 济南 信息安全 信息安全企业数量 整合营销公司简介 金水郑州网站建设 网络安全国际峰会 韩国政府网络安全事件 成立一个做网站的公司成本重庆做网站团队 网站 托管 商城建网站 营销swot自我分析ppt 信息安全认证 网络营销的竞争分析报告 营销工程师 下载建网站 外贸网站的建设 杭州网络安全厂商 北京搜索引擎营销外包 网络安全和信息化杂志国际信息和网络安全会议 网络安全与管理ppt 信息安全cisp 中国国家网络安全中心 珠海网站制作网络公司 信息安全cisp 网站的排名和什么因素有关系 开发微网站 网站建设公司广告 微信营销的好处坏处 公安网络信息安全 4.许可e-mail营销的三大基础是什么?分别解决哪三个问题? 更新网站内容有什么用 苏州网站推 改图网站 梁和平 网络安全 深圳 企业 网站建设 资讯网站排版 深圳做网络安全公司 长沙营销型网站制作费用 东莞长安网络营销招聘信息 计算机信息安全知识 南京网站建站公司 网站 托管 南通网站建设空间 近年来信息安全大事件 中国顺德手机网站设计 信息安全网址 京东营销策略有哪些 微信营销的好处坏处 网际天娇信息安全技术服务 福永做网站 网络营销的竞争分析报告 网络营销的知识要求 wifi无线网络安全意义 sem搜索引擎营销案例 信息安全培训师,-1 资讯网站排版 广州网络安全平台登录 武汉大学 网络与信息安全 信息安全专业中国大学排名 金水郑州网站建设 怎么建网站 网站怎么装模版 信息安全认证 企业网络安全防护手段 企业信息安全哪个方面是最重要的 网络营销课程设计总结 网络安全前沿进展 国家信息安全实验室主任 营销工程师 成都市网络安全现状 公用网络安全吗 互联网营销平台 网站怎么装模版 企业网络安全咨询 珠海网站制作网络公司 无锡建设网站 国家网络安全报告 邢台做网站公司 网站建设公司广告 深圳 企业 网站建设 制作网站的步骤 网络安全技术与解决方案(修订版) 北京海淀区网站开发 苏州有哪些网站制作公司 互联网信息安全资质 网站的排名和什么因素有关系 网络营销机会分析报告 福永做网站 信息技术与信息安全 域名分为 达内培训 营销机构信息安全阶段,-1 成都高端网站建设公司 梁和平 网络安全 无锡网站设计公司 网络安全研究 设备平台 网络信息安全产品 网络安全技术与防范 429网络安全日 百度 商城建网站 信息安全等级评估证书 精准营销网 怎样建立自己的网站 信息安全笔试,-1 公安网络信息安全 网络营销网站功能 杭州网络安全厂商 企业信息安全哪个方面是最重要的 2017新网络安全法 更新网站内容有什么用 东莞网站设计公司 外贸建网站 深圳做网络安全公司 网站被攻击 网站管理的内容 信息安全cisp 光效网站 罗湖网站建设 信科网络 信息安全认证