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
信息安全在线网课网络安全行业资质申请信息安全建设,-1网络安全关键字西安网络安全全网营销优点创新的大良网站建设东营市报名系统网站设计公司关于进一步推进市属国有企业信息安全等级保护工作的通知北京哪些大学的信息安全专业好如果当知道自己穿越了,接下来你会做什么? 胡吃海喝,装比打脸? 刻苦训练,称霸天下? 不不不,首先你得先赚钱吃饭,然后洗个澡让自己欧气满满。 至少铁公鸡李长生是这样想的,他小小年纪便领悟到人间真谛:对钱,他不感兴趣(凡尔赛本赛)。 李长生背着天球精灵,脚踏万里河山,苍生剑一剑问天。 问长生为何苦恼,叹系统不让白嫖。由于自然环境的破坏导致这世上出现了一批能力者,而恽晨就是其中之一。 原本想一直隐藏自己身份的恽晨却碰巧遇到了改变他一生的世界少女——林夕。 而这个世界的真相也将逐渐浮现.......三流大学毕业的杨易,好不容易在广深一家公司混到人事主管的位置,可突如其来的泄密风波,导致他和女友分了手,当他穷困潦倒之际做起了一名凶宅试睡员,偶然间在床底下捡到一个水晶球。 从此,这个世界在他眼中变了…… “叮!恭喜宿主获得程咬金被动-舍生忘死……”人类引以为傲的科学技术真的值得自豪吗?在宏大的宇宙中真的足矣占据一席之地吗?是否存在着更高维度的文明?人类所谓的文明与猴子究竟有何区别呢?叫做梧椿的小城市隐匿在沟壑和山松间,历年的一年四季化成了绿林,凋落和光秃秃的枝丫,小城无论是怎样的破败,经过春的洗礼,透的是遐想的民间生活,芮梓煜?苏戎池,救赎文! 感情酷似朽木逢春,腐朽枝丫也能燎起原火! “如果我那天没有说,如果控制的住,会是另一种结局,是不是你就不会这么难过了,哥……怪我…。”随着科技的不断发展,经济等不断壮大,游戏同样不甘示弱的发展出了新的因素——全系网游。许权就是生活在这样的时代交替之际,当他踏足之际,便开启了一个全新纪元。他将向我们述说什么故事?男屌丝林凡意外车祸,却不料穿越异界,还未来得及高兴自己重生再世为人。却从记忆里发现自己是一个落漠家族的长子,虽天赋异禀却在17岁遭人偷袭丹田破碎武魂无法凝聚。随着脑海中一道系统提示音响起,林凡便有了称霸异界,问鼎苍穹的意志。还在YY的林凡被系统强制接受任务,悲惨的升级之路,爽翻天的称霸之路,一路美女如云……自混沌初开,法则之力充斥世界,造就三千世界,而每个世界的原住民们,逐渐领悟法则的法门,集力量于一身,冲破世界的禁锢,成就神位。成就神位的人们仍然禁锢于另一方世界的一隅,在他们的前面仍然有法则之上的力量-原力阻碍他们的前行。当他们举步维艰时,发现每隔一万年,就会打开三千世界的桥梁,就能领悟原力冲破此世界,真正法身成圣,神位转换为圣位,不过成就圣位的条件却十分苛刻,需要人间香火的供奉,为拥有神位的人提供信仰之力,并且两个世界的神位者们决胜出一位圣者位, “我会再回来的,道祖,儒圣,虽然我败了,但你二人绝对在接下来的圣位战被打败,哈哈哈哈…哈哈”, “大言不惭,汝等卑鄙之人,不配存活于世,即使你窃取到轮回法则,不过你已被法则抛弃,下一世定有人将你彻底陨灭”儒圣对着此人闻言道,看着此人在身体逐渐泯灭之际,有一丝魂魄被牵引到一户人家当中,对此眉头紧紧的皱在一起,与道祖相视一眼后,飞向天空上方的桥梁。 为百官正风,为百姓求生,为江湖立规矩! 天下有我李平安,天下快哉!我亦快哉! 综武世界 叶青在三不管地带开黑店。 小昭:老板,你心都是黑的,我才不要给你打工一百年! 师妃暄:黑心老板,休要坏我道心! 欧阳锋:年轻人,我劝你耗子尾汁,莫要将路走窄了。 赵敏:老板,你说那腹黑成功学,教教我,好刺激哦,我好喜欢。 张三丰:年轻人不讲武德,不过,你要不要跟我学修仙? 郭靖:叶大哥,以后我就跟你混了,你说让我干啥就干啥! ...... 叶青笑的五彩斑斓黑:诸位,本店明码标价,童叟无欺。
盐山网站 社交网络信息安全事件 企业网络安全公司 外贸社交营销的关键 西安专业建网站 东莞网站设计 酷网站欣赏 检查网络安全 2014全球网络安全事件网站手机版制作 网络安全管理工作方案。 如何识别外灵干扰的症状咨询【www.richdady.cn】 儿子不读书的环境影响【www.richdady.cn】 升迁障碍的解决方法咨询【www.richdady.cn】 家庭关系的相处之道咨询【www.richdady.cn】 前世老公的识别方法【www.richdady.cn】 财运不佳的财富规划如何制定?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的生活习惯【www.richdady.cn】√转ihbwel 婴灵的超度与家庭和谐咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分解读【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的家庭支持咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的自我提升咨询【微:qq383550880 】√转ihbwel 事业不顺的职场心态【σσЗ8З55О88О√转ihbwel 事业不顺的职场突破技巧有哪些?【企鹅383550880】√转ihbwel 失业的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外咨询【www.richdady.cn】√转ihbwel 强迫症的康复训练咨询【www.richdady.cn】√转ihbwel 婴灵的超度方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 小说网站制作 全网营销优点 网站建设策划书 网络安全年会2017 征文 上海简约网站建设公司 深圳网站和app建设 东莞网站设计 信息安全技术及应用 做网站是三网合一有什么优势 网络安全最新 石家庄做网站 传统零售营销的特点 信息技术与信息安全 域名分为 国家信息安全测评认证 整合营销公司简介 2016网络信息安全重大案例分析 网页制作免费网站建设 全网营销优点 网站建设策划书 网络安全年会2017 征文 上海简约网站建设公司 深圳网站和app建设 东莞网站设计 信息安全技术及应用 做网站是三网合一有什么优势 网络安全最新 石家庄做网站 传统零售营销的特点 信息技术与信息安全 域名分为 国家信息安全测评认证 网络安全设备 网什么 网站设计师联盟 案例展示在网站中的作用 网络安全英文新闻 信息安全技术及应用 新乡做网站专业的网络营销公司排名 免费网站空间 营销工程师 美国网络安全管理评估报告 个人工作信息安全 微博营销是指什么 2016国内信息安全会议 广州响应式网站咨询 外贸社交营销的关键 济南网站优化 2017年网络安全的事件 网络安全人才奖 2016 社交网络信息安全事件 网络营销活动规划 苏州网站seo 网络安全法 6月1日 网络营销的竞争分析报告 网页制作免费网站建设 西安网络安全 北京微信网站制作 济南网站优化 品牌网络营销 优帮云 保定市网站制作公司 营销外包论坛软文发布 关于网络安全的信息安全 网络营销机 检查网络安全 网站建设大致价格2017 网站设计官网 网络营销的业务流程信息网络安全工作 做网站是三网合一有什么优势 网络安全传输 商城网站模板 网络安全监测设备 东莞外贸营销 网站常识 营销包括 病毒营销的特点是什么 网络营销机 中央 信息安全工作会议 免费申请网站 网络安全年会2017 征文 信息安全标准与法律... 2016国内信息安全会议 网络安全法 6月1日 网络安全环境检测 代运网站 网站效果 重庆南川网站制作公司推荐 手机商场网站制作 信息安全在线网课 宝鸡做网站 2017年网络安全的事件 idc网络安全 国家信息网络安全中心 深圳做网站的 网站建设书 2014全球网络安全事件网站手机版制作 盐山网站 2016网络信息安全重大案例分析 营销型网站设计招聘 网站设计师联盟 网络安全意识培训目的 番禺网站推广 互联网营销平台 中国网络安全形势 广州响应式网站咨询 信息技术与信息安全 域名分为 邢台网站建设服务商 云南建网站 多个zencart网站收款邮箱绑定到同一个paypal主账号 计算机网络与信息安全技术 网页制作免费网站建设 中国国家信息安全测评中心 什么是wifi网络安全 西安h5网站建设 福州最好的网站建设 盐山网站 网站建设策划书 省网络安全厅 网络安全关键字 南京在线网站制作 网络营销学者 网站建设导航栏设计 信息安全技术及应用 信息安全项目经历,-1 中国国家信息安全测评中心 网络安全英文新闻 网络安全检测时间 网络营销具体指什么区别 北京微信网站制作 网络安全状况分析 网络营销技术性 美国网络安全管理评估报告 信息技术与信息安全 域名分为 深圳建科技有限公司网站首页 互联网营销的现状分析 北京搜索引擎营销外包 中央 信息安全工作会议 传统零售营销的特点