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
福州网站制作公司名字企业网络营销后期总结苏州做网站网站文章图片加标签加企业营销网络介绍网络安全预算网络安全的审查性哈尔滨网站建设信息安全管理考试网络安全.需要哪些技术天族小殿下惊天落难,被隐士老人古月所救,从此她身边多了一个陪伴的人,两人相互帮助、相互慰藉,两小无猜,青梅竹马,他说过长大以后要娶自己,为了能让她活着,惊天独闯龙潭虎穴寻地火,一人大战千人得阴风珠,然而命运捉弄相爱的人,应为身份差距分开。为了能见到他,为人能和他在一起。她吞地火,食阴风珠,闯地狱得寒冰神髓,过关斩将得天火,历经千辛万苦成为世界强者,她满坏欣喜的去找他,却发现他要大婚了,无数次幻想的新娘不是自己,他们会不会在一起,请看王静如的寻夫之旅,我名叫程风斩,从小对军队充满憧憬,渴望拿起钢枪保家卫国,成为最强战兵中的一员,我小学时文化成绩优异,体育成绩也名列前茅,一切都在向希冀的地方发展。但在我10岁那一年,我遭遇严重的车祸,导致下半身瘫痪,又被同学校暴,初一后便辍学。并因控制不住情绪在文手圈胡乱攻击与发泄,又引起众多文手的不满,患上躁郁症。 但在经历过一系列事情之后的某一天,实则我也不知从何时开始,我经常会做连贯性的梦: 梦里我原本是一名光荣的特种兵,但由于一场战役导致双腿瘫痪,但那时候的科技十分发达,我收到一封邀请函之后被带入“特编第一作战连”的改造营,能够重新站立并且回到战场上——特编第一作战连是我国第一支全员原残障人士组成的特战部队,经过身体改造或者服用特殊药物的他们拥有不亚于任何平常士兵的作战能力,甚至超越普通士兵。 而关于我要好的网友林茉莉、左夜靖等,他们也意外地也成为了这场连贯梦的主角,对待这些奇异的事,我还有许多想说的。这本书会更新的很慢很慢,就好像蜗牛爬山一样。穿越洪荒百万年,还是玄仙修为   林长青绝望之际,师尊通天赐予九转金丹   没想到,竟然觉醒诸天赠送系统!   赠送九转金丹,返还百亿功德!   赠送通天剑符,返还神象镇狱劲!   赠送黄中李,返还混沌灵根!   赠送盘古精血,返还……   林长青行走洪荒,赠送无数宝物,杀妖,屠魔,救人族!   终于,当量劫降临之时,林长青一人横立量劫之前,挥手扫灭无边劫云![泛科幻·爽文·末世·丧尸]2199年,地球上的人类被迫通过各种方式重新认识“自己”。 原来,他们并不是地球原本的主人,或许,地球原本就没有主人。 苏美尔人与海王族人第一次星际战争延宕了100年之久 2199年, 战争和恶劣的自然条件使得人类数量迅速下降,从2099年的40亿暴风骤雨般地消减至1亿1千万 元世界被地球M国、约等国等瓜分为紫微星、太白座HDD等十三个区域,新的秩序即将来袭。。。 陈建国,这个D类人不知怎么就被推了上来。丧尸、修炼、称霸外星球。。。。 在地球,一亿多人被划分为A B C D四个等级,规则意识无处不在,为了保证生育质量,只允许A B 等级的人结婚。。 商界天才在车祸中丧生,却意外重生在一个底层小人物体内。 时间倒退二十年,突然多了一个可爱女儿,该哭还是该笑?老婆这么漂亮,会不会不安全? 这是一个满地黄金的时代,机遇多如星辰密布,淘金者多如过江之鲫。 林皓文决定彻底释放野性,化身一头吸金巨兽。 林皓文:“各位商界大佬你们好,我是来教你们做人的。”  “我是谁?我从哪里来?我要到哪里去?”   每日每夜感受死亡的轮回,每天都在自我提醒自己的身份。   他只想活下去,只想找到自己的亲人,只想弄明白自己到底是谁。   他既是劫难,亦是救赎。   罪与罚,一念之间。   一念之间,成神成魔。一个奇怪地梦经常萦绕着男主角。一天凌晨,他终于下定决心,前往梦中之地查看。然后,他穿越了。大家且看他如何在异大陆呼风唤雨,快意恩仇,最后王者归来!!!改编自逃跑吧少年网络游戏。失忆的少年从荒野中苏醒,就被陌生人追杀。揭开往日的真相,探求星球的秘密这片大陆名叫天海山,这里的人们以武为尊,以武会友,以气破镜重圆,以力相濡以沫。 这里的人们信仰修习能量,突破境界。 可人们争强比拼,要得到的是什么?是力量?是钱权?还是彼此? 活着的时候冷暖自知,搭配百味人生,读着读着这本书,相信我们可以渐渐知道人生的价值意义!
长安建网站公司 行业网络营销分析 达内培训 微络营销深圳 自建网站 中国计算机网络安全网 小米营销优势 访问京东为网站选择5个核心关键词和30个长尾关键词? 网络信息安全学院,-1全网营销顾问 网站描文本 信息安全cnas认证证书 升迁障碍的职场突破【www.richdady.cn】 公司破产对股东的影响【www.richdady.cn】 孩子压力大的环境影响咨询【www.richdady.cn】 前世今生的梦境解析咨询【www.richdady.cn】 冤亲债主的干扰解决方法咨询【www.richdady.cn】 前世今生【微:qq383550880 】√转ihbwel 升迁障碍的真实案例有哪些?咨询【微:qq383550880 】√转ihbwel 前世缘份的前世故事【www.richdady.cn】√转ihbwel 事业不顺的职业规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷【微:qq383550880 】√转ihbwel 升迁障碍的职业发展如何规划?咨询【微:qq383550880 】√转ihbwel 灵魂化解的具体步骤咨询【www.richdady.cn】√转ihbwel 财运不佳的财富转运方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世修行【微:qq383550880 】√转ihbwel 亲子关系的心理调适咨询【微:qq383550880 】√转ihbwel 前世今生的轮回解析咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰有哪些症状?【www.richdady.cn】√转ihbwel 失业的自我提升【www.richdady.cn】√转ihbwel 精神不振的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 应该双网站 建网站需要什么 信息安全cnas认证证书 重庆网络营销战略设计 上海网络安全招聘 关于建网站新闻 企业营销网络介绍 网络安全销售招聘 滕州网站优化 计算机网络安全事件 织梦v57网站底部power by dedecms 怎么去掉 网络安全产品国外品牌 网站上传文件存储方式 校园网站设计 互联网营销前景 网络信息安全监管方案 南京政府网站建设 网站取消备案 商城网络营销 佛山新网站建设特色 网络营销工具分为沟通类和什么 网络目标市场营销策略 网络安全漏洞分类 做网站网页 烟台软件优化网站 网站建设服务费标准 商丘做网站 网络安全知识培训 访问京东为网站选择5个核心关键词和30个长尾关键词? 牛肉干营销 分析一个网站 信息安全运维服务方案 信息安全认证(cispcissp),-1 我司如何自己建设动态网站 广州网站维护 中英文网站设计 成都 网站建设搜索引擎营销sem概念 网络安全漏洞分类 株洲做网站多少钱 网络信息安全学院,-1全网营销顾问 广州网站设计公司 网络安全等级保护工作的保障情况 重庆网络营销战略设计 网站高端网站建设 网站建设公司平台 企业网络营销后期总结 中英文网站设计 网络安全保护深圳营销公司策划方案 太原建网站的公司 网站设计总结 网络营销经典书 网站的维护 网站设计开发的难点 中山做网站的公司 网站取消备案 自己建的网站打开的特别慢 行业网络营销分析 四视图网站 织梦v57网站底部power by dedecms 怎么去掉 会员式营销案例 上海做网站 公司 长沙网站建设工作室 个性化网站 星巴克微信营销现状分析 网站的维护 信息安全运维服务方案 做个网站多少钱 安恒网络安全险 佛山建网站 信息安全国内数据申报 商城网络营销 3g手机网站 网购网络营销基础知识 服务器 信息安全性 浙江 网络安全 如何认识互联网营销网络和信息安全通报实行小时联络制度 制作网站软件 网络安全产品国外品牌 成都 网站建设搜索引擎营销sem概念 网络和信息安全 网络营销的支持度 网站没收录 网站建设服务费标准 网络安全txt下载 苏州做网站 校园网站设计 我司如何自己建设动态网站 建网站需要什么 网络安全销售招聘 上海大 小企业网站制作 字典营销 全面解读网络安全发 网站挣钱网 网络信息安全监管方案 网站设计模板免费建站 互助网站制作公司 做网站网页 罗湖网站建设 信科网络 网站高端网站建设 下列不属于网络信息安全 达内培训 微络营销深圳 外销网站 服务器 信息安全性 苏州做网站 中国计算机网络安全网 网站导航营销的优势 武汉 网站设计公司 网络安全是什么专业 分析一个网站 佛山新网站建设特色 访问京东为网站选择5个核心关键词和30个长尾关键词? 山东网站建设推广 下列不属于网络信息安全 上海网络安全招聘 k网站建设 上海大 小企业网站制作 星巴克微信营销现状分析 网络目标市场营销策略 信息安全cnas认证证书 关于网络安全协议 访问京东为网站选择5个核心关键词和30个长尾关键词? 星巴克微信营销现状分析 自建网站 个性化网站 网络营销经典书 自建网站 免费注册网站 网络安全漏洞分类 免飞网站 网站设计开发的难点 微博营销广告语 网站描文本 网络安全和计算机安全 建设网站网址 网站挣钱网