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郑州作网站网站盈利模式易建筑友科技有限公司网站网络营销事件地产信息安全监理业务资质,-1绵阳的网站制作公司好网站范例网络营销学习路线图金融网站建设在这个光怪陆离的世界当中,除了人以外,还有一种生物,他们或肮脏不堪,或不可名状,他们却是人类赖以提升修为、突破境界的猎物,他们被称为——诡异。 直到一天,一个来自于山村的少年,发现了惊天大秘。在那山巅之上 一道人影屹立在此 他此刻看向远方的的景色,眼神中充满了回忆与沧桑。 回忆着从前的日子,缓缓地开口道“没想到我李飒也有超越时间的一天,如今的我已经是举世无敌,也就只有家人能让我动容了!” 再一转身,镜头拉远。 在李飒的身后站着一群人,正是李飒的家人。 在时间的长河中,李飒成功的生存了下来,用自己的实力保护了自己在意的一切……高中学霸男生女生的跨界成长之路,小欢喜、小灵异、小感动最终演变一场波澜壮阔的心灵冒险。“敢问诸天神魔可有谁敢与吾一战?” 漫天神庭大帝,无数魔神妖王,望着那道分身伟岸的身影,只得俯身行礼…… 一身黑金皇袍猎猎作响,来自混沌时空那喧嚣无比的风儿在他身边缓缓蹭过,引得金冠上的垂帘悠悠摆动。 这里是最原始的混沌空间,同样是也宇宙的诞生之地。 而那道面对无数强大神魔的身影,却只是处在原始混沌空间这人无数分身的其中一个。 人类漫长的文明发展中,逐渐发现自己在宇宙中的孤独,人们开始寻找外星生命,可数千年来却是一无所获。 宇宙边缘论随着重生机的诞生,进入了大家的视野,重生机创始人“叶伦”说出了让全世界震惊的消息。 我们发现了外星文明!随着宇宙检测站的一个个排查,出现了让所有国家瞬间发起战争的重大发现。 宇宙重启!这场战役叫做宇宙重启!叶伦开启宇宙重启真的是为了拯救文明吗?还是受到了边缘文明的操控呢?这背后到底隐藏了什么秘密? 这一切都随着一名普通的研究人员,慢慢浮现出来……这是一个山海缘结,仙魔逆变的故事。 被迫遗落在尘世间的孩子,带着凡俗的认知,羁绊与名字,一步步走向修道巅峰。 他要带着红尘的枷锁,肩负着众生的希望,直面诸天仙佛。 人不为己,天诛地灭。所有的开始与结局总是异乎寻常。神奇,惊险及离奇的挑战铺天盖地涌入平常的生活。李杰加入了密逃团,可以正式出道了。他会发生什么事情呢?我在妖界是条狗!张启,一名高二的学生。母亲在一年意外去世了,父亲伤心过度之后被查出有精神疾病每天卧床不起。在很多地方都试过治疗父亲的病,却没有多大的效果。同时也欠下了许多债务。但张启并没有放弃父亲,周一到周五上课,周末有空就做做兼职,用来补贴家用,却远远不够。某一天,债主找上门来。知道张启没能力归还,便将他绑到小黑屋,准备咔腰子。但过了三天,却什么也没发生。于是张启变逃了出来,却发现大街上没有一个人。只见漆黑的夜空上。六道红光划过,从此张启的人生发生了巨大的改变。
网络安全 加密 温州建网站业务人员 网络营销评价方法有哪些方法有哪些内容 营销型网站策划 国内网络安全厂商排名 营销型网站策划 扣扣营销 东营网站推广 拉萨网站建设 网络安全攻击手段 孩子厌学的前世因果咨询【www.richdady.cn】 外灵的种类咨询【www.richdady.cn】 家庭关系的案例分享【www.richdady.cn】 前世老婆咨询【www.richdady.cn】 前世缘份的缘分揭秘咨询【www.richdady.cn】 财运不佳的真实案例有哪些?咨询【σσЗ8З55О88О√转ihbwel 家庭关系中的矛盾如何解决?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的预防措施咨询【微:qq383550880 】√转ihbwel 外灵干扰的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的沟通技巧咨询【企鹅383550880】√转ihbwel 事业不顺的原因分析【微:qq383550880 】√转ihbwel 自闭症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍【微:qq383550880 】√转ihbwel 婴灵的超度与化解【微:qq383550880 】√转ihbwel 大龄剩女的婚恋经验咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场晋升技巧有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世影响【σσЗ8З55О88О√转ihbwel 如何知道自己有前世缘份?【www.richdady.cn】√转ihbwel 信息安全监理业务资质,-1 政府网络安全中心 2015信息安全会议贵州网络安全攻防大赛 武汉大学 网络与信息安全新媒体营销外包公司哪家好 极速营销软件 广东省计算机信息网络安全协会 网络安全与管理ppt 信息安全事件的案例 信息安全行业安全标准 商业网站设计 网络营销专员工作要求 成都 网站建设 什么叫事件营销 网络安全审计系统选型 传统市场的营销活动 易建筑友科技有限公司网站 上海企业网站 it信息安全 信息安全保护等级三级 信息安全行业安全标准 专业的网络营销哪里有 国美网络营销策略 湖北信息安全网络技术 手机网站开发技巧 营销系统直接营销缺点 网站建设排版规定 财政部网络安全 网络安全防范方法 客户端安全 网关安全 服务器安全 安全服务 网站盈利模式 金融网站建设 免费网站制作新闻 深圳市信息安全行业 拉萨网站建设 明确保障网络安全的基本要求 网络营销学习路线图 网络安全进企业 珠海网站策划公司 易建筑友科技有限公司网站 网络营销专员工作要求 网络安全事件应急响应时间 易华录 信息安全 网站首页制作 国内网络安全厂商排名 明确保障网络安全的基本要求 网站首页制作 石家庄网站设计网站维护 加建网网站 网站 开发 价格 腾讯的网络营销 信息安全保护等级三级 it信息安全 网络安全研究 设备平台 福田做网站 西安手机网站建设 2016年网络安全大事记 中山企业手机网站建设 如何创办网站 网络安全防范方法 客户端安全 网关安全 服务器安全 安全服务 三金网手机网站 许可email营销的实施 深圳营销型网站建 深圳信息安全企业,-1 广东省计算机信息网络安全协会 扣扣营销 网安大队互联网信息安全检查 梁和平 网络安全 长沙微网站 网络营销市场环境手机 迈克菲网络安全 易华录 信息安全 网络安全研究 设备平台 网络营销事件地产 简述什么是网络营销 网络营销考研 网站建设排版规定 信息安全产品认证目录 专业的网络营销哪里有 思科网络安全解决方案 信息安全检查通讯 长沙微网站 下载免费网站模板下载安装 网络营销评价方法有哪些方法有哪些内容 网站盈利模式 网络安全测评教程 微信营销月总结报告 成都 网站建设 外贸营销群 深圳营销型网站建 360网络安全电影院 极速营销软件 2017网络安全专业 网站代理维护 营销系统直接营销缺点 互联网效果营销服务商 上海企业网站 想弄个网站 有关于网络安全的内容 网络安全工作人员培训 网络和信息安全专业介绍 如何设计网站banner 网站设计例子 普集网站制作 网络安全测评教程 网络营销能力秀等级 网络安全软件 南京网站建设锦州做网站 瓦房店网站建设 网络安全测试工具 电商网站报价 网络安全大牛的博客 网络营销人群分析报告 网络和信息安全专业介绍 绿盟cncertcc网络安全应急服务支撑单位资质 东营网站推广 政府网络安全中心 湖北信息安全测评中心待遇 2015广东省信息安全 网络安全运维面试 部队网站制作 国内网络安全厂商排名 信息安全测试,-1 北大 信息安全 广州信息安全公司 网安大队互联网信息安全检查 作为大学生我们应该怎么面对网络信息安全 网络安全审计系统选型 南京网站建设锦州做网站 珠海网站策划公司 许可email营销的实施 迈克菲网络安全 国美网络营销策略 中国风配色网站 想弄个网站 三金网手机网站 2015信息安全会议贵州网络安全攻防大赛