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
漯河做网站网络信息安全审查网络安全建设与维护绵阳网站建设移动 营销南昌网站定制开发公司网络安全五大特点网站文章图片加标签加网站挣钱网长沙网站建设叶天本想桃花源里隐居过着咸鱼般的生活,却意外被美女网红直播。 你以为他是医神?活人无数? 他代表月亮消灭你! 你以为他是影帝? 他赌石赢到手软! 神医妙手,黄金圣瞳,绝世杀神,校花终结者…… 这个主播的马甲有亿点点多!2052年,负责设计、运行智慧城市的人工智能睿系统突然推出了一款VR游戏“乾坤”,该游戏完全由人工智能独立设计开发,游戏的口号为“规则强者定”。游戏推出不久后,人们惊奇地发现,进入游戏后无法退出。而此时,被囚禁在游戏中的玩家,已经超过八百万。多批次由科学家、游戏高手、特种部队组成的救援队试图进入游戏找到解决方法,但也都有去无回。在大家一筹莫展的时候,一名百岁老人自愿进入游戏,游戏中是怎样的世界?他会成功吗?冥冥有间,止水湔峰。 峰主何名,别号曰玄。 玄之又玄,众妙之门。 门中大千,笔下风闻。 欢迎来到某玄的短篇故事集。一觉醒来,朱高熙来到朱元璋面前:“皇爷爷,我有六策,可保大明万世!” …… 社畜石源,闲暇之余,最爱好看免费小说。 他甚至还有一个美好的梦想,躺在家里什么工作都不用做,光靠看免费小说就能迎娶白富美、走上人生巅峰...直到有一天,他看的免费小说里,突然出现一个闪烁着光泽的宝箱,石源下意识便点开。 “你寻到青铜宝箱*1,获得地摊大力丸*5。” “叮..检测到你当日当周阅读时长达标,符合看免费小说就变强系统激活条件,恭喜你获得现金奖励10000,特殊技能过目不忘*1..” “书中自有颜如玉,书中自有黄金屋,看免费小说就变强,拒绝一切套路!” “你寻到黄金宝箱*1,获得可控核聚变技术*1..寻到暗金宝箱*1,获得完整修仙功法*1...” 那一日,一个自称女反派的绝美女人从书中跳出,痛哭流涕告诉石源,战神XX率十万虎贲回归血洗她全家,寻求石源帮助。 石源:“战神是吧?十万虎贲是吧?统统镇压丢进X院照顾战神他全家的生意...” 20世纪三好青年穿越到洪荒大陆,与三清结拜,与十二祖巫结拜,复活盘古,征服其他神话。一觉醒来林雨来到另一个世界,不仅如此他还多了一个软萌可爱的小公主。 在别人眼里,林雨是超级全能巨星,在小芒果眼里,爸爸是无所不能的超人。 记者冲出人群,将话筒高高举过头顶。 “林雨先生,表演界称呼您为影帝。” “声乐界称呼您为歌神。” “作曲界称呼您为曲爹。” “作词界称呼您为词圣。” “文学界称呼您为文学泰斗。” “导演界称呼您为无冕之王。” “请问,在这么多赞誉中,您最喜欢哪个称呼呢?” 林雨微微一笑:“我最喜欢,文艺巨星奶爸。” 怀揣梦想,肩负责任,天大地大无所不能,护娃宠娃全能奶爸。现代反赌专家穿越到大明,睁眼便是生死局,满街皆是花样赌! ?骰宝、牌九、叶子戏,走狗、斗鸡、蛐蛐乐! 偷天换日、飞云探龙、?海底捞月、天外飞仙? ?林萧笑了:过家家的把戏,也好班门弄斧?要说起出老千这档子事,我会的远比你们梦寐以求的多得多! 数十亿人类降临万国。 争夺最终顶峰的万国之主。 天量的气运,资源作为奖励,国主们互相厮杀。 还有那些繁星般的人物。 一品谋士,诸葛亮,司马懿,姜子牙…… 一品武将,岳飞,霍去病,李靖,韩信…… 一品美人,秦淮八艳,杨玉环 甚至连绝品修者张三丰都有! …… 金钱,权力,长生! 重生回来的秦权,带着脑海中的记忆,率铁血大秦,誓要镇压一切不臣服之人!想要征服一座山而已。没想到,看到一个不一样的女人。而且,这个女人,即刻就成了自己御定的媳妇!不要都不行!穿越成一个小小里正,天下最小的小官,却要承担起保护前朝血脉的重任,难呵。难吗?不难,且看伍皓如何指点江山,抱得美人归!
网站建设维护 国际信息安全新闻网站有哪些 信息安全标准 九台网站 网络信息安全审查 网站制作的困难和解决方案 佛山新网站建设特色 网络信息安全认证证书 当前信息安全面临的威胁 绵阳网站建设 感情纠纷的自我提升咨询【www.richdady.cn】 去世的母亲的前世因果【www.richdady.cn】 投资项目的前世因果咨询【www.richdady.cn】 感情纠纷的前世记忆【www.richdady.cn】 无形干扰的自我提升【www.richdady.cn】 前世因果化解方法咨询【企鹅383550880】√转ihbwel 内心恐惧胆怯的原因分析咨询【企鹅383550880】√转ihbwel 不爱读书的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的案例分享咨询【企鹅383550880】√转ihbwel 人际关系不好的环境影响咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的改运方法【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰原因咨询【σσЗ8З55О88О√转ihbwel 意外的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的收益分析【www.richdady.cn】√转ihbwel 与老公前世的前世解析【www.richdady.cn】√转ihbwel 外灵干扰的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 怎么维护社交网络安全 网络营销观后感 广西信息网络安全报警网站 南京政府网站建设 深圳网站制作公司资讯 网站被攻击 营销型 信息安全应急处理办法 长沙微营销 手机版免费申请微网站 网络安全教程2015 网络信息安全审查 信息安全等级保护报告 网络安全案例教程 深圳 网络营销 企业 云南省信息安全测评 营销必要性 上海信息安全招聘 网站建设公司平台 国内网络安全平台 建的网站打开很慢 公司网络安全规范 信息安全意识每日提示 营销培训学院 东莞外贸营销 网络安全攻防入门 漯河做网站 网络安全攻防入门 移动设备 信息安全 网站开发制作 网络安全怎么检测 动易做网站 企业营销 企业营销 营销必要性 公司网站开发公司 病毒性营销的实例 汽车网站策划书 青岛营销推广公司 社会化营销 信息安全应急处理办法 社交媒体营销英文 搜索引擎内容营销案例 网络营销与策划培训互联网金融 网络安全 营销团购 天津交通信息安全网网站dns 怎么做网站 医疗行业网络安全现状分析 网络安全信息法 美国 2000 杀软 网络安全 绵阳网站建设 重庆微信营销软件公司网站代运营方案 网络安全网络信息安全 互联网内容分发网络安全防护检测要求营销外包论坛软文发布 信息安全等级保护项目计划书 网络安全案例教程 北京市网站公司网站 信息安全等级保护项目计划书 目前个人网民的网络安全状况(结合2013年统计报告说明) 信息安全行业新技术 河南网络安全攻防大赛 金水郑州网站建设 互联网营销的现状分析 个人做网站 响应式网站工具 建的网站打开很慢 网站的广度 学院网络安全解决方案 社交媒体营销英文 长沙网站建设 网络安全需求分析需要按照服务器 网站挣钱网 长沙微营销 深圳网站制作公司资讯 做网络营销需要会什么不同 营销在线 海南网站建设 营销免费 网络安全应急响应 企业信息安全内容 自媒体渠道营销案例 宝鸡做网站 信息安全等保三级 查询 手机版免费申请微网站 信息安全50强 网络营销观后感 email营销的含义 4 简述email营销的实施过程如何避免垃圾邮件? 网络安全概述ppt 区域整合营销 企业信息安全内容 网络安全好学吗 沙盒技术 信息安全 2017 网络安全事件处理案例 新乡做网站 北邮网络安全学院 手机微信一体网站建设 俄罗斯 网络安全 网站建设公司平台 南昌网站定制开发公司 斗门网站建设 电商商城网站建设 isp认证 网络信息安全证书 昆明网站推广优化 天津交通信息安全网网站dns 2017年信息安全泄漏事件 网络安全 ctf email营销的含义 国家应对网络安全 网络营销优点缺点 杀软 网络安全 营销推广的方式 恩施做网站 海南网站建设 isp认证 网络信息安全证书 网站挣钱网 事件营销的成功要素 开发软件网站建设2017国家信息安全周主题,-1 广西信息网络安全报警网站 重庆网站公司 东莞外贸营销 国内网络安全平台 计算机网络安全等级 信息安全等级保护评估 网络与信息安全pdf 动易做网站 问答营销案例是什么 九台网站 搜索引擎内容营销案例 网络安全好学吗 当前信息安全面临的威胁 金水郑州网站建设 杀软 网络安全 信息安全标准 南昌网站定制开发公司