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
网站作用外贸自动营销软件破解版加密和解密技术对于信息安全珠海集团网站建设报价模板网站更改网站主域名营销型网站的设计框架全网营销服务有限公司生鲜网络营销目标中国网络安全中心 杨洛因情跨入禁之领域长生祸,就算世界上所有的人都死了他都不会死。他看遍了诸世的沉浮,活了无数个时代,为了爱人杀入了平行宇宙,茫茫星空,浩瀚宇宙,世间万千都曾留下过他的足迹……静静通过思考进入有不可知力引起的所有的思想结界,并且打破了所有结界的贯接点,从所有结界的最底层通过思想进入了结界的至高点。这途中静静经过了两大阵营,分别是共济会和神界都在虚拟空间里的自己里拿到了绝对的荣誉。带着本身的正义,静静在达到共济会最高处推翻世界上所有的物理体系之后,重新写出了整个世界。带着这份荣誉静静没有拿掉共济会和世界上所有的坏人,然后被转接到了下一个结界就是神界。神界在第一时间给我发来正义之约,要请我再一次的打败神界所有坏人,坚持自己的使命,就是拯救人类,否则人类就会毁灭。因为他们看到了整个人类的所有恶,没有活路。如果静静顺利完成任务,人类会得到绝对的光明,如果静静死掉,人类会一一按顺序毁灭。静静会是下一任信仰。静静先是救世主,也是造物主,然后是下一任信仰,最后是最大的主神。武道世界,强者为尊。梵天君临,诸天万劫,唯我独尊。 绝世天帝重生为家族赘婿,受尽他人白眼,却觉醒宝物镇天神符。 修武道,踏万界,镇天地万物,成众生之主。 “这世间天才千千万,唯我林枫一人能镇压!”从教20余载对教育的点滴思考,近些年来随着我国综合国力的显著提升,国家对教育的投入越来越大,教育的硬件设施有了很大的改善。但科技的进步时代的发展,教育也面临很多的问题,教育中的有些问题不是用钱可以解决的。我就我工作中遇到的教育问题以及社会中关于教育的热点问题,站在一个教师的角度发表个人的一点粗浅的看法。东方君从小无法修炼使其实力微弱,但因一次机遇,激活了体内沉睡着的黄金圣龙,就此获得了不属于这个大陆的力量,从此实力超凡。 结束了东面西方的明争暗斗,最终成为人类的第九代战神,并渡劫成真神。满堂花醉三千客,一剑霜寒十四州。 觉醒了【无上剑心】的落魄皇子段宗成为了天山剑派的观剑弟子,手握灵剑,他能看到剑中蕴藏着的人生大道。 手持千万灵剑,掌握千万剑意。 【白打流派,无双剑道,灵剑名曰‘开山’】 【 洞虚万法,诛杀奸邪,灵剑名曰‘诛邪’】 【长生不死,永存不灭,灵剑名曰‘不朽】 观剑百年,修行百年,一百年光阴,从无名小卒到不朽剑帝,段宗见过前来偷取灵剑的异国皇子,得到过段宗的指点,也见过重返天山剑派的妖女得到过段宗的赏赐,百年之后,天帝去世,天牢妖魔重现天下,剑派危在旦夕,千钧一发之际,段宗带着不朽剑走出剑阁。 “本帝在此,狼狈为奸者,谋权篡位者,倒行逆施者,妖言惑众者,都要死!” 现在百岁老人越来越多,而他们的故事正随着时代的迅猛发展而被遗忘。为此,收集整理他们的故事就成了一项重要事宜。作为为老服务的从业者,每天都和他们进行交流,倾听心声,记录百岁老人的故事,收存他们的健康之道,还有他们的笑声与苦恼……。于是《百岁福》就此诞生!腾龙大陆。   万族林立,人以强者为尊。   而肖不易的身份却是反派,和主角王岩所对立的反派绝顶高手龙傲天受到十大杀手组织围攻,无意间降临陨星大陆,附身废物少年身上,从此凭借前世功法和记忆,成为一代枭雄......
合肥公安部信息安全网络金融信息安全网址 营销餐饮客户方案案例 商务型网站模板 东莞网站建设报价 石材网站建设 模板网站更改 上海企业网站优化 大学生网络营销策划书 新疆网站制作 网络安全怎么办 亲子关系中的沟通艺术有哪些?咨询【www.richdady.cn】 心特别累的情感释放【www.richdady.cn】 为什么过世的前世解析咨询【www.richdady.cn】 莫名其妙感伤的前世记忆【www.richdady.cn】 事业不顺的职场困境【www.richdady.cn】 什么原因意外咨询【企鹅383550880】√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【企鹅383550880】√转ihbwel 事业不顺的职业规划如何制定?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些案例?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲在哪【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业后如何快速找到新工作咨询【www.richdady.cn】√转ihbwel 前世缘份【企鹅383550880】√转ihbwel 冤亲债主干扰的前世记忆【σσЗ8З55О88О√转ihbwel 事业不顺的原因分析【σσЗ8З55О88О√转ihbwel 事业不顺的心态如何调整?【企鹅383550880】√转ihbwel 财运不佳的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的原因分析咨询【σσЗ8З55О88О√转ihbwel 干扰对人的心理影响咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的前世影响咨询【www.richdady.cn】√转ihbwel 网站案例库 临沂网站设计 局域网的网络安全腾讯网络安全总监 搜索引擎营销思路 网络安全对抗赛 江西网络安全公司 外贸自动营销软件破解版 佛山网站设计公司 ids技术在网络安全中的应用 2017网络安全峰会视频 顺德网站建设市场 建国内外网站有什么区别 大连企业做网站 营销活动培训班 信息安全风险管理制度 网站设计) 微网站建设方案 网络营销课程 立体营销 知名手机网站 国家网络安全月 广州做网站的公 企业网站首页布局尺寸 公司建网站流程 郑州网站优化公司 网络营销学文稿 电子邮箱营销 合肥seo营销公司 大学生网络营销策划书 网站建设公司价位 珠海集团网站建设报价 网站收录低 服务定价营销概念 外贸自动营销软件破解版 在线网站建设 中山移动网站建设公司 控制系统信息安全 建网站后如何维护 yunos 信息安全 最新信息安全新闻 网站设计作业 合肥公安部信息安全网络金融信息安全网址 泉州网站建设 模板网站更改 上海企业网站优化 网络安全技术与解决... 网络安全中的个人信息安全 信息安全设备选型 重庆公司建网站流程 网络营销以网络用户为中心 网络营销传播含义 高端大气网站设计欣赏 有免费的营销软件吗 东莞南城网站建设公司 桐城网站建设省公安厅网络安全部门 网络工程师和网络营销 网络安全电信诈骗政策 外贸网站优化 大良营销网站建设服务 网络安全? 信息安全设备选型 2017年网络安全峰会 如何制作免费网站 网站主持人 宿迁网站建设 国家网络安全月 淘宝营销学 网站引流. 合肥公安部信息安全网络金融信息安全网址 宿迁网站建设 cism注册信息安全员招聘 信息安全四大会议 ids技术在网络安全中的应用 cism注册信息安全员招聘 北京响应式的网站 桐城网站建设省公安厅网络安全部门 网站网速慢 泉州网站建设 风云网络信息安全渗透测试课程 服务定价营销概念 在线网站建设 网站快速收录 网站设计) 局域网的网络安全腾讯网络安全总监 上海网站建设要多少钱 温州网站推广 信息安全技术 章程 网站的风格 模板网站更改 互联网企业进入信息安全 网络事件营销的特点 清华同方 信息安全 网站推广专家 郑州高端网站 营销网站的成功案例 动态网站 营销型网站的设计框架 账户信息安全事件,-1 立体营销 网站模板库 营销贸易 营销型网站的设计框架 南昌网站建设服务器 网络营销传播含义 中国计算机行业协会网络安全连接 营销活动培训班 知名手机网站 信息安全技术 章程 全国信息安全服务公司排行 北京响应式的网站 网络营销以网络用户为中心 温州制作网站 全景网络安全 网站关键词排名提高 临沂网站设计 网站的服务 信息安全属于哪个学院 搜索引擎营销思路 网络安全检查自评估表 广州好的广告公司能独立承担汽车品牌营销策划推广服务 江西网络安全公司 昆明信息安全培训班,-1 杭州做网站 佛山网站设计公司 重庆新闻软文营销 大学生网络营销策划书 2017网络安全峰会视频 敦煌网营销 公司建网站流程 建国内外网站有什么区别 b2c电子商务网站 网络发布信息安全 百度知道营销专家 大石桥网站 网站主域名