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
信息安全编程语言信息安全设备选型腾讯网络安全总监通州顺德网站建设ecshop防官网收采集信息安全补丁乌兰察布网站建设网络事件营销的特点微信营销成功方案信息安全服务公司CISM注册信息安全员收入  李乘风穿越到一个妖魔横行的世界,成为青城山的一个守山人。   奈何他没有灵根无法修炼,只能安安分分做一个普通人。   但是有一天,他的系统突然变异了,从此成了一个令一众妖魔闻风丧胆的得道高人……   这妖怪也太弱了,我都没有出剑呢,怎么就死了。   我养的一条狗,居然是横扫妖界的一方妖王。   我池塘里的乌龟,竟然蜕变成了洪荒神兽。   之前跟我下棋的老头子,最后竟然成仙了。   还有那个最喜欢听他吟诗作对的漂亮姐姐居然修仙界第?仙?。   知道这些真相之后,李乘风开始怀疑人生:   我该不会真成为绝世高手了吧? 苏铭阴差阳错穿越到了御兽世界,熬了十八年终于在御兽天赋觉醒时等来了自己的金手指,超能加点。 资源转化为强化点,可以用来提升自己和御兽的各项数据。 路人:老师,凭啥苏铭御兽和我一样等级,他的体型是我御兽的几倍大。 苏铭:其实是他比较贪吃,长得胖。 路人:老师,不好啦学校塌了,苏铭的那头食铁兽推的。 苏铭:老师,这真不能怪我啊,他就轻轻摸了一下而已。 老师站在废墟之前,看着那头十几米高的食铁兽,正拿着学校避雷针剔牙时愣住了。 “苏铭,你这御兽是精英级别的?!!!!”开局穿越,继承一家濒临倒闭动物园,一只动物都没有,仅有的鹦鹉还是穿越来的。 怎么办? 激活“神级动物园系统”。 本以为从此走上人生巅峰。 奈何,系统出品,必属精品,园里动物全是秀? 附赠“大明星系统”的金刚鹦鹉,唱歌算什么?请叫我午夜情感大师! 选择“严于自律系统”的大熊猫,别拉我,我还能干三百斤竹子,锻炼是不可能锻炼的,这辈子也不可能锻炼的! 觉醒“除恶为民系统”二哈,投降?谁让你们投降了?老子还没拆呢…… 立志于当社会大哥的平头哥,想当健美教练的袋鼠,消防兵的大象,要上战场的霸王龙,面对一个个“蒂花之秀”的动物,身为园长的苏白表示,我太难了…… 【日常休闲文,有温馨,有搞笑,看了不吃亏,看了不上当!】你好,我叫刘意。 如果能听到我的声音说明我距离你们并不遥远。 如果可以,请尽量避免外出,在家中备好食物与水请等待军队的救援,重申一下,如果可以请不要外出,外面很危险,到处都是食人的怪物,请拿好武器保护好自己,请一定要。。活下去。over学神李安然高考前夕被天降陨石砸中,没想到却意外获得了宇宙互联网的登陆资格。唐末五代十国,军阀混战时期,外族趁乱而入,企图先霸武林,里应外合,再图中原天下。 一系水尊,九转玄阴之体,带领群雄,瓦解阴谋,驱除外敌,助后周太祖平定天下。身兼救世之重任,心系全球之万民。 功成名就,回首,可曾记得她! 你的母亲! 哪怕你赢了天下,失了她,又有什么意义! 致敬我最爱的母亲!封神大陆, 穿越从娘胎开始,可惜的是他父母离奇死亡,诡异的黑气笼罩他的童年,他要查出谁杀的父母,星月女神加护下获得了一个暗杀系统,他开始了他的复仇成神之旅......赵乾的魂魄被换到一只鸭子身上,好友孙立和孙立误救的妖怪小玲珑帮助赵乾回到身体里的故事。期间三人经历了各种危险,遇到了很多奇人异士,令人啧啧称奇又忍俊不禁。玄灵界,这片拥有着十境九地的广袤大陆之上,每隔千年便会产生一次降灵异象,伴随异象应世之人被称为玄灵尊者,而每任玄灵尊者的使命,就是带领灵族众将,重新封印上古异族。
social营销是什么意思 信息安全服务资质 无线网络安全要求 宿迁做网站 网络营销技术巨头 模板网站有什么不好 病毒营销六要素 营销有哪些职能中国网络安全监管 上海营销公司有哪些内容 高大上公司网站 感情问题咨询专家【www.richdady.cn】 不爱读书的案例分享【www.richdady.cn】 财运不佳的财富规划如何制定?【www.richdady.cn】 发育倒退的自我提升咨询【www.richdady.cn】 孩子压力大的改运方法【www.richdady.cn】 与男友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的续写有哪些方法?【企鹅383550880】√转ihbwel 冤亲债主干扰的预防措施【企鹅383550880】√转ihbwel 亲子关系的教育建议【σσЗ8З55О88О√转ihbwel 家庭关系中的矛盾如何解决?【www.richdady.cn】√转ihbwel 祖灵与家运的关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场建议【www.richdady.cn】√转ihbwel 失业的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 工作压力大导致的精神不振【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的自我保护【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退对孩子心理的影响咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋困惑咨询【企鹅383550880】√转ihbwel 精神不振的原因分析【www.richdady.cn】√转ihbwel 感情纠纷的原因有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营销推广公司 2015网络安全周 江苏网站建设效果 宿迁做网站 信息安全响应工作流程主要包括 信息安全设备选型 技术信息安全 凡客概念营销 网络传播营销策划 全网营销的推广方式 网络安全意见建议 上海网络公司网站 网络安全 注意事项 陕西省网络安全峰会 信息安全政策包含 专注武汉手机网站设计 网络信息安全讲义 北京网络营销外包 中国网络安全中心 电商营销平台 网络安全对抗数据赛 信息安全中的Cia 互联网营销总结感受 主流网络安全产品 信息安全人才需求图 网络安全 百度网盘 大学网络安全改造 衡水做企业网站的公司 网络信息安全防护措施 重庆网站建设公司 西宁做网站 宿州网站制作 互联网营销总结感受 电脑 手机网络安全 无线网络安全要求 网络信息安全公司排名,-1 成都营销博客 网络安全内容大全 信息安全中的Cia 服务定价营销概念曲靖网站建设 网络安全的最新动态 陌陌做营销 网络安全 百度网盘 2016国内信息安全事件 凡客概念营销 浙江华企做网站 2017年网络安全案例 南宁网站公司 国家实行网络安全等级保护制度 信息安全编程 超炫的网站 网络安全信息小组是谁 公司网站有哪些重要性 技术信息安全 北京网络营销外包 最重要的网络营销工具 关于开展信息安全等级保护安全建设整改工作的指导意见,-1 中国网络信息安全战争 模板网站有什么不好 电脑 手机网络安全 信息安全服务资质 学校网站的作用 广东地方网络安全法规 宿迁做网站 3. 计算机网络安全是 最实战的全网营销培训 宿迁做网站 关于开展信息安全等级保护安全建设整改工作的指导意见,-1 西宁做网站 ecshop防官网收采集信息安全补丁 全网营销的推广方式 医院网络营销是什么 南方信息安全研究所 信息安全专业博士,-1 个人网络安全 腾讯网络安全总监 软件开发信息安全考试,-1 无锡网站 网络信息安全讲义 上海网络公司网站 杭州网站设计公司有哪些 成都营销博客 河池网站建设 2015年北京信息安全培训班 杭州网络营销外包 上海网络信息安全报警中心 负有网络安全监督管理 日本政府网络安全中心 营销核心 深圳专业服务网络安全公司排名 信息安全政策包含 接设计网站 网络安全信息共享法案 2015年北京信息安全培训班 网络安全查询 上海营销公司有哪些内容 全网营销的推广方式 CISM注册信息安全员收入 内衣微信营销怎么做 大学网络安全改造 中国国家级网络安全应急响应组织 营销核心 信息安全监管 无线网络安全要求 网络信息安全讲义 263网站建设怎么样 周汉华 网络安全 定制型网站建设平台 高大上公司网站 网络营销需要做什么的 大连做网站的公司有哪些 信息安全服务公司 门户型网站 北京网络营销外包 信息安全等级保护工作部署 网络信息安全防护措施 上海营销公司有哪些内容 关系营销 医院网络安全解决方案 陕西信息安全管理中心地址 河南网络安全专科 南宁网站公司 中国网络安全中心 京东区域营销 互联网个人信息安全 福州网站建设 青岛网站建设迅优 全网营销推广公司 无锡网站 北京信息安全 电子邮件营销方式 河南网络安全专科 信息安全检查网 太原理工信息安全 如何防网络安全