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
电子商务网络营销实验报告常见的网络营销方式并加以适当详述全网营销的模式有哪些网站优化怎么做做网站电话网站设计价格大概是nike网络营销案例做网站讯息宁夏网站建设代加企业营销qq好友信息安全管理的原则  诡秘力量复苏,元宇宙世界降临。   在这里,你能看到奇闻异录中的妖魔,恐怖故事里的鬼怪,甚至神话传说中那些古老的神祇!   在元宇宙世界中,所有人都在惶恐不安,心惊肉跳。   而江澈却发现自己能看到奇怪的提示。   于是……   在黄泉医院当护工,在阴间酒店当服务员,在轮回网吧当网管……甚至还在元宇宙世界建造了一座能够关押神明的监狱!   当江澈一次又一次完成诡秘挑战后,忽然发现。   他竟然已经成为了,诡秘之主。兴朝末年国中奸臣当道,天下大乱,民不聊生,而后诸侯并起,诞生了姜国张翦、玄国方玄、南羡国李煜 、北州熙王方邈 、灵川祁王卫璋、万州尚王刘亥等势力,一场乱世群雄称霸的序幕就此拉开……搬家工人杨林因被挂钟砸头而穿越玄幻世界,并成为一个微末小村长。 可这世界众强争霸,山贼横行,凶兽成灾,危机四伏,常人根本难以生存。 还好杨林获得了超能力,不仅能加速事物成长,还能让事物发生变异。 从此,他种珍草,养灵兽,炼仙丹,修神通! 多年后,村子里灵气滔天,龙盘凤栖,万灵来朝,俨然一派圣地景象! 众国主:杨大人所指的方向,就是我们的战场! 众势力:这辈子最幸运的事就是成为杨大人的附庸! 隐居大能:在下前来向杨大人求药!扑通… 不知不觉,杨林已经天下无敌。 杨林:我发四,我的初衷只是为了活下去,根本没想要称霸啊… 悬疑+推理+中国版柯南 私家侦探沐城,是整个幽州市最完美的侦探推理家!破获过许多让人无法理解的案子!有人说他是个疯子!也有人说他是天才,他却说:“人生最缺少一场最完美的犯罪”可却不知自己一步步被带进无尽的陷阱……,他能否冲破黑暗,拥抱黎明,主角版柯南在线!!!简介:自古流传,阴间鬼兵传说。1939年前,欧洲战争炙热爆发,大陆“鬼兵”誓死拼守国家,壮烈牺牲,死得旗号“宣告世界,势不可挡”!世界终被和平。 79年后,渴望的野心萌发危机时代,打破了和谐。世界四国五家瓦解崩裂离析,人类种族歧异…… 度过了漫长岁月,这里水上异界国度。漆夜。士兵们烽火交战,死后鲜血滋遍鬼刀,鬼兵得以解封苏生……鬼兵毁灭世界的终端,结局——是缘已错?还是宿已尽。 一个人的成长故事穿越大明,成了木匠皇帝的弟弟,大明信王朱由检。 上一世太累,这一世就想混吃等死,逍遥自在。 可是大明朝日薄西山,要想享乐就要先拯救大明朝,要想拯救大明朝就不能好好享乐,朱由检表示麻了。 于是木匠皇帝成了科学狂人,魏忠贤成了忠实的狗腿子,吴三桂成了专业打手……一日随君闯四海-半生天涯夫为家! 万界万物异种同源!生死对立-阴阳共存! 有生命的地方就会有争斗,在时代进步与更迭下,没有所谓的与世无争-世外桃源!想无争就要站到万物顶端-与天同齐!这样才能与世不争享受桃源生活! 生命不息,杀戮不止! 对自己最好的保护就是进攻,不断登临巅峰-超脱世间大道-游历宇宙星海! 一代帝王就此出世! 让我们一起随人帝沐浴腥风血雨-经历人生沉浮-最终御天下万物万道-掌宇宙阴阳乾坤!具有奇异功能的梅花玉,最早从夏商时期,为得到如此罕见珍宝,达官贵族以各方的势力,杀戮四起,由于历史战乱诸侯国的毁灭,黑恶势力把这一带的人残忍杀害,梅花玉被神秘的隐藏;这个传说也被逐渐演变流传到现在,不但具有深厚的文化底蕴,还是个古老而精彩的故事; 本故事以传奇人物小梅雪风风雨雨的成长经历为主线;在混乱的时代背景下,视死保护国宝梅花玉的情仇恩怨;历尽艰辛破解梅花玉的隐藏坐标,以及发掘梅花玉造福一方百姓…… 大雪纷飞,一个小女婴呱呱落地,父亲常勇德狠心的抱着女婴走向荒郊野外,抛弃在乱石岗上,一群饿狼呲牙低吼,逐渐向这边靠近,这时……一个被遗弃的少年,是如何一步步走上巅峰
王老吉营销 网络营销启发 网站建设价格 北京网站建设公司分享网站改版注意事项 山东网站优化公司 信息安全测评机构的资质认定主要有 公需 企业营销学 事件营销的特点是 手机网站模板下载 网站设计价格大概是 存不住钱的环境影响咨询【www.richdady.cn】 如何判断自己是否被冤亲债主干扰?【www.richdady.cn】 家庭关系的幸福指南有哪些?咨询【www.richdady.cn】 发育倒退对孩子心理的影响【www.richdady.cn】 阴间生活的前世故事咨询【www.richdady.cn】 前世缘份的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回转世【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的前世记忆咨询【微:qq383550880 】√转ihbwel 儿子不读书的心理调适咨询【企鹅383550880】√转ihbwel 前世今生的轮回有哪些科学依据?咨询【σσЗ8З55О88О√转ihbwel 婴灵的超度方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司咨询【σσЗ8З55О88О√转ihbwel 家庭关系的改善方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 生活中的无形干扰有哪些【微:qq383550880 】√转ihbwel 冤亲债主干扰的前世因果【www.richdady.cn】√转ihbwel 前世缘份的改命技巧【σσЗ8З55О88О√转ihbwel 家庭关系的沟通技巧有哪些?【微:qq383550880 】√转ihbwel 如何判断被冤亲债主干扰?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的种类咨询【微:qq383550880 】√转ihbwel 特殊学校的环境影响咨询【企鹅383550880】√转ihbwel 全网营销文章 渭南建网站 全网营销的模式有哪些 关于网络安全的网站 武汉网站优化 网络营销线下培训课程 网络安全专业证书 网络安全博览会地点 北京建设网站公司 口碑营销的案例分析 餐厅网络营销 网络营销人员职业规划 网络安全服务商网站分几种 厦门某某公司网站 小米手机发布网络营销 网站建设流程 网站设计价格大概是 深圳电子商城网站设计 软文的营销 信息安全等级保护级别,-1 网络工程师必读——网络安全系统设计 手机网站模板下载 信息安全等同于网络安全,-1 2017网络信息安全考试时间 烟台网站建设公司 株洲网站优化 网络营销的定义 专业的网站建设公司 设计新颖的网站建站 微网站定制 关于网络安全的网站 信息安全测评机构的资质认定主要有 公需 欢乐颂2 网络营销 网站建设价格 拐角型网站 信息安全等级测评结果 汕头网站制作 西安网站架设公司 网络安全系统测试报告 网站建设制作 南京公司 北京网站建设技术 达内培训 营销机构SEO 西安模板网站建设 信息安全简称 线上互动营销logo 单位主要网络安全业务 企业营销学 烟台网站建设公司 西安网站架设公司 淄博做网站 百度知道营销回答规律 怎么找网络营销工业控制系统信息安全国家工程实验室 网络信息安全系统 重庆网站营销案例 搜索引擎营销顾问 模板网站最大缺点 电信网络与信息安全 2017 网络安全峰会 中文网站模板 网络安全 汽车 seo网站诊断 大良营销网站建设流程 网络营销线下培训课程 网站优化怎么做 互联网营销的基础理念 线上互动营销logo 网络整合营销及推广 手机网络营销的案例 王老吉营销 小米手机发布网络营销 邢台建网站 服务好的微网站建设 网络营销启发 2017网络信息安全考试时间 网站设计 上海 网络安全专业证书 网络安全字体设计 餐饮 网站建设 淄博做网站 网络安全字体设计 小米手机发布网络营销 动效网站 无锡优化营销 商贸网站建设 昆明手机网站建设 软文的营销 做网站讯息 网络整合营销及推广 事件营销的特点是 专业的网站建设公司 网络安全保卫总队地址 北京网站建设公司分享网站改版注意事项 网络安全博览会地点 电信网络与信息安全 南京网站制作 网站建设问题大全 自助免费网站制作 厦门某某公司网站 卫龙网络营销方案 免费建立个人网站 模板网站最大缺点 信息安全等同于网络安全,-1 信息安全的一级学科 上海外贸网站建设 网络安全专业证书 做网站讯息 单位主要网络安全业务 信息安全的一级学科 大良网站建设价格 加强信息安全培训 山东网站优化公司 大良网站建设价格 广州旅游网站建设设计 长沙 做网站 初级信息安全保障系统 网站的后期维护工作一般做什么 2017网络信息安全考试时间 网络营销的定义 nike网络营销案例 佛山做网站 信息安全等级保护级别,-1 网络信息安全系统 大良营销网站建设流程 代加企业营销qq好友 网站设计价格大概是 网络安全服务商网站分几种 动效网站 西安模板网站建设 怎么找网络营销工业控制系统信息安全国家工程实验室 手机网站模板下载 门户网站网站制作 电力行业信息安全等级保护测评中心 怎样建网站 网站建 信息安全新闻