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网络安全防御系统济南网站优化互联网信息安全 政策西安网络安全华夏少年穿越到异世界用汉字做魔法符的故事天选降临,蓝星各国分为不同文明,每个文明抽取一百人进入天选空间,以神话底蕴为力量源泉,展开竞争! 西方天使、希腊众神、克苏鲁神话、埃及法老、樱花国八百万神…… 唯独,没有炎黄神话! 蓝星之上,炎黄经历文明断层,举头三尺无神明。 直到云泽穿越而来。 云泽:“我炎黄乃上古文明!上有盘古开天辟地,下有仙神护国安民!” 蓝星诸国:“别搞笑了,炎黄无神,众所周知!” 半年后…… “这天选不公平!炎黄本就是高级文明,随便挑个神就能碾压我们,这还怎么玩!”女主袁筱因为家庭因素,被迫来到深圳的一所初中读书,在新的校园和新的朋友之间又会碰撞出怎样的火花呢?请阁下持续关注在下的小说,谢谢徐通穿越洪荒世界,成为未来的圣人通天。 想到未来自己的悲惨命运,熟知洪荒剧情的徐通决定苟起来再说! 紫霄宫听道?不去! 创立截教?休想! 任他洪水滔天,我自稳健修行! 待我出关之时,一切腥风血雨量劫落幕。 至此,尘归尘土归土,天上飞天,地下入地,西方的和尚上西天!张祐易,自幼失父失母后便被安排在道观里修行。在这个世界里各种灵异现象,以及所谓的道术,魔法等可以提高人体耐性的力量得到了全民的承认,除此之外科技也得到了高速发展并有显著成果.......一系列的巨大变化都都让他啧啧称奇,简直宛如重生。离开道观边修行边学习的他修为也来越高,复杂的情绪不停地冲击着他。终于父亲当年的惊天秘密——道!逐渐揭开,但故事当然不会这么简单......... ----------------------声明----------------------------- 1、本人目前学生党,更新可能不会持续(因为6月要有选拔考试),我尽量更,各位老爷见谅。 2、因为是第一次写纯纯小白,咱也没经验,情节,文笔,以及单章节字数的问题我也会逐步加油改进的 -------------------fighting----------------   我徐阳穿越异能世界,激活神级异能,从此成为战神。 我   十几年前,赵辉以优异成绩进入北电影院导演专业,并且在新生期间,就连续拍摄了三部电视剧,而每一部都掀起了一股收视率狂潮, 更是带火了一大批同年级的北电影院表演系的学生..... 随后,赵辉又转战电影领域,用一部小成本的电影,再次豪取千万的票房。 因此,一时间,赵辉之名不仅响彻北电影院,更是震动了整个娱乐圈儿。 而也就在大家都认为娱乐圈要进入赵辉时代时,在一次外出的路上因救一位过路的小女孩儿,被车撞伤陷入了昏迷之中。他这一昏迷就是长达十二年之久, 而他所带火的那些同学却都已成为娱乐圈儿当红的演员,还有,当年被他救下的那个小女孩儿也长大了。 而也就是这一日,那个躺在病床上长达十二年之久的赵辉却是毫无征兆的睁开了双眼...星际时代,随着科技水平停滞不前,人类在与万族的争锋中遭遇大败。 内忧外患之际,有人通过一款直播节目,惊奇的发现,在流放重刑犯的星球中,竟然出现一个叫易辰的绝世天才。 他自创一门修炼方式,创造出了一套又一套不断颠覆人类各行各业,甚至能让人类寿命提升,进化成高等人类的功法。 为了能够偷学易辰创造的功法,全人类不惜代价,三十六计轮番上阵。 为了阻止人类进化成更强大的种族,万族和万族培养的内奸,也是手段用尽,千方百计的阻扰易辰创造出更强大的功法。 易辰,成为宇宙大战的风暴中心。 谁也没有想到,无论是偷师,还是成为易辰的绊脚石,都是需要付出代价的……六道沉沦,天人崩碎 逆天第一人沉睡祖地,沧海桑田,祖地福荫 十万年太久,只争朝夕! 天月金轮,再起天之战!萧子暮重生成婴儿,等反应过来自己已经夺了女帝修为。 “萧子暮,还我的修为。” “不然我让你死的很难看。” “听话,你虽然是女帝,但好歹是妹妹,小心我打你!” 女帝闭嘴,眼泪汪汪。 “乖!把你的修为再给我点吧。” 女帝破口大骂,只想一刀解决这个依靠自己灵力发育的天仙大帝!
顺的品牌网站建设 网站设计师 网络与信息安全测评中心 网络安全软件推荐 西安网络安全 成都营销型网站信息安全渗透测试求职,-1 工控网络安全 市场 网络营销怎么推广q511566388 网络安全关键字 基于私有云安全平台的网络安全部署研究与实施 大龄剩女的婚恋规划咨询【www.richdady.cn】 外灵干扰的心理调适【www.richdady.cn】 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】 自闭症的环境影响【www.richdady.cn】 事业不顺的职场提升路径有哪些?【www.richdady.cn】 意外的前世故事咨询【企鹅383550880】√转ihbwel 解梦的心理学意义【微:qq383550880 】√转ihbwel 升迁障碍的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的解决方法咨询【www.richdady.cn】√转ihbwel 亲子关系中的沟通艺术有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的咨询技巧【微:qq383550880 】√转ihbwel 解梦的梦境解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升职加薪的障碍分析咨询【微:qq383550880 】√转ihbwel 投资项目的环境影响【www.richdady.cn】√转ihbwel 干扰的自我感知方法咨询【σσЗ8З55О88О√转ihbwel 干扰的常见类型咨询【企鹅383550880】√转ihbwel 阴间生活的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的辅导方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世解析【σσЗ8З55О88О√转ihbwel 外贸网站响应式 建站网站 网站架构图 网络安全服务内容 怎么保证单位信息安全,-1 手机网站制作机构 企业网站建站元素 网站创建 海尔的营销理论 网络安全意识培训目的 搜索再营销 信息安全管理体系审核 嘉兴 网站 制作 网站对域名 软文营销的要素 脑白金营销 电子账户营销方案 bat招聘信息安全专业 网络安全等级评估报告 网上营销策划公司 网络安全防御系统 医疗行业微信营销案例 工控网络安全 市场 网络营销问题研究 网络安全设计级别 2016企业信息安全事件 网站架构图 金融行业信息安全事件 5设计网站 网页区设计网站诊断 从营销看聚美优品 网站建设用哪种语言最好 公共信息安全定罪 网站示例 汕头网站设计公司 搜索营销优化设计 川大网络安全空间学院 网络营销的特点 襄樊做网站 网络营销 你的课 网络安全测试用例 网络安全企业协会 网络安全意识培训目的 信息管理与信息系统 信息安全 用户信息安全事件定义 成都市华为存储网络安全有限公司 搜索引擎营销的工作原理高端网站建设搭建 用户信息安全事件定义 网络营销的特点 学网站前端 脑白金营销 解放军信大信息安全 5设计网站 网络安全管理指引 网络安全 可用性 信息安全认证考试报名 网页设计网站 怎么建设网站 西安制作手机网站 伍佰亿书画网网站 网络安全关键字 网站对域名 移动信息安全中心,-1 网站建设导航栏设计 山东省网络安全赛 关于网络营销策略研究报告 互联网大会2014 网络安全 网络安全等级评估报告 重庆信息安全测评 网络推广网络营销报价 自适应网站优点缺点 邢台网站制作市场 信息管理与信息系统 信息安全 网络安全 可用性 bat招聘信息安全专业 自适应网站优点缺点 西安网站设计公司 手机营销网站 网络安全产品国家认证 西安网站设计公司 做网站设计制作的公司 东软集团是网络安全设备是什么 赢天下 网络营销 河南网站建设公 网络安全企业协会 信息安全管理体系审核 邢台网站制作公司哪家专业 信息安全标准可分为 昌平手机网站建设 网站名注册 珠海电商网站制作 外贸网站响应式 信息安全vpn源码 小迪网络安全渗透培训 学网站前端 信息安全等级保护从两个不同角度对信息系统提出了安全要求 信息安全 身份鉴别建网站公司 顺的品牌网站建设 西电的信息安全专业排名 家电+营销 济南网站忧化 网络安全软件推荐 网络安全大会图文直播 网络安全 信息 肯德基网络营销组合 邢台网站制作公司哪家专业 网站线框 网络安全情报 酷网站欣赏 西安制作手机网站 内容营销优缺点 酷网站欣赏 龙岗网站建设公司 如何保障国家信息安全 网络安全服务内容 做网站设计制作的公司 陕西信息安全管理体系 网络营销问题研究 华为手机 国家信息安全,-1 中山网站建设 中国网络安全形势 网络安全设计级别 成都市华为存储网络安全有限公司 信息安全等级保护流程医疗网站设计 网络营销不包括网络营销管理与控制 2016企业信息安全事件 网络安全等级评估报告 新手怎么做网络营销 网络营销怎么推广q511566388 网站架构图 网络营销 你的课 移动信息安全中心,-1 长春网站建设推广 金融行业信息安全事件 网络安全关键字