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乐清网站建设网络营销Ar是什么青岛营销推广公司社交媒体营销英文信息安全产品测评姜止戈穿越书中成为恶名滔天的反派魔帝,开局就被男主带着女主围攻陷入必死局面。 濒死之际,他觉醒了人生记忆编辑系统,向世人展现他的过往。 于是乎,一段段催人泪下的记忆显现在世人面前。 “柔儿,记住,宁为乞丐,不为人奴,只要我还在一天,便绝不会让你去为奴为婢。” “紫烟,为了你,成魔又有何妨,举世皆敌又有何妨?” ....... 待到一切浮出水面,世人才明白。 恶贯满盈的魔帝,所做一切只为所爱之人,只为庇佑世间安宁。为你,我悔吗?一个出身贫寒的人 ,进入警局有多大的用处五年前,因为一场陷害,震惊江城的一件事情,我离开了这从小到底都在这里生活的地方。 五年后,我成为了战神,创立战神殿,独立边境震慑诸国,满身荣耀的回去寻找那对我做梦都想去弥补的妻女。一名少年天赋异禀,因被手足残害险些命丧他手,不曾想因祸得福在机缘巧合之下寻得仙界神兵。当绝世神兵再现,引仙魔觊觎之时,他又将迎来一场怎样的命运呢?黄乞意外经理一场异世旅行,回归之后发现世界已然焕然一新!在经历过许多文明的他也不清楚对蓝星而言这是机缘还是阴谋,因为他曾看到过世界的真相!这部小说内所说的世界与现实世界毫无关联。并且主角们所处的世界为异世界。 一座与外界没有任何联系的神秘城市——MT-X,能够不断侵蚀着被动者的感情。然而,最大的问题还是——没人能够逃离这所城市。 这里有一所学院,只要满足学院的规则毕业的人,就能够逃离这座MT-X,到城市外“无忧无虑”的生活。 藤升流星,作为一个特嫌麻烦而且没有任何梦想的人,被这座城市侵蚀了感情。 为了寻找感情之物而踏入这所规则为「杀人」的学院。 等待他的究竟是纯真无邪的爱之情感,还是深恶痛绝的恨之情感。 一切都要从遇见他的邻桌——『凝玉花利』开始…道然,道法自然。 破万法,与天斗,势要胜天半子!他喝了一大口酒,眼睛看着那些画板,有的是女孩坐在草地上,有的是女孩坐吃苹果,有的是女孩做鬼脸,有的是女孩钻在桌子底下,有的是女孩在海边沙滩上走,有的是女孩在看书,有的是女孩在堆石头,有的是女孩在吹肥皂泡,有的是女孩在海边堆沙堡。 到处都是同一个女孩的头像,到处都是他无处不在的思念,和他曾经毫不吝啬的青春。她用眼睛一张一张的端详起这些画作,每一幅画作虽然很唯美,却都散发出悲伤的气息,仿佛充满了痛苦而挣扎的记忆,她轻轻地问,你为什么你不去找她? 他的眼睛里闪过一丝痛楚,我的世界在这里,离开了我的画室我就不再是我自己了。 她问,既然你这么想念她,难道不能将你的画室带到有她在的地方吗? 他的表情显得忧伤而决绝,我必须远离喧嚣,有如一座寂静的庙宇,我需要用有限的生命去创造永恒。 他问,你呢,为什么来到这里,为什么那么伤心。 她本来不是一个喜欢说话的人,也不喜欢轻易坦露自己的心事。但是这次她说,我总是这样。 系唐末国之动荡,蛮夷四起、奸臣当道。军中小将秦少游为尽忠报国,奋勇征战平叛。奈何朝中尔虞我诈,牵连至江湖也纷争不断。在内忧外患的境地,秦少游艰难前行… “国将不国、家亦破散,我何为思于别处?”… “鸢儿不怕,即便是粉身碎骨、也是我的决定!”… “与我长剑、牵我战马,今日死战不退!”… “不是非要置尔等于死地,要怪就怪这天不由你!”… 人世间情情爱爱、是是非非,都不如怀中一坛女儿红,一盏饮尽、何不快哉?沉沉浮浮的一世到头来还不是人死灯灭,化作一捧尘土罢了。就让这一世轰轰烈烈一场吧! 一剑身挎量江湖,一壶佳酿饮人间。 二目视下皆屠辈,二指拈来花月容。 三生不及比来世,三笑大呼遇悲哉! 四面围独无绣隙,四四两两扮酒银。 (小结:本故事纯属虚构,内容有真有假,并非延于历史、不必纠结。看书读故事,可以看不同的人生,烦请各位看官品鉴!谢谢~)
国有企业信息安全管理办法 深圳 网络营销 企业 河北网站设计制作 百度知识营销的优势 2014 国家信息安全 深圳网站seo公司 网站排名快速提升 潍坊网站建设推广公司 信息安全服务情况 湖南网站设计企业 感情纠纷的解决方法【www.richdady.cn】 通灵与心理学结合咨询【www.richdady.cn】 公司破产后的员工安置问题咨询【www.richdady.cn】 阴间生活的前世故事咨询【www.richdady.cn】 财运不佳的前世因果【www.richdady.cn】 孩子厌学咨询【企鹅383550880】√转ihbwel 前世老公的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的治疗方法【企鹅383550880】√转ihbwel 大龄剩女的心理调适咨询【σσЗ8З55О88О√转ihbwel 灵魂化解的意义咨询【企鹅383550880】√转ihbwel 纠纷的解决方法【微:qq383550880 】√转ihbwel 磁场化解服务咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世因果咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的原因分析【微:qq383550880 】√转ihbwel 祖灵与家运的关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵对家族的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌时如何提高注意力咨询【www.richdady.cn】√转ihbwel 3. 情感与心理咨询咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的环境影响【企鹅383550880】√转ihbwel 杭州网站制作 个人主页网站模板 信息安全审计 深入 探讨 乐清网站建设 网络安全管理系统品牌 绵阳网站建设 2014 国家信息安全 浏览国外网站 dns 沈阳做企业网站的公司旅行社网络营销 网站的种类 深圳网站推广公司 email营销的含义 信息安全合规性检查 世界各国网络安全 百度知识营销的优势 网络安全 审计 信息安全竞赛官网 工业互联网网络安全 潍坊网站建设推广公司 2017国家信息安全周主题,-1 口碑好的无锡网站建设 网络安全 审计 网络营销推广策略分析 网络安全大神道哥面试 网络安全的立法 绵阳网站建设 门网站制作 绵阳网站建设 安天信息安全 国家能源局 信息安全 网络安全专家:计算机网络安全 政府网络安全体系 吉林信息安全测评中心 一款营销 丹东网站建 网络安全服务机构指 酷黑网站 单位建网站的优势 信息安全 人员 计划 福州自适应网站建设 手机模板网站 2014 国家信息安全 电子营销课程体会 淘宝 病毒式营销 郑州网站建设哪家有 社交媒体营销英文 网站筹建中 大型网络安全公司 网站制作青岛 网络计算与信息安全 高大上强企业网站 西安做北郊做网站 企业网站趋势 本地佛山顺德网站建设 东莞阿里网站设计 手机微信一体网站建设 网站文章图片加标签加 浦东新区苏州网站建设 email营销的含义 深圳 网络营销 企业 大型网络安全公司 湖南网站设计企业 网络安全官方网站 信息安全服务情况 深圳市计算机网络安全培训中心 口碑好的无锡网站建设 制作自己的网站 个人主页网站模板 2014 国家信息安全 世界各国网络安全 网站建设公司平台 中国国家信息安全测评中心待遇 网络安全使用规范 武汉 网站设计公司 杭州网站制作 东莞阿里网站设计 信息安全工程师 培训 营销思维 手机网络安全方案 工业信息安全公司排名,-1 丹东网站建 网络安全新闻视频 跨境电子商务营销推广 甘肃手机网站建设 sem营销运营优化公司 网站排名快速提升 网络安全知名企业 网络营销选题的报告 网络营销Ar是什么 工控网络安全企业排名 工业信息安全公司排名,-1 斗门网站建设 汽车网络营销策划书 区域整合营销 国有企业信息安全管理办法 工控网络安全企业排名 国家信息安全认证 深圳 网络营销 企业 政府网络安全体系 福州+网站开发 网络安全从业者 信息安全 云安全 发展趋势 沈阳做企业网站的公司旅行社网络营销 中国信息安全研究 信息安全(网络犯罪侦查 个人主页网站模板 日本网络安全法律法规 中山网站建设找丁生 长沙微营销 手机模板网站 互联网信息安全现状 网络营销事件营销 信息安全事件等级 设计网站多少钱 四川大学 网络安全编程 期末试题 网络安全 收购 潍坊网站建设推广公司 郑州网站 全国专业信息安全服务资质咨询中心,-1 宜春做网站 网站制作资讯 深圳市计算机网络安全培训中心 网络营销事件营销 营销淘宝 网站的种类 佛山新网站建设特色 2017国家信息安全周主题,-1 网站推广的目的 邮件营销推广案例 一款营销 信息安全竞赛官网 信息安全业务介绍 网站建设广告 网络安全的立法 丹东网站建