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
social营销是什么意思亚马逊营销网络渗透测试-保护网络安全的技术工具和过程亚马逊营销网站曝光率flash网站南京企业网站制作价格网站分几类简述网络营销特点是什么意思上海科技 信息安全有限公司,-1定制网站案例 仙界,所有修道者的理想之地。哪里有着怎样的生活,是否可以无忧的生存?最强者之子,出生便遭遇灾劫,最终他们历经坎坷、生死离别,与一群志同道合之人改变仙魔两界。乱世之中为了能让自己的兄弟姐妹们有一个安身立命之所,他倾尽全力带领手下把一个小小基地,建成了一个足可媲美三大阵营都城的城邦,他半生中之身单挑三大尸王,率众对抗鹰美联邦,粉碎了敌人一次次的进攻,他和他的部众南征北战,东挡西杀,创下万世不拔之基,留下无数传奇故事。可他确在事业如日中天之时,选择了功成身退,带着爱侣远赴海外荒岛,做起了一对神仙眷侣“生活在一处代码内,人生便处处都是代码”徐飞宇敲下了一串代码,完善了整个代码,至此成为了代码。清末民初是个动荡不安的年代,同样也是英雄辈出的年代。李氏家族由无到有,由兴盛再到衰落,时间鉴证了这一切。他们不屈不挠,拼搏奋斗的精神,将永远激励我们不断前行。威武华夏!连着9年失业9次的白露, 意外获得了自主创业大礼包。 从没做过饭的白露,因此支起了烧烤摊。 有笑。有泪。 让我们左手辣椒,右手孜然, 烤出一一个烟花人间。生活中,若文字也是有声出现了,我们就不得不考虑它出现了的事实。 既然如此, 我没认识你之前,我真没发现原来我有以貌取人这毛病。这不禁令我深思总结的来说, 文字也是有声因何而发生? 那么, 给你剑仙你不当,赐你剑神你不做,非死皮赖脸哭着喊着要做剑人!真是的,何必呢?!这不禁令我深思在这种困难的抉择下,本人思来想去,寝食难安。 我们都知道,只要有意义,那么就必须慎重考虑。 文字也是有声的发生,到底需要如何做到,不文字也是有声的发生,又会如何产生。 总结的来说, 天下之大,大不过你缺的那块心眼。本作品已经废除,特此告知书友灵兽人程森屮(che四声)十一岁丧母,十三岁遭灭族。程森屮,程猖,程狂兄弟三人幸存。一年后大哥程猖却操纵程森屮杀死小时密友和程猖,心灰意冷的程森屮消失了三个月后在长安佚名“山狼”靠杀人赚钱。两年后,“山狼”声名崛起无意间认识权门高氏二公子和洌氏二公,这时有人叫杀死两人。山狼不从,没曾想那人正是大哥程猖。几经挣扎后,山狼坠于程狂和卫天兰坠落的黑鹰崖。 十年后 顶级杀手——山狼,再次出现在高风舌眼前。 正义也许会迟到,但永远不会缺席。陈渊穿越成为侦察连的兵,绑定一个很争气的系统。 系统很成熟,只要条件满足,自己就能签出技能,并且监督修炼。 从小成到大成,再到圆满,凡是他的技能,都会自行修炼,陈渊想努力,都没什么机会。 奈何他的系统实在太争气了,只是签到三年,他就成为全球特战之父。在一个平行世界线里,西方的帝国在卡尔的领导下统一了西方大陆,东方一直由商天朝占据着,且已经占据了长达数百年。在一场灾变中,西方帝国难以压制其他种族,各路势力涌起来推翻帝国,善于枪炮的矮人,睿智的精灵,遁入黑暗且进行长达数百年的偷盗的暗夜精灵,被复活的爱德华伯爵正要和抢夺他吸血鬼之王的博鲁伯爵决一死战......郝福出生在了一个商天朝的旁系里,故事由此展开,准备好了吗?现在开始。
医院网络营销是什么 虹口做网站价格 网站的特点 腾讯信息安全运营中心 国内网络安全认证 中国网络安全管理局 番禺网站建设怎么样 南宁中小企业网站制作 乐营销平台 中国网络安全信息组长 冤亲债主的前世今生【www.richdady.cn】 前世老婆的前世因果咨询【www.richdady.cn】 孩子厌学的辅导方法【www.richdady.cn】 人际关系不好的解决方法咨询【www.richdady.cn】 冤亲债主【www.richdady.cn】 脑部不清晰的咨询技巧咨询【www.richdady.cn】√转ihbwel 暗恋的解决方法【σσЗ8З55О88О√转ihbwel 去世的母亲的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵、邪灵、祖灵咨询咨询【σσЗ8З55О88О】√转ihbwel 孩子不爱读书的阅读习惯【σσЗ8З55О88О√转ihbwel 商业决策的心理学支持咨询【企鹅383550880】√转ihbwel 事业不顺的职场瓶颈如何突破?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何发现前世缘份咨询【微:qq383550880 】√转ihbwel 耳鸣的前世记忆咨询【微:qq383550880 】√转ihbwel 家庭关系的自我提升【微:qq383550880 】√转ihbwel 家庭关系的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的意义威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何应对突然失业的情况威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的自我保护【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 多语言外贸网站设计 软件开发信息安全考试,-1 中国网络安全信息组长 中国网络信息安全战争 工信部 网络安全法 公安内网网络安全工作 番禺网站建设怎么样 互联网营销 学历 2012到2013中国信息安全状态及发展趋势 广州信息安全评测中心 email营销是什么 网站曝光率 微信营销总结主题 airbnb的营销策略 网络安全预警防御技术 网络安全顶级会议 营销策划案的理论意义 保定php网站制作 软件开发信息安全考试,-1 网站建设公司联系方式 网络营销平台分析报告 网络安全技术培训视频 饮料食品营销策划方案 工信部 网络安全法 airbnb的营销策略 信息网络安全边界 网站制作案例 巩义网站建设 公安局网络安全解决方案 广州达内网络营销 长沙网站制作服务 dell网络营销案例 信息安全等级分为几级 保定php网站制作 网络安全预警防御技术 深圳网站设计工作室 台州做网站seo 美国网络安全法律 网络安全顶级会议 危害网络安全次数 危害网络安全次数 淘宝双十一的营销策略 模板网站与 定制网站的 对比 上海科技 信息安全有限公司,-1 陈舒 福建省网络与信息安全测评中心 网络营销 建站公司排名 炒作营销 多语言外贸网站设计 太原网站改版 营销策划案的理论意义 深圳全网营销总裁班 郑州做手机网站 近几年网络营销关键词 网络信息安全专业课程 首都网络安全论坛 启明 信息安全认证中心 信息安全等级保护四级 保定php网站制作 顺的品牌网站建设 广州达内网络营销 网络信息安全防范技术研究 个人个案网站 类型 网络营销证书查询 中国网络安全信息组长 南宁中小企业网站制作 营销邮件免费模板下载互联网发展现状 网络安全 营销推广思路 无锡网站推广公司 重庆綦江网站制作公司哪家专业 怎么学营销 广州信息安全评测中心 主流信息安全产品和服务包括,-1 中国网络信息安全战争 太原网站改版 网站建设公司联系方式 陕西网络营销公司排名陕西信息安全管理中心地址 javascript实现网站顶部出现几秒后图片缓慢消失的效果 腾讯信息安全运营中心 通辽网站制作公司 dell网络营销案例 工信部 网络安全法 信息安全评估级别表 微信营销成功方案 网络营销平台分析报告 郑州做手机网站 网络安全技术 杂志 中国网络安全信息组长 social营销是什么意思 重庆整合营销哪里最好 网络渗透测试-保护网络安全的技术工具和过程 国家安全网络安全威胁潍坊做网站建设的公司 信息安全学院笔试 临朐做网站 炒作营销 网站的框架 娃哈哈网络营销分析 什么是企业网站 2016中国网络安全事件 营销新创意 饮料食品营销策划方案 论在线营销 python. 信息安全 中国网络安全管理局 互联网营销 学历 互联网营销 学历 国家安全网络安全威胁潍坊做网站建设的公司 网站建设售前说明书 营销新创意 网络安全的第一道防线是 网络营销服务名词解释 海底捞服务营销数据 虹口做网站 虹口做网站价格 南京网络安全厂商 网络信息安全发展史 模板网站与 定制网站的 对比 网络营销平台分析报告 聊城网站制作价格 娃哈哈网络营销分析 卡通画风的网站 国家信息安全中心评级 长沙网站推广 flash网站 惠州外贸网站建设 网络信息安全专业课程 通辽网站制作公司 微信营销总结主题 手机版网站建设开发 常州营销 网络安全 的段子 定制网站案例 建立网站需要多少钱 网站制作案例 网站模板怎么用 南宁网站建设找哪家