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
景区网络营销策划网络安全 注意事项网站制作致谢词龙岗网站优化公司案例信息安全平台作业上海做网站 公司排名网络营销计划医院网络安全解决方案作品网站网络安全大会2015南宁网站建设找哪家 人生只不过是我们死之前的一点回忆。能否改变人生,不是从回忆里去改,而是从现在去改变。决定你未来命运的不是过去做过什么,而是你现在正在做什么。摆脱宿命的安排,挣脱命运的枷锁,打破这一切的双手长在我们自己身上。 天尊轮回,一个懵懂少年入踏入修仙路,不求长生,只为真我,寻找前世爱妻,解开前世之谜,打破今世枷锁,成就今世威名,改变天地法则,重塑未来。一步步成长为天地至尊回归真我。 当站在修炼之巅,蓦然回首,才懂得,上天注定的是一个结果而不是过程,由你做主的那部分是上天赋予你的权力,但最终谁也改变不了那个结果,人生只是一个自我认识,追求真我的过程,一场我们自己主宰的梦而已…………更多精彩请持续关注本书。  《超时空都市31号》是一部基于本人原创动画的架空世界题材小说,完全由笔者一人独力制作的定格动画剧集,笔名又称“小宇的定格动画”。   剧情发生在文明世界终焉的31世纪,此时的海洋已经成为了人类用以实现各种蓝图科技的摇篮,在海底深处建造起一座座空前繁荣的大都会则已成为人类的日常。而真正的“文明缔造者”往往不会满足于现状,为了达到对人类生命的终极控制,他们秘密安排了建造强有力的最终兵器一一“Odyssey 31”的计划,并以当今世界最先进的海底都市的面貌出现。直到有一天,这个秘密被一个内部人士公开,全世界都对此发出了声讨。就在这一刻,刚完工的“Odyssey 31”被某一方释放了,失控的最终兵器将所有居住在这座大都会里的人们都传输到了从未涉足过的时空里······都说商场如战场,可是有多少人知道期货市场是战场上刺刀见红的前沿阵地? 人生就像k线图,有阴线,也有阳线。 是怎样的人生经历,让男主角发出了“向左看,一目了然;向右看,一片茫然!”的感慨? 请走进这部小说,走进书中人物的内心世界,一窥主人公在漫山遍野芬芳中的情感历程,回望期货市场波诡云谲的变化,体会一飞冲天的快乐,也品尝泥沙俱下的痛楚。 本故事人物﹑情节均为虚构,若有雷同,纯属巧合。一个写作爱好者小说的背景是发生在普罗大陆,一个以纹络作为修炼层次的大陆,男主名叫秦时,是秦家后人,身怀三重灵魂的异体之身,通过不断的努力,历练最终三重合一成为共神的故事命运长河的波澜一往无前 受到命运之神的眷顾 万石成为这一代的机械主神 带领机械文明走向复兴重生之路不平坦,上辈子的遗憾太多,这辈子让我们重新出发,从2002开始,一手拥抱财富一手拥抱感情主角羽诺从虚无的静湖之上醒来,竟发现了与自己长相相似,特征却并不相似的人,突然惊醒,再次醒来则是在一片灰色的荒漠,另一个自己也从此出现,自称为罪,不仅复活了三名昔日挚友,就连他们身心也发生了改变。 在另一个自己罪的指引下,羽诺带领三名挚友不断挑战荒漠的恐怖之物,不断的攀爬,最终抵达终点,罪也向羽诺表明了自己的目的,监管整个原世界。 我只是个医生,首富是我媳妇! 出身中医世家的现代杰出青年医生方乐章,一觉醒来重生到了九十年代,成了九十年代的医学生方乐,还因为身患肺痨休学在家,成了人人嫌弃的肺痨鬼,庆幸的是有一位贤惠漂亮的媳妇照顾。 重生九十年代,是迎着时代的浪潮成为首富呢还是借助前世的医疗经验当一位名医呢?方乐表示,还是先治好自己的肺痨再说,我就是个医生,首富的任务就交给媳妇了。 百年江山,风云荟萃。江祯帝年间,江湖儿女各展所长,共营大计,而一切的江湖纵横、快意恩仇,都指向了一个震铄古今的惊天密藏——江上月!
2017信息安全企业 学互联网营销会后悔吗 医院网络安全解决方案 网站设计深圳 西宁做网站 网络营销设计方案 网页制作 公司网站 病毒营销的策略 学校网络安全机构 网站制作致谢词 财运不佳的心理调适【www.richdady.cn】 大龄剩女的婚恋建议有哪些?【www.richdady.cn】 意外的原因【www.richdady.cn】 失业的环境影响【www.richdady.cn】 发育倒退的医学检查【www.richdady.cn】 事业不顺的职场提升【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的案例分享咨询【微:qq383550880 】√转ihbwel 暗恋的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的辅导方法【企鹅383550880】√转ihbwel 改善脑部不清晰的方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的自我提升【www.richdady.cn】√转ihbwel 事业不顺的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的家长引导咨询【微:qq383550880 】√转ihbwel 构建和谐亲子关系的方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼【www.richdady.cn】√转ihbwel 儿子抑郁症的前世因果咨询【企鹅383550880】√转ihbwel 去世的父亲的咨询技巧咨询【企鹅383550880】√转ihbwel 与老公前世的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 茶叶广告营销案例 企业网站建站意义 网络安全 注意事项 互联网营销和传统营销的区别 网络安全国家标准大全 德网站建设 中国石化信息安全 江苏网站建设效果酒店网络营销的渠道 太原网站优化 网络营销技术巨头 聊城网站制作价格 旅游网络营销策划方案 东莞全网营销网络推广公司 title 网络安全 网络营销公司靠谱吗 网络安全实用教程 东台网站建设 太原推广型网站制作 公司网站域名是什么 沈阳教做网站 灵动网站建设 刚建的网站百度搜不到 title 网络安全 信息安全的管理方法 网络营销推广案例分析 企业微信广告营销策划 网络安全安全组织 3合1网站建设 南宁网站建设找哪家 网络营销设计方案 中国信息安全奠基人 一张图 网络安全小组 网络安全国家标准大全 佛山网站设计资讯 上海手机网站建设电话 网络营销有什么职位 无锡网站制作公司 国家网络安全周logo 信息安全响应工作流程主要包括 网络安全的形势 学互联网营销会后悔吗 西宁做网站 石家庄网络安全公司 一张图 网络安全小组 网络营销培训班 中国信息安全奠基人 网络营销公司靠谱吗 做一个网站的费用构成 南昌的网站推广公司 网御网络安全管理系统v3.0 什么网站流量多 南阳网络营销外包公司 佛山网站设计资讯 网络营销有什么职位 软件信息安全测评 网络与信息安全测评中心 网络营销推广案例分析 网络营销推广案例分析 一张图 网络安全小组 网络安全安全组织 南阳网络营销外包公司 网络信息安全工程师高级职业教育系列教程,-1 网站有哪些分类 为了保证用户电脑的信息安全在重装系统前应该 网络安全专家评审 企业 基于tcp/ip安全体系和网络与信息安全理设计安全方案 微商产品怎么营销方案 网络营销灰色项目真假 公司网站域名是什么 网站设计深圳 新浪微博营销 移动信息安全中心,-1 仿建网站 单网页网站 网络安全策划书 模板板网站 外贸公司网站 网络安全的思考 宜兴网站建设 网络营销学习网 网络安全问题的文章 山东省网络安全赛 日照网站优化 宁夏网站设计公司 外贸型网站 微信移动网站建设 学校网络安全机构 工控网络安全前景 德州网站seo 德州网站seo 企业 基于tcp/ip安全体系和网络与信息安全理设计安全方案 无锡网站制作公司 信息安全等级保护内容 南方信息安全研究所 营销网站手机站 网络营销的支持度 大华 网络安全长沙高端网站建设服务 网站设计模板 全网营销系统 营销操盘手 创新的南昌网站建设 网站设计公司长沙 中国信息安全奠基人 网络安全国家标准大全 信息安全培训的通知 知名信息安全企业排名 网站系统建站 网站 手机案例 营销授课南昌 信息安全响应工作流程主要包括 营销型网站 啥是营销机构 网络安全 注意事项 沈阳教做网站 网络营销技术巨头 微商产品怎么营销方案 网络安全大会2015 厦门网站优化 2017网络安全调查报告 关于加强党政部门云计算服务网络安全管理的意见 网络营销就业方向 网上营销的品牌 网站设计模板 公司网站域名是什么 上海信息安全公共服务平台 2017年1月信息安全 xs 信息安全 网络营销公司靠谱吗 网络安全 数据统计 聊城网站制作价格 商业网站设计 信息安全的管理方法 茶叶广告营销案例 创新的南昌网站建设 网络安全的思考