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
网络营销的国内外研究现状青岛找网站建设公司好网站建设策目标青岛找网站建设公司好建湖网站优化公司事件式营销新浪微博营销的特点微博营销效果分析亚太网络安全自建网站套现这是在一个架空的城市发生的故事,那个人他一时兴起成为了一名初中的历史老师,要问原因的话?没有,仅仅只是一时兴起而已。外来物种突袭地球 每隔一段时间不同的地方会出现传送虫洞 世界各国举全国之力创造出守护自己国家之人 地球停转,末日来袭。 灾难接踵而来,人类为了生存终于是暴露出潜藏在内心的阴暗。 欺骗,背叛让人与人之间最后的一层遮羞布被饥饿、求生欲狠狠的撕下。 别人为了一块面包,可以出卖尊严。 而我,坐拥一块地,守护着自己爱的人和爱我的人! ……封尘,隐界的妖孽少年,年轻一代剑道第一人,无数传奇的缔造者。 为了躲避半个隐界的追杀,逃入下层位面。 竟意外收获一个超级可爱的妹妹? 然而,天道降罚、位面崩坏、甚至是异世界的来客…… 一系列的连锁效应却随之而来! “我就这一个妹妹,我管你是乱七八糟的什么异能科技变种机械,我不懂,我也不想知道。我只知道,如果我妹妹受了半点委屈,你那个世界也没有存在的意义了。”天族小殿下惊天落难,被隐士老人古月所救,从此她身边多了一个陪伴的人,两人相互帮助、相互慰藉,两小无猜,青梅竹马,他说过长大以后要娶自己,为了能让她活着,惊天独闯龙潭虎穴寻地火,一人大战千人得阴风珠,然而命运捉弄相爱的人,应为身份差距分开。为了能见到他,为人能和他在一起。她吞地火,食阴风珠,闯地狱得寒冰神髓,过关斩将得天火,历经千辛万苦成为世界强者,她满坏欣喜的去找他,却发现他要大婚了,无数次幻想的新娘不是自己,他们会不会在一起,请看王静如的寻夫之旅,辛强高中毕业后,为了考大学,得了一场大病,三次在市解放军陆军医院精神科治疗。 以后为了考成人高考,打县长进了看守所,姐姐在市中级法院上诉,辛强在无罪释放。 最后,辛强终于毕业于省财贸干部学院,求学的梦才实现了。 如果我再举起拳头 只是为了兄弟 如果我再次踏入江湖 只是为了我的女人不再被别人欺负。当我一次次举起拳头的时候 却没想过有一天却不能停止下来。江湖没有我的传说,却有着我的故事,看我宋尧如何一步步征服各个强大的敌人。2100年一个武器库保管员,连同武器库一起穿越到了民国时期,从此走上军火大亨的路  红色玛瑙似的石头、会唱歌的古木、夜半时分龙的低沉的吼叫、以及阴森的密林中的鬼怪……以及他,瘦弱的读书之人,却为何要爱上了一位美艳多情的少女,非常不幸地使自己卷进了万劫不复的纷争之中……   风高月黑之夜,他来了,沉重似铁的脚步声一度使石头颤抖,天上的月轮见了也不得不向他点头哈腰。他是真正的强盗,雄伟的身躯,过人的胆魄,尚且还有狡猾的头脑。杀人无数的他略显苍老,却并没有忘记儿女情长,风花雪月的日子使人不变老。他是少女的梦,少女还有另外一个梦,便是那读书人的眼眸,那是何等清澈的泉水般的眸子啊。狭路相逢,一头是那读书人,一头是强盗低沉的怒吼,刀抽出来了,上面残留着映着月轮的寒冷的血…… 这便是玄域之地,离奇可怕之事所在多有,天空一度呈现不祥之色,红色的雨飘洒在苍老的大地如雪花飞舞…… 人们纷纷逃离,而那位读书人却不能,因为他得保护着那位少女……      最后,读书人发现少女竟然… 大千世界,有生灵沉浮,杀劫生灭。轮回间,可有谁破开迷妄,证见不灭。前世今生,是他人经历,还是大梦惊坐起。 当林澈步入一界绝巅,有人问他:“你成功的秘诀是什么?”只见他淡定的喝了一口枸杞茶,若有其事道:“一切都要从陈员外家捡到一块板砖说起……” 【ps:本书非后宫文,以不知名武侠世界、仙侠世界为主,偶尔穿插斗罗、都市、西游等小剧情】
企业营销助手 网站建设策目标 推荐常州网站推广 信息安全等级保护分为 门户网站的建设 大理建网站 公安部信息安全等级 网络营销管理实例 网络信息安全实验项目 信息安全服务平台 如何识别外灵干扰的症状【www.richdady.cn】 莫名其妙感伤的解决方法咨询【www.richdady.cn】 前世老公的咨询技巧【www.richdady.cn】 脑部不清晰的解决方法【www.richdady.cn】 忧郁症的原因分析咨询【www.richdady.cn】 婴灵的安抚与超度咨询【微:qq383550880 】√转ihbwel 前世缘份的前世影响咨询【微:qq383550880 】√转ihbwel 官司的前世因果【www.richdady.cn】√转ihbwel 与女友前世的前世修行咨询【σσЗ8З55О88О√转ihbwel 财运不佳的理财技巧有哪些?【www.richdady.cn】√转ihbwel 前世缘份的缘分揭秘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世案例【www.richdady.cn】√转ihbwel 感情纠纷的情感重建方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感表达【企鹅383550880】√转ihbwel 大龄剩女的婚恋现状如何改变?【企鹅383550880】√转ihbwel 大龄剩女的婚恋困惑【微:qq383550880 】√转ihbwel 升迁障碍的职场瓶颈如何突破?【σσЗ8З55О88О√转ihbwel 老公家暴的自我保护【σσЗ8З55О88О√转ihbwel 与女友前世的故事分析【σσЗ8З55О88О√转ihbwel 失业的前世因果【www.richdady.cn】√转ihbwel 东莞网站建设公司 四川互联网营销公司有哪些内容 网站建设策目标 系统网络安全 推荐常州网站推广 信息安全等级保护题库 北京网站的建立 太原网络营销网站 珠海网站制作 浙江网络营销现状 项城网站 商业信息安全 专业网站开发服务 网站空间 青岛网站建设青岛新思维· idc 信息安全管理责任制,-1 国网营销 天津网站建设 app展示网站 网络安全认证检测 佛山新网站制作特色四川网站制作哪家好 河北网络安全事件 公安部信息安全等级 首席信息安全官大会 北京网站空间 网络营销工具类型 网络安全的威胁 1信息 新浪微博营销的特点 蔡晶晶 网络安全的春秋 linux网络安全 网络营销网站推广方法 网络营销的变化包括哪些方面 信息安全管理提供输入,-1 网站建设小技巧 东莞网站建设公司 政安信息安全研究中心 成都企业网站建设公司 合肥 网站建设 西安企业网站 淮安网站制作网络安全工程设计案例 网络安全基础:网络攻防协议与安全 课后答案 蔡晶晶 网络安全的春秋 推荐常州网站推广 东欧 网络安全敏感国家 idc 信息安全管理责任制,-1 服务器网络安全 产品网络营销推广方案 网络安全黑客漏洞 贵阳网站开发 河南信息安全测评中心 网络安全 公安 信息安全评测排名,-1 深圳市网络安全协会 建网站就找伍佰亿 合肥 网站建设 信息安全最新消息 信息安全最新消息 推荐常州网站推广 安徽网站推广 网络安全 公安 迭代思维 营销 信息安全等级保护题库 大学信息安全等级保护,-1 网络安全防护设备 北京的网站建设收费标准 架设网站 信息安全等级保护部署 汽车营销方案案例分析 政安信息安全研究中心 网络安全及防护 工业网络安全技术 事件式营销 武汉网络信息安全基地,-1 珠海网站制作 网站建设策目标 信息安全等级保护二级的认证 成功的论坛营销帖子 信息安全服务平台 感情营销案例 网络安全是什么战略 大理建网站 网站建设问题大全网站托管费 qq营销互联网信息安全规定 微博营销效果分析 注册信息安全员 商业信息安全 中央网络安全小组t图片 中国网络信息安全中心 河南信息安全测评中心 专业网站开发服务 网站设计奖 水资源营销 近几年营销成功的案例 网络营销管理实例 网络营销工具类型 安全等级是国家信息安全监督管理部门对计算机信息系统( )的确认. 网站与与云的关系 青岛网站建设青岛新思维· 事件营销和公关区别 邢台做网站公司 网络营销管理实例 idc 信息安全管理责任制,-1 信息安全等级保护分为 大学信息安全等级保护,-1 信息安全大事件 网站推广方式 信息安全保护管理规定 使用微博营销工具应该注意哪些问题 门户网站的建设 网络营销专题页 项城网站 贵阳网站开发 全协议营销 系统网络安全 广告营销基础知识 杭州网络营销外包托管 首席信息安全官大会 网站设计作品 企业品牌宣传型网站 大良营销网站建设流程 四川互联网营销公司有哪些内容 信息安全保护管理规定 如何开展网络营销 专业网站开发服务 佛山新网站制作特色四川网站制作哪家好 网站尺寸 淮安网站制作网络安全工程设计案例 义乌建网站 产品网络营销推广方案 市委网络安全和信息化领导小组办公室 大理建网站 网络安全设备图标 东莞魔方营销 设计师网站惠州网站开发公司 北京网站空间