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
政府怎样维护网络安全网站制作怎样盈利信息安全的研究内容学校网站开发天津网络安全物联网与网络安全如何维护网站济南专业做网站网络信息安全与管理免费制作网站一场灾变,让世界沦为秩序崩坏的废土。 有人栖身要塞,有人躲在荒原,还有人在辐射中变成了另外一种生物。 世界分割为两个极端,权贵们掌握着顶尖的科技,用一座座拔地而起的要塞将自己隔绝在乱世之外。 易子而食,危机四伏的流民区内,一名迫于生计的猎人,为了度过即将到来的凛冬,走向了一条披荆斩棘的道路。 在这艰险混乱的世道当中,一群草根出身的生死兄弟,逐渐让世界为之颤抖。这是讲述精灵王东东与混沌魔君索伦森之间的关系,以及关于其他精灵王的故事商界天才在车祸中丧生,却意外重生在一个底层小人物体内。 时间倒退二十年,突然多了一个可爱女儿,该哭还是该笑?老婆这么漂亮,会不会不安全? 这是一个满地黄金的时代,机遇多如星辰密布,淘金者多如过江之鲫。 林皓文决定彻底释放野性,化身一头吸金巨兽。 林皓文:“各位商界大佬你们好,我是来教你们做人的。”陈羽因误会被诸天女帝围攻陨落之后,觉醒诸天轮回系统,九世轮回显现。 举世震惊,女帝们痛哭、懊悔不已。第一世,无双女帝:师兄挖我重瞳,恨不得食肉寝皮! 轮回播放完,无双女帝哭晕:师兄,你不要离开我!原来我一直是那个被偏爱之人! 第二世,千羽女帝:这人是谁啊,太霸道,好讨厌。 轮回播放完,千羽女帝洞奔:鸣鸣鸣,我居然忘了我生命中最重要的人,为何要救我,让我去死! 第三世,红颜女帝:哼,不靠谱师傅,耽误我修行,死得好! 轮回插放完,红颜女帝大锤疯狂砸脑门:师傅,我想一直当你的徒儿,听你的话,再也不任性了! 第五世直至第九世,每一世都与神激战,震惊诸天万界。 来17K小说网阅读我的更多作品吧! 支持原创文学,支持正版阅读!文弱书生能否凭一己之力搅动天下?看似平静的皇朝下又隐藏着何种暗潮?前朝为何覆灭?方悔的身世又有何秘密?蝶恋花,恋着花得美,暗香一夜的孤寂,层层锁住久别的思念。这柔情,却难似水,人不在是当初的人,魂不在是当初的魂,物是人非,万般纠葛的三世情结,随着考古队的深入,一步步走进真相。东阳的九菊一派,因谁而诞生。千年九尾又为谁落下最后一滴血泪......情有千千结,一世浮萍,一世繁华,一世凄凉......高中才开学一个月后,高一七班的大家都平凡而和谐的校园生活被一个奇怪的黑色软件打破了,这彻底改变所有人的命运。。秦缘穿越到全民模拟人生的世界: 如果改变人生轨迹打破人生限制,可以成为人上人;如若失败,只能当个寿命只有五十多岁的下等人,终生贫苦。 毕业典礼:觉醒贤者。 贤者模式:可以推演一切。 模式时能力越强,推演越详细,成功率越高。 一世:【重生末世,觉醒超级异能,二十岁基因变异死了。】 “贤者模式开启,推演抑制基因变异的方法。 【你攻克基因突变,成为世界主宰,拯救人类开创修仙科技时代,寿终正寝。】 【模拟结束:贤者模式增强一倍、你获得三滴龙血、你获得灵米提供资格、你获得一次模拟机会、你获得......】 某世:【18岁的你,被女帝逼婚,虐待致死。】 “贤者模式开启,推演征服女帝方法。” 【女帝唱征服,获得最高评价。奖励:阴阳锻体决、获得….】 同届新人,纷纷成为普通人,苟延残喘。 此时:异族入侵基地时。 秦缘站出来,扮演异能强者,持仙法只手遮天。 这天: 异世入侵主世界。 秦缘仅仅一句话,万族臣服。 “怎么?征服不够,想被灭世?”在历经无数生死之后,那最终迎来的一切只是开始,历史似乎一直在轮回中。穿越玄幻大世界。 炮灰命运的江榆激活气运模板,能够随意查看并截胡他人机缘。 查看天命之子。 截胡天道造化,神兵功法,种种大自在加身。 查看天命之女。 截胡进境气运,百族臣服,将之收为自身红颜。 等等... 连终极大反派的机缘都能截胡?这可就有意思了! 多年以后。 当江榆立足诸天之巅,行首投足间,皆是造化手段时。 某宗门杂役:“说起来可能没人相信,当年那块至尊骨,其实我感觉是属于我的...”
新手营销站 网络安全 湖南两会 贵阳营销型_网站建设 信息安全cism 网络安全和软件开发 郑州营销推广 信息安全相关实验室 企策和营销 网络营销新闻 做网站一般用什么语言 婚姻生活不顺的原因分析【www.richdady.cn】 升职加薪的障碍分析咨询【www.richdady.cn】 前世今生的缘分如何续写?【www.richdady.cn】 化解冤亲债主的有效方法【www.richdady.cn】 心特别累的解决方法【www.richdady.cn】 前世缘份的改命技巧【σσЗ8З55О88О√转ihbwel 佛教视角下的前世今生咨询【微:qq383550880 】√转ihbwel 财运不佳的改善方法咨询【企鹅383550880】√转ihbwel 前世今生【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的职场发展威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的环境影响【www.richdady.cn】√转ihbwel 性压抑的前世影响咨询【企鹅383550880】√转ihbwel 婴灵的超度方法有哪些?咨询【www.richdady.cn】√转ihbwel 前世缘份的缘分揭秘【www.richdady.cn】√转ihbwel 孩子厌学的案例分享咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的心理调适咨询【企鹅383550880】√转ihbwel 婴灵的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的常见问题【企鹅383550880】√转ihbwel 工作场所意外事故的原因【企鹅383550880】√转ihbwel 外灵干扰的咨询技巧【企鹅383550880】√转ihbwel 网络安全事件响应 网站设计 深圳 信息安全 ssl 沈阳网站制作公司 网络营销课程感想 免费的营销 网站意义 免费制作网站 电子邮件营销怎么做 信息安全审查 信息安全检测包括哪些 信息安全风险管理活动主要包括 网站制作字体 深圳市移动端网站建设 梅州网站建设 贵阳营销型_网站建设 宜昌网站制作 个人电子营销平台登录 玉环做网站 网络安全重要性 flash 网络关键设备的网络安全专用产品 政府怎样维护网络安全 网址制作网站 途牛网络营销案例 互联网营销骗局 西安做网站 国外网络安全厂商 西安做网站 网络营销促销特点 网络安全 闭环 什么是信息安全与管理中心 机关网络信息安全管理制度 个人网络安全的重要性 唐山网站托管 信息安全的系统性 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 沈阳网站制作公司 曲阜做网站 信息安全标准规范 国外网络安全厂商 网络安全技术公众号 信息安全风险管理活动主要包括 信息安全审查 数字营销网络营销 简洁大方网站建设 营销企划 网络安全问题反馈平台 信息安全等级保护准则,-1 信息安全等级保护备案证明 学校网站开发 酒网站模板 网络安全和软件开发 贵州网站制作公司电话 信息安全保护 网站加水印网络安全培训方案 深圳市移动端网站建设 山东大学生网络安全 营销模式的优势 网络安全排查统计 整合营销的例子 信息安全导航 网站制作字体 2017中国网络信息安全峰会 seo属于什么营销 信息安全等级保护准则,-1 展示型网站解决方案 沈阳市网站设计公司大全 贵州网站制作公司电话 政府怎样维护网络安全 信息安全导航 网络安全信息收集 贵阳营销型_网站建设 可信赖的南昌网站制作 宜昌做网站 网络安全的认识 信息安全cism 免费的营销 网站设计 深圳 贵阳营销型_网站建设 机关网络信息安全管理制度 网站网络营销策略组合网络安全工作实施流程图 网络安全技术公众号 网络事件营销定义 网络安全 研究平台 信息安全的研究内容 美食城营销 信息安全服务认证 网站大小 网站新闻关键词 网站建设和网站开发的区别 信息安全考研高校 全网微营销 电子邮件营销怎么做 建设网站的五个步骤 如何设置网站图标 电商网站前台模块 南通网站优化 社交营销平台外贸 整合营销的例子 gartner全球信息安全市场的规模在2013年达到了672亿美元 android 信息安全问题 网络安全信息收集 个人电子营销平台登录 网络安全百科 网站开发工具选择网络安全系统实施方案 网络安全概述 ppt 途牛网络营销案例 什么是事件营销推广 信息安全相关实验室 保定做网站 网络安全百科 网络安全 闭环 网站建设和网站开发的区别 可信赖的南昌网站制作 微信开发网站建设程序 注册信息安全员在哪考,-1 网络营销产品最注重 信息安全技术论坛 南京专业微信营销公司有哪些 wap手机网站建设 安徽合安房产营销策划有限公司怎么样 注册信息安全人员 营销模式的优势 营销型企业网站建设教案 信息安全直播 网络安全扫描 网站如何上线 网络安全 湖南两会 网络安全 闭环 台州椒江网站建设公司 全网微营销 网络营销产品最注重 东阳网站建设 信息安全直播 网络营销新闻