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
微信营销成开发软件网站建设网络安全努力破除网络营销策划公司信息安全的前沿技术重庆网站公司企业网络安全网站开发费用报价单重庆专业做网站建网站 广州电力行业信息安全等级保护测评中心宇宙浩瀚,充满着神秘的色彩。 这个宇宙,属于魔,宇宙的角落,是人类的领地,可谓生存空间极小。 万古前,星神崛起,实力碾压,自此,人魔两族和平共处,此后,星神神秘消失,和平破裂,征战不断。 且看楚夜如何一步一步成长,改写人类的命运! 为尊恩师遗命,名震海外的暗夜君王李辰南龙隐都市;本以为娶个既漂亮又有钱的老婆,可以从此吃着软饭过上幸福平凡的生活,却不料红颜祸水,自此麻烦不断...... 本书又名《天脉至尊》,作者千万字人品保障,欢迎入坑!前世,寂灭剑神陈夜一人对抗着吞天魔龙,他看着大陆被摧毁,他悲伤无比,他怒吼道:“寂灭归元,同归于尽吧!老怪物!”说罢,他燃尽生命发出宇宙中最强一剑,这时,一颗石头发出了强烈的光芒,将陈夜轮回道3000年前。他一路提升实力,能否打败吞天魔龙?“大哥,该吃药了。” 一碗药,让秦天穿越附身在同样被一碗药干废的同名天才少年身上。 “想我堂堂七尺男儿,怎能拜倒在你的石榴裙下,认一个女子当师傅。” “不拜师也可以,信不信我找几个弟子带条麻袋来陪你聊聊人生。” “师傅,请您喝茶!” 大丈夫,当能屈能伸,为了复仇,哪怕是裆下之辱,老子也得带着一脸痛苦钻过去。 修行怎能分心,该打。 你打坐的姿势不对,该打。 你出招的方式不对,该打。 谁让你私自突破的,该打。 谁让你...... 师傅,我就进来给你送杯茶,你怎么也打我啊? 额,谁让你送的茶这么烫。 不可能,我尝过了,根本就不烫。 你...... 在风谷道馆地下室捡到了人皮书的张鹄,探索着人皮书上给出的一个个任务,解开了身上的一个个能力,逐渐触碰到灵异的真相。   张鹄利用人皮书以一个还愿师的身份驾驭厉鬼,走上了一条与灵异事件处理司截然不同的道路。一方面抗衡厉鬼,一方面抗衡灵异事件处理司。 另外他发现,人皮书做完的任务赋予他的能力,逐渐把他也变成了一个鬼,来到了死后的亡者世界,见到了所有的前任还愿师,还愿师的目的是掌控亡者世界,让它不至于失控,他要重新规划亡者世界的规矩和法则,只是刚到亡者世界的张鹄在这里的实力和刚触碰灵异事件的他一样,这是一个新的开始,一次在亡者世界的变强之路。路上碰到个老神仙非说要给我算命,最后说我五行俱全不适合这个世界,没多久,精神病院的人把他抓了回去,然而我果真如同那精神病所说,我,不适合这个世界,在他被抓没几分钟,我就穿越到了这阴阳五行世界,这里总该是属于我的世界了吧,我,莯灿鑫,将在这个世界留下我的故事!你是妖,落入凡间的妖,闯入我的心悸…… 我是妖,入凡落尘的妖,寻觅你的踪迹…… 单恋是苦涩,孽缘是刀光剑影…… 徘徊在爱恨情仇……宿命的悬疑,人生的际遇,命悬一线,纵然是刀山火海,无数痴情男女,笑着哭着痛着恋着乐着,毫不犹豫,飞奔而去…… 想你 念你 陪你 牵你 宠你 恋你 爱你 一世痴狂……全然化作血泪滴…… 相信我!这故事既是玄幻,也是悬疑,还是言情......在一块充满了灵气的土地上,一位少年开始新的传说  一穿越就逼婚,大圣又来了。   阎王老爹,咱能退婚不?孩儿不要母猴子!就是不要嘛!   外挂:   论“捏方面”怪癖如何养成?这就要从神秘法典——《恶魔巴巴》说起了。                                                                                                                     拥有灭魔血脉的木子余在十六岁觉醒了灭魔血脉之力,从此告别了平凡人生,更因为一次意外,掉落山崖,获得了不死天功传承,打开了更为广阔的一片天地。
黄岛网站建设 网站层级防网站模板 信息安全导致的损失 提供网站建设搭建 开发软件网站建设 耐克专场营销案例 手机介绍网站 网络安全身份认证 武汉企业网站建设 济南seo网站推广公司 大龄剩女的婚恋心态【www.richdady.cn】 事业不顺的心态如何调整?咨询【www.richdady.cn】 亲子关系的心理调适【www.richdady.cn】 特殊学校【www.richdady.cn】 官司的原因分析【www.richdady.cn】 冤亲债主对生活的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的生活习惯咨询【微:qq383550880 】√转ihbwel 儿子不读书的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的前世影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的前世记忆【微:qq383550880 】√转ihbwel 灵魂化解的仪式咨询【企鹅383550880】√转ihbwel 人际关系不好的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐共建方法有哪些?咨询【www.richdady.cn】√转ihbwel 解梦的前世影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的原因分析【企鹅383550880】√转ihbwel 纠纷咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的环境影响【σσЗ8З55О88О√转ihbwel 失业咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 蓝色网站建设 简述整合营销的概念 武汉企业网站建设 计算机网络安全等级国际标准 国内网络安全厂家排名 网站密度 信息安全攻击 龙岗营销网站建设公司哪家好 微信高端网站建设 网站系统商城 济南seo网站推广公司 汽车软文营销成功案例 2014中国信息安全技术大会 营销问题 cise网络安全 互联网营销和传统营销广州省建筑信息安全网 新闻类营销 怎样学好网络安全信息安全专业规范 idc/isp信息安全管理 沧州做网站 义乌 外贸网站 开发 国家金融信息安全 2014中国信息安全技术大会 关于公司信息安全的通知 营销号软文 计算机信息安全病毒,-1 华为网络安全案例分析 信息安全综合管理系统 三个成功问答营销案例 义乌 外贸网站 开发 网站到期了 互联网平台信息安全 建网站 广州 营销型网站有哪些 网站优化哪里好 信息安全安全管理体系法律管理 安徽省 信息安全协会 高特效网站 微信营销成 网络营销意识不强 做动效网站 昆明学网络营销 信息安全管理理论 做动效网站 金水郑州网站建设 企业网络安全 信息安全专业的课程 提供网站建设搭建 信息安全评测费用,-1 wap网站制作 信息安全等保 网络安全努力破除 在线网络安全检测 edm电邮营销平台 北京企业建立网站 idc/isp信息安全管理 2014年信息安全培训,-1 网络安全身份认证 怎样黑网站 国家信息安全与战略 物流网站建设 建立企业网站 双线网站 z专科学网络营销怎么样 开设信息安全大学名单 深圳外贸整合营销 枣庄网站优化 版权营销 sns社交网站 网络安全展 黄岛网站建设 枣庄网站优化 常州网站设计 网页创建网站 深圳做网站 常州网站设计 全网营销文章 信息安全攻击 北京信息安全学院 设计 金水郑州网站建设 【宁波网络营销】就找龙宇网络 网站怎么装模版 计算机信息安全病毒,-1 上海 信息安全 企业,-1 网络安全峰会2017 微博营销近期运营方案 国内网络安全厂家排名 信息安全导致的损失 莱山网站建设 坚守信息安全底线 企业网络安全 网络口碑营销影响过程 武汉企业网站建设 蓝色网站建设 信息系统 信息安全风险评估报告格式 与营销相关的公众号 信息安全的前沿技术 整合营销传播的理解 计算机网络安全等级国际标准 双线网站 做网站技术 网络安全博览会 门票 互联网及网络安全应用 上海创意型网站建设 网络安全统一管控 北京营销网站建设 营销 广告 无锡网站建设公司 营销问题 网站的联网信息安全 网络口碑营销影响过程 信息安全应急中心 大良网站建设基本流程 上海信息安全测评认证中心 搜索引擎营销的流程 四川大学的信息安全 信息安全服务资质证书 级别 网站密度 三个成功问答营销案例 深圳做网站 网络营销怎么搞 企业营销职能案例 网络安全法 项目管理 网店营销计划有哪些 研究生信息安全对抗赛 网络安全认证考试 信息安全等保 宁波网站设计 耐克专场营销案例 临沧网站建设 北京企业建立网站 上海网络安全等级测评 网站层级防网站模板 搜索引擎营销的流程 网站系统商城