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
网站的模板成都微网站信息安全集成 有哪些词条 营销响应式网站 有哪些弊端织梦网站图片代码网络安全常用知识网络营销设计方案网络信息安全的公司排名dw建网站异界山村少年因意外获得神秘传承,开启了传奇一生,先后不断收服各种奇珍异兽,养成异兽大军,最终称霸异界大陆。是做上天的宠儿,自出生那一刻起就受苍天庇佑?还是夺天造化,逆天而行,踏出一条无法回头的道路? “究竟何为巅峰?” 九百年前,玄荒帝尊第一次对这片天地产生了怀疑。九百年后,身负洪荒血脉的天才叶尘在历练之时遭人暗算,修为被废,血脉被夺,一夜之间成为不能修炼的废物,却在一月之间屡得机缘,重踏修仙神路。 “与天斗,当真是其乐无穷……” 且看废柴少年叶尘踏上逆天之路,一步步拨开笼罩在仙武大陆上的那片迷雾…… 张海黎只是一个普通的初中生而已,至少他自己这么认为。但是有一天,他突然无故遭到同班同学的追杀。 在意外觉醒了系统之后,他发现这个世界,貌似远不止他想的那么简单:没有亲人、朋友,怎么活下去?一代绝世天才意外死亡,魂穿地球,凭独门功法,纵横都市…… 你的天空,我的海~~~我依然,留恋的天空;你无法,抵达的海域~~~你的天空,还有很多的人陪着你;我的海域,千百年来只有我自己~~~锥心之痛,刺骨之寒~~~我的痛,你想懂~~~可是,你永远都不会懂~~~ 看不见,你的时候~~~我就会,胡思乱想~~~想你,想到心伤~~~心伤,开始写诗~~~写诗,直到绝望~~~绝望,开始心碎~~~心碎,痛到沉睡~~~沉睡,开始梦幻~~~梦幻,略显真实~~~真实,开始不懂~~~不懂,只剩疲惫~~~ 澪囬燚---我用一天的时间,撰写一部书~~~你用一生的时间,细细的参悟~~~你被我封存在这部书里,我被你迁回至你的梦里~~~就这样去做“彼此的唯一”~~~当天空如同打碎的镜面片片碎裂,太阳消失,漫天空布满了磷火;那是黑灼再一次临近大地!神佛早已不在;唯有握紧手中的晶核,开启一次又一次的进化;至于那些善良还是早些喂狗吃了吧,不然荒郊野外的尸堆中迟早会有你的一席之地。九世, 一世并非活着的一世, 一世可能是百年千年亦或万年甚至更久远, 他每一世都要等一个人, 他们之间到底有何联系? 当第九世来临, 又会发生何事? 等待的结果并非是他想要的一个结果, 当宿命的轮回降临, 最后的胜者是身怀正义, 看透内心的那个人, 凤天九年,第九世的那个人出生, 一连串的变故让其走上了修行之路, 一路上爱恨情仇的修行, 一路上或大或小的变故都让木秋慢慢发生着转变, 他在成长, 他看时间沧桑变化, 他悟人间真谛, 生命中有他想守护又守护不了的, 生命中有他可以守护的, 种种历练让他已经站在了至高之上, 但当他以为他已经站在了至高, 却不知那个等着他的他的出现, 两人又有何渊源? 最终的宿命又会如何? 我所以为的自由并不是真的自由,因为在我的每个人生道路前都有那么一个人在推动,事实上我也不确定我接下来走的路会是什么样的,因为,我从来没有真正做主过。少年仇深,无常人的快乐和开心,世人都追寻东西却是他的依仗与痛苦的源头。是看破,是坠入深渊,一切由头开始。我不甘心命贱如蝼蚁,我若要有的,天自当不可无,我若要无的,天自当不敢有,管他修仙还是堕魔成妖!
深圳哪家网站建设好 网站原则 河北大学信息安全专业 怎么建个人网站: 滕州做网站 众筹网站建设 网站的模板 网络营销公司机构排名 网络安全风险评估情况 医院信息安全建设方案,-1 祖灵的超度仪式咨询【www.richdady.cn】 如何超度婴灵?咨询【www.richdady.cn】 家庭关系的和谐共建方法有哪些?【www.richdady.cn】 强迫症的环境影响咨询【www.richdady.cn】 公司破产对股东的影响【www.richdady.cn】 工作压力大导致的精神不振【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场晋升技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世故事【σσЗ8З55О88О√转ihbwel 婴灵的超度方法咨询【企鹅383550880】√转ihbwel 失业的心理调适咨询【微:qq383550880 】√转ihbwel 耳鸣的咨询技巧【σσЗ8З55О88О√转ihbwel 升迁障碍的前世因果咨询【微:qq383550880 】√转ihbwel 头脑混沌的自我提升咨询【σσЗ8З55О88О√转ihbwel 官司的法律援助【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感和解方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感沟通威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场困境【微:qq383550880 】√转ihbwel 公司破产的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世【微:qq383550880 】√转ihbwel 外灵干扰的案例分享【企鹅383550880】√转ihbwel 为来确保信息安全传输加密时 厦门网站建设企业 信息安全分级保护级别 网络安全技术有限公司 网络专业的网站建设价格 深圳哪家网站建设好 dw建网站 最新网络安全大会 江门网站优化 网络信息安全是一个动态的概念 网络营销策划成功案例 网络营销有什么职位 网站建设推广网页设计域名注册企业邮箱虚拟主机 新闻 网站免费注册 正规的网站建设 网页制作淘宝网站建设 制作网站的公司 免费建设网站平台 网络安全主要解决问题 信息通信网络与信息安全规划 非经营网络安全审计系统 6.2信息安全 滕州做网站 最重要的网络营销工具 营销有哪些职能 网站原则 2016国内信息安全事件 网站原则 网站公告滚动显示怎么编写在jsp页面中使上下连接循环滚动 国外信息安全博士 织梦网站图片代码 单位网络安全搭建 网站怎么加背景音乐 营销渠道与营销网络 2015网络安全周 网络营销20个好处 伍佰亿官方网站 网站设计电商首页 鄂州网站制作 什么是整合营销理念 网络安全 展览馆 2017 网络信息安全的公司排名 sem整合营销代理 手机网站例子四川网站设计 网站设计电商首页 网络营销网站 太原理工信息安全 企业网络安全概述 网络营销的一些问题 网络安全重要事件 网络安全主要解决问题 制定网络营销策略须考虑 网络安全常用知识 网络安全在公司干什么 信息安全学术讲座 信息安全等级保护实验室 网络专业的网站建设价格 信息安全集成 有哪些 国家网络安全宣传周 深圳哪家网站建设好 黑客技术与网络安全 网站建设推广网页设计域名注册企业邮箱虚拟主机 新闻 网页制作淘宝网站建设 南宁网站忧化 鄂州网站建设 南昌 网络营销 网站开发服务公司 南昌网络安全 网络安全 指导原则 网站首页特效 信息安全标准化技术委员会 openssl与网络信息安全 下载 成都微网站 网警提示信息安全 使用网络安全的公司 寿光做网站 兰州网站制作 厦门网站建设企业 网站有几类 国外信息安全博士 计算机信息安全保护 网站开发服务公司 深圳官网网站建设 使用网络安全的公司 6.2信息安全 天津网站设计开发 免费建设网站平台 潍坊网站建设最新报价 温州企业网站建设 网络营销设计方案 网络信息安全是一个动态的概念 网络营销公司机构排名 深圳哪家网站建设好 昆明商城网站开发 openssl与网络信息安全 下载 南京 信息安全公司 信息安全保障体系概述 网站原则 网络安全监管局 关于网络安全基线 信息安全控制基础原则 信息安全学术讲座 如何获取所有网站 上海网络安全博览会 国家网络安全中心 网络营销有什么职位 信息安全师考试科目 深圳品牌营销案例 信息通信网络与信息安全规划 列举5个网络安全威胁 怎么建个人网站: 平台化营销 平台化营销 网络安全监管局 信息安全等级化保护规范 信息安全师考试科目 陌陌做营销 微营销案例 太原网站推广 学院信息安全工作网络安全对抗数据赛 信息安全管理专员 网络营销技术基础语言 网络信息安全学什么,-1 婚纱摄影网站制作 网络营销公司机构排名 网络安全 指导原则 网络安全协议分析 杭州网站建设开发 销售与营销 网络安全风险评估情况 响应式网站案例 360杯全国大学生信息安全技术大赛 网站建设推广网页设计域名注册企业邮箱虚拟主机 新闻 免费建设网站平台 网络营销软文100字