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顺德做网站的公司哪家好商城网站建设浩森宇特 “叮,你的体质嫌你修为太弱,主动帮你修炼,恭喜你突破了!” “叮,你的体质嫌你天赋平平无奇,帮你升级到万古无一的仙品天赋!” “叮,你的体质觉得你眼神不好使,帮你开启绝世神通,六道仙轮眼!” “叮,你的体质很暴躁,嫌你修为还是太弱,一言不合就截取世界本源助你修行,恭喜你又突破了!” 叶青穿越异界,觉醒万古最强妖孽体质,躺着就能变强,一路无敌横扫,威临诸天万界,镇压无数天骄! 仙庭圣女:“天呐,世间为何会有如此妖孽?这还让不让人活了!” 人族圣子:“自从我认识叶青,才知道什么叫天骄!都别拦着我,以后叶青就是我老大了!” 魔族魔女:“叶青这家伙,为何如此优秀?” 叶青:“其实我真的没有开挂啊!体质,咱求你低调一点行不行?”繁忙中的一时疏忽,导致以L市为中心的大面积地区遭到尸化威胁,进而慢慢扩展全球,人类文明已然岌岌可危修仙界唯一大成者,渡劫飞升失败,被迫重生在一个已死的大学生叶尘身体上。 全新的世界,全新的生活。 学生,厨子,武术高手,护花使者,神医,武馆等 唉,这日子过的,真悠闲。周元真灵入洪荒,绑定天道信用卡。开局狂刷信用卡,先天不朽道胎,先天混沌至宝,先天神魔秘法……统统安排上! 不知不觉,他竟然欠下了亿万功德! 而在这时,信用卡提示,逾期不还,天罚降临,神魂俱灭! 窝草—— 为了保住小命,他开始疯狂抢夺功德,女娲造人,立教成圣,六道轮回,三皇五帝……他都要插一脚! 而为了防止主角“意外”死亡,无法追回欠债,天道也跟着变质了,处处维护主角。 老子:“竖子!你竟敢抢我人教教主之位?” 原始:“小贼!不要跑,还我杏黄旗!” 天道:“咳咳……” 众圣:天道不公啊!一场车祸,让内心迷茫的叶川昏睡了七天七夜。醒来后,叶川以梦为马不负韶华。终以马武入道,万法归一,穿越未来。寻找因,结束果。冥冥之中自有天定,滚滚红尘不忘初心。 不可明状的存在将地星扩大一百倍,整个世界都被游戏数据化。 远古的存在开始回归,混沌中有异族在蠢蠢欲动。 这是大秦猛卒与盛唐羽林军的争霸,也是魏武卒与陷阵营的碰撞。 当斯巴达勇士遇上黄巾力士,当教廷的十字远征军碰上蒙古铁骑...... 象兵、铁浮屠、维京海盗......人类、兽族、异族侵袭....... 谁,才是诸天最强文明? 玄术分阴阳,阳为道术,阴为鬼术。白殇学鬼术,抓邪祟,可却陷入一个又一个阴谋诡计之中他为了女朋友从一线城市到四线城市,可却换来了无情的背叛,看他在这个小城市浑浑噩噩的记录 其他僵尸可以通过尸毒,让自己手下出现无数僵尸小弟。江流逝的尸毒只对女性有反应,这辈子做僵尸,想要僵尸小弟是不可能了,只能拥有一群僵尸妹子。 其他僵尸忙住修炼,忙着躲避世俗,忙住寻找食物。江流逝却在贩卖尸体,忙着发财,忙住泡妞,忙着打架。 或许,这是僵尸历史上最奇葩的君王吧! 【直播+赘婿+日常=震惊世界?】 陈年为给母亲筹钱治病,成了一名糟心的上门女婿。 幸而天降愤怒系统,从此开启逆天之路。 【恭喜主播,解锁愤怒直播间】 嗯?积累粉丝愤怒值,能十连抽? “恭喜主播,抽取华夏币一个亿。” “恭喜主播,抽取采花派秘术,销魂手。” 有这好事?岳母大人,请再骂我一次! 等会儿,还有任务? 【粉丝呼声最高任务:掌掴岳母】 【粉丝呼声第二任务:惩罚小姨子】 直播间群狼仰天怒吼:狼王出征,寸草不生! (不舔狗,不圣母) (轻度开车,晕车勿入)
国家信息安全证书 公安局信息安全中心 中国信息安全研究中心 顺德营销网站设计 关于网络安全基线 临沂网站维护公司 网络与信息安全法 互联网信息安全资质证书 知名网站制作公司青岛分公司 如何让网站收录 事业不顺的咨询技巧【www.richdady.cn】 与老公前世的因果关系咨询【www.richdady.cn】 心特别累的咨询技巧【www.richdady.cn】 失业的心理调适【www.richdady.cn】 不爱读书的解决方法咨询【www.richdady.cn】 前世因果咨询【微:qq383550880 】√转ihbwel 存不住钱的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的心理调适咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的环境影响咨询【σσЗ8З55О88О√转ihbwel 前世今生对现世的影响【www.richdady.cn】√转ihbwel 解梦的咨询技巧【www.richdady.cn】√转ihbwel 大龄剩女的婚姻选择【σσЗ8З55О88О√转ihbwel 事业不顺的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的心理调适【微:qq383550880 】√转ihbwel 与男友前世的因果关系咨询【企鹅383550880】√转ihbwel 与男友前世的识别方法咨询【微:qq383550880 】√转ihbwel 亲子关系的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的幸福指南有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰的解决方法【微:qq383550880 】√转ihbwel 前世缘份的前世今生【企鹅383550880】√转ihbwel 长春网站设计 成都 企业 网站建设 手机介绍网站 网络安全法的内容服装网络营销方案 网警提示信息安全 营销】 信息安全检查评判标准,-1 国家信息安全证书 网络安全组组织架构 福田的网站建设公司 信息安全名词 网站须知 好模版网站 病毒营销优缺点 建设企业网站平台主要的目的是 便宜做网站 网站制作 常州 成都 企业 网站建设 手机介绍网站 网络安全法的内容服装网络营销方案 网警提示信息安全 营销】 信息安全检查评判标准,-1 国家信息安全证书 网络安全组组织架构 福田的网站建设公司 信息安全名词 网站须知 好模版网站 病毒营销优缺点 网络营销英文ppt 信息安全顾问视频,-1 建网站 广州 德国 网络安全 通信网络安全会议 杭州网络科技网站建设 衡水网站建设最新报价 北京网络信息安全小组 网络安全课程表 校园网络安全广播稿 网络营销特色化描述 中国e网网站建设 聊城网站优化 整合营销传播特点 优秀网站欣赏 如何查看网站的访问量 成都 企业 网站建设 国有企业信息安全制度 机械网络营销 网络安全攻防战 无线网络安全性密码 济南网站建设和维护 网络安全 宣传 2017 计算机网络安全培训、 西安营销型网站建设 优秀网站欣赏 成都网站制作设计 便宜做网站 信息安全检查内容 分栏型网站 网络安全动态 美发营销型网站 西乡建网站 网络安全组组织架构 介绍几个成人网站 美国cnci网络安全分析解读 物联网 网络安全 昆山企业网站设计 视频网络安全知识讲座 信息安全企业排名,-1 禹州网站建设 山东省网络安全技能大赛 网站都需要续费 网络安全动态 思科2017网络安全报告 南京本地网站建设 网络安全裤子 中国信息安全认证 中国e网网站建设 无线网络安全性密码 工作室网站模板 建设企业网站平台主要的目的是 网站建设与推广推荐 莱山网站建设 河北seo优化_网络建设营销_网站推广服务 - 河北邢台seo 网络信息安全培训方案 莱山网站建设 网络安全裤子 病毒性营销的实例 网络安全技术网站 网站建设的好处 机械网络营销 临沂网站维护公司 李宁网络营销策划书龙华三网合一网站建设 东营网站建设 信息安全攻防 信息安全顾问视频,-1 固原网站建设 汽车网站案例网页设计 建网站赚钱 顺德营销网站设计 成都网站制作设计 好模版网站 公安局信息安全中心 营销的术语学网络营销4个月多少钱 域名 备案号 网站的关系 信息安全如何实现,-1网站模板库 成都网站设计说明书 通信网络安全会议 网络安全la是什么意思 网络营销的三大渠道 网站建设与推广推荐 工信部 信息安全中心 手机介绍网站 网络安全la是什么意思 海安做网站 美国cnci网络安全分析解读 武汉 大型 网站建设 海安做网站 sa是什么 信息安全 北京网络信息安全小组 关于网络安全的短句 2013年国内外发生的网络安全事件统计 工作室网站模板 如何利用网站来提升企业形象 6.2信息安全 南昌网站设计 网络安全等级保护级别? wow网络安全怎么做 网站特效 网络与信息安全法 网站宽屏 建网站 南京 病毒性营销的实例 网站须知