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
网络安全感知信息安全事例 2017魔兽网络安全龙岗网站设计机构代理营销制作网站备案幕布企业营销有怎么建立个人网站关于企业网站建设的必要性信息安全培训师,-1网站备案要多久李文重生成了一颗灵气复苏时代的柳树,这个时代强者横空绝世,坐镇一方。   异兽咆哮山河,占地为王。   还好有进化系统无限强化自己,自身的生命灵液让万灵不断进化。   结出来的生命果实让无数生命疯狂。   有人称他为树神拯救一方生命,有人更愿意叫他魔树,树根一出抽取数万里精华……人类文明的进化、病毒变异和外星怪物之间的宇宙关系“每当看见奥特曼小视频的时候,下面总会有一堆品论,你,相信光吗?我也会笑嘻嘻的在下面评论我信啊!” “只是,我相信的光,是那些我不知道姓名的人散发的光芒。” “我相信的不是光,是那些燃烧自己散发光辉的人啊!”一次偶然的相遇,命运从此改变,讲述不一样成长历程,有丰富多彩的剧情,跌宕起伏的人生,爆笑而严谨,闯女生更衣室、旅游掉进女生池塘、被一群基友大叔追的满街跑……领略不一样的玄幻之旅。我是谁?我在废墟残垣中醒来,人类和机器人的战争让世界都濒临毁灭,谁来救救我们?谁来救救世界?谁来拯救这次末日之战?我,张森。三好学生一枚,上下学扶老奶奶过马路,收养流浪的小猫小狗,不打架斗殴。却在车祸中去世,穿越到了异世界。金手指,系统,后宫.....那可不了应有尽有。啥?都没有!没有事情,在主角光环下,开局接受古龙传承,成为世界上唯一一只100%血脉纯度的龙。咦?可是什么能力都没有,还被地下城里的低级怪物完虐。还由于觉醒时动静太大,传了出去,被全世界追杀....我的命怎么那么苦轮回觉醒,打开了新世界的大门,你,还讨厌我吗?重回90,多了老婆家庭,谭明阳烧冷灶,做布局。本想静待风起,乘着连母猪都能够起飞的时代巨浪打造属于自己的商业版图。   但现实却让谭明阳遭遇当头棒喝。   他不得不挺起了脊梁骨,以超越时代四十年的眼光跟阅历,用行动搅翻这个时代。   不装了,这时代,老子就是风口。丁兆天大学毕业后回到海边渔村,在一次出海中偶得海灵珠,从此开启了全球直播的最强渔夫人生! 大海波澜壮阔,深海之下更是隐藏着无数的神奇奥秘! 丁兆天乘风破浪,纵横大海,从南极到北极,从浅海到深海! “什么?这极品白鲳鱼,主播按筐卖?” “我的天,那是几百块钱一斤的极品枪鲸?” “老丁是我见过的最霸气的海洋主播!应该说,是海洋之王才对!” 这是一个支离破碎的奇异世界,这一天潘风幽幽地从这一方世界醒来, 他知道他穿越了,可熟读网文三百篇的他,却发现自己作为主角什么都没有, 没有系统、没有戒指.....就连金手指都不给, 开局面临一群boss围困身陷囹圄,这还怎么玩? “可我不能丢了穿越者的脸!不能丢了一个来自地球的老书虫的脸,我是潘风亦是潘凤,更是全地球村的唯一走出来的希望 ...............”
营销的拼音 企业营销网站建设公司哪家好 信息安全运维实用技术 h5网站作用 网络安全检测评估 国家信息安全扫描 网络营销学习路线图 便利的龙岗网站设计 软文营销策划书 网络信息安全投资 意外的前世记忆【www.richdady.cn】 前世今生的梦境解析【www.richdady.cn】 前世今生的奇妙经历咨询【www.richdady.cn】 老公家暴的法律咨询【www.richdady.cn】 无形干扰的前世因果咨询【www.richdady.cn】 财运不佳的风水布局【www.richdady.cn】√转ihbwel 投资项目的财务规划【www.richdady.cn】√转ihbwel 官司的调解技巧【企鹅383550880】√转ihbwel 孩子厌学的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的理财技巧【企鹅383550880】√转ihbwel 前世老公的前世案例咨询【企鹅383550880】√转ihbwel 自闭症的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 生活中的无形干扰有哪些【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 克服职场升迁障碍咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好咨询【σσЗ8З55О88О√转ihbwel 家宅磁场的优化技巧【微:qq383550880 】√转ihbwel 冤亲债主咨询【微:qq383550880 】√转ihbwel 财运不佳的理财技巧咨询【www.richdady.cn】√转ihbwel 心特别累的前世记忆咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的根源是什么?咨询【企鹅383550880】√转ihbwel 网络营销学习路线图 启明星辰 工业网络安全 中国互联网营销诞生年 做网站网站 怎么用html建网站 计算机网络安全防范技术解决方案 专业营销外包公司有哪些 怎么制作微网站 网站营销是做什么的 艺术风格网站 计算机网络安全防范技术解决方案 电子账户营销方案 宽带成功营销案例新闻类营销 网络营销渠道策略 大良网站建设基本流程 上海 社会化营销公司 营销推广服务 网络安全平台价格 汕头建网站 信息安全共享 怎么建立个人网站 2017中国信息安全招标 成都网络营销公司地址 怎么制作网站 惠州做网站 网络与信息安全宣传,-1 网站设计教程 网络与信息安全宣传,-1 开放网络安全企业网站网络营销职能 信息安全运维实用技术 龙岗网站设计机构 seo网站系统 信息安全事例 2017 信息安全事例 2017 手机设计培训网站建设 万网站建设 重庆全网营销推广 网络安全基础ppt 网络安全需知 网站营销的方法 微信营销和网站建设 网络安全学习路线2017网络安全专业 网络信息安全加固 信息安全保障 网站推广文章 东莞多语言网站建设 网络安全技术与防范 东莞做网站it s 软文营销的要素 网络安全大赛比什么? 网络信息安全投资 网络安全漏洞的定义 网站设计教程 软文营销的要素 成都网络营销公司地址 江苏网站建设机构 河南网站优化 成都网络营销公司地址 大良网站建设基本流程 中国网站建设 计算机网络安全防范技术解决方案 张店制作网站 网页设计网站 魔兽网络安全 国家网络安全展 东莞多语言网站建设 便利的龙岗网站设计 网络公司 开发网站 南宁网站建设教学 国家网络安全展 中国好的营销策划 网络安全平台价格 艺术风格网站 中国好的营销策划 上海网站制作 网络安全技术与防范 当受到网络安全投诉时 3g网站设计 建网站都要什么费用 蓬莱建网站 软文营销策划书 张店制作网站 idc 信息安全管理责任制,-1 启明星辰 工业网络安全 网站迁移 单位网络安全宣传培训情况 域名和网站 张店制作网站 长沙高端网站制作公司 浙江做网站 软文营销的要素 专业营销外包公司有哪些 蓬莱建网站 万网站建设 小区社群微信营销 郑州网站设计 信息安全保障 2014信息安全发展趋势,-1 网络安全状况与操作系统安全配置 营销推广服务 中国的信息安全事件 信息安全保障 网站设配色中新网络信息安全股份有限公司怎么样 信息安全部的认知 网络安全感知 网络公司 开发网站 方案图网站 域名和网站 信息安全防火墙源码 网络安全宣传信通公司 静安区品牌网站建设 网络安全狗招聘 网络安全需知 郑州网站建设案例 单位网络安全宣传培训情况 网络安全事件解决时间 怎么制作微网站 绵阳做手机网站 信息安全培训师,-1网站备案要多久 营销型网站定制 海宁网站建设 网站营销是做什么的 中国互联网营销诞生年 网络营销学习路线图 h5网站作用 seo网站系统 博雅立方网络营销公司 艺术风格网站 哪个国家学营销 2017中国信息安全招标 英文网站推广 跨境电子商务营销推广 网络安全状况与操作系统安全配置 网络信息安全加固 上海定制网站建设公司哪家好