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
网络安全岗位培训可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接北京做网络安全的公司网络安全网站大全昆明网站建设排名音乐网站的色彩搭配公关营销分析营销策略的方法互动营销失败星巴克场景营销案例全网整合营销服务商你想返老还童吗?你想青春永驻吗?那么你敢尝试逆生长空间吗?昌南的小镇里 她如同春风一般弥漫着花香,又如同秋风一般抚摸你的脸庞,这是温柔! 她如同夏日烈日一般刺向你的左心房,又如寒冬狂风扎进你的记忆,这是凶敢! 小镇里每个人都有自己的故事,有人抱怨自己故事不精彩,但故事之所以称为故事,就在于它的不精彩。 秋天的飞鸟远飞而去,停留到圣洁的桐树之上,预示着可怖的黑暗即将到来,迷惘分散的灵魂们,在命运的牵引下聚集起来,不再分离,成为一体,踏上新的旅途,开始了新的生命。 即使那段过往已经不再记得,但是灵魂却还记得,无论是欠你的那一个拥抱,还是那一句对不起........我带着我的梦想,一直向前奔跑,守护着背后的大家,还有你。遥远的蓝星遭遇前所未有的危难,于地球寻找帮助,林飞作为第一批灵魂穿梭的人类,他的未来将走向何方。徐小山穿越到御兽为主的灵界,却发现自己修炼天赋极差。 正当绝望,开启赐福系统,凡是被赐福者能获得各种机缘。 在他手中,一只普通的食铁兽可以成为震慑古今的武道宗师; 断翅的仙鹤也能御剑而行,终成一代剑仙; 骄傲的孔雀玩起了枪炮…… 在他手中出现了一群奇葩却强大的灵兽。 看到这个结果,徐小山诞生了一个伟大的理想,他要开创一条不一样的御兽之路。万族争霸,祸乱星海,沦落为奴的少年凭一柄神秘之剑,于微末中崛起,勇闯异界,一路逆袭,吞噬无尽种族,铸炼无上剑体,从此踏上热血争霸之路,力压万族天骄,剑斩诸天神王,横扫八方星海,乱世之中为人族斩开一片天,带领人族称尊寰宇!最终成为一代人王剑尊! “天赋逆天,机缘无数,杀不死我的,终将成为我的养料!” “吾为万古第一人王,诸天万界第一剑尊!”黑帮大哥之子从小便被寄予厚望 无奈其因不明原因决心做个好人。十年之后科技战争无限恐怖,核武威慑笼罩世界。新生代战神,逆势而上,以杀止戈,秀出无限风采。在这片神奇的大陆上,分为武师,圣武师,武灵,武尊,武宗,武王,武圣,武皇,武帝......每个人还可以和契约兽达成契约,以助其修炼,每个人都在向往成为武帝,墨晔也不例外......来到地球的雷伊、盖亚、卡修斯、布莱克,结识了一名人类——白绥。短暂的平静,不足以说明世界的和平。阴谋潜伏在周围的一切中。“这是一场精心策划的戏。请不要改写。”面对这一切,迎来的是白绥的冷笑。“我的命运,不需要别人插手。”前世的情缘,必于今生延续。“你是…阿克希亚?”“即使我不想承认,但也无可奈何——”冰雪女皇?阿克希亚驾到。
信息安全事件管理规范 搜索型网站 发改委信息安全专项 美团网络营销 北京信息安全中心地址 odex信息安全,-1 信息安全服务收费标准 网络营销型企业网站案例 网站维护说明 营销资讯 亲子关系的心理建设【www.richdady.cn】 心特别累的原因分析咨询【www.richdady.cn】 婴灵的化解仪式【www.richdady.cn】 婴灵的超度方法【www.richdady.cn】 婴灵、邪灵、祖灵咨询咨询【www.richdady.cn】 强迫症的家庭支持咨询【σσЗ8З55О88О√转ihbwel 孩子压力大的解决方法咨询【σσЗ8З55О88О√转ihbwel 特殊学校的前世因果咨询【企鹅383550880】√转ihbwel 财运不佳的前世因果咨询【σσЗ8З55О88О√转ihbwel 婴灵对家庭关系有哪些影响?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵对家庭的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 突然过世的原因有哪些咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的根源是什么?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世记忆咨询【企鹅383550880】√转ihbwel 个人专属前世因果分析咨询【企鹅383550880】√转ihbwel 财运不佳的原因有哪些?【σσЗ8З55О88О√转ihbwel 塔罗牌占卜与心理分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站jianshe 营销失败案例 信息平台网站建设 网络安全岗位培训 北京做信息安全的公司 网络安全产品销售 国家建设和完善网络安全标准体系 逆向工程与信息安全 信息安全服务收费标准 佛山网站设计特色 隐私泄露网络安全事件 网络营销的职责 信息安全事件管理规范 视频病毒营销的案例 营销资讯 网络营销如何收益 信息安全等级保护 五级标准 北京wap网站开发 商洛网站建设 长春网站建设 网站维护说明 信息安全创新创业报告 计算机技术与信息安全 信息安全服务资质安全工程类 江苏 信息安全 河南金鑫信息安全等级技术测评有限公司 深圳企业网站制作报价 河南金鑫信息安全等级技术测评有限公司 网络安全性等级 微信营销月总结报告 关于信息安全的比赛 关于开发活动的信息安全要求 网络安全形势读书报告 国家建设和完善网络安全标准体系 信息安全等级保护 五级标准 北京信息安全中心地址 星巴克场景营销案例 网络植入式营销案例 营销qq效果怎么样的 微信企业号 移动营销 深圳信息安全证明 网络营销的作用是什么 校园网络安全审计 密码技术在网络安全中的应用 建个营销型网站多少钱 教育部 网络安全 社交媒体营销要不要做 企业网站制作公司 网络安全关注的问题 蘑菇街微博营销 韶关网站建设 整合营销传播的效果 2017信息安全会议福建,-1 网络安全 数据安全 营销学堂 视频病毒营销的案例 浅谈网络安全教学实验平台 信息安全总体方针和安全策略 网络安全系统中的身份认证技术应用及其发展 网络安全 屏蔽 企业网站制作公司 信息安全风险分析过程中所要完成的工作计算机安全事件发生的可能性 网络安全ppt 下载 网络营销公司 优帮云 计算机网络安全实训报告 网站维护说明 什么叫网站的空间感 蓝盾网络安全(二级)测评记录 网络营销的作用是什么 网络安全与管理 ppt 全球信息安全峰会 星巴克微信营销现状 信息安全服务收费标准 北京做信息安全的公司 北京做网络安全的公司 营销学堂 新媒体营销热点 网络安全事件通报 济南微网站建设 公司网络安全加固方案 营销新思路 网络信息安全员培训 网络营销如何收益 佛山网站设计特色 全网营销网络信息安全管理岗 招聘 营销失败案例 信息安全 gpu odex信息安全,-1 信息安全保障工作就是要对信息的三个特性进行最大限度的保护 信息安全等级保护初级测评师,-1 公司网络安全加固方案 国家信息安全应急中心 对网络营销的感悟 公司网站规划案例 前端营销 兴化网站制作 企业营销网站建设公司 仙桃网站建设 商洛网站建设 中国信息安全标准分类 开发网站用什么语言 谈网络安全 信息安全意识培训方案 珠海网站制作品牌策划 教育部 网络安全 网站建设学费多少钱 搜索引擎六大网络营销 上海网络安全检测公司排名 深圳信息安全证明 小型企业网站建设的背景 网络信息安全政府 网站开发 密码技术在网络安全中的应用 泰合信息安全 建微网站需要购买官网主机吗 工业大数据信息安全 微信营销处于什么阶段 深圳网站建设流程 全网整合营销服务商 东莞南城网站建设 深圳企业网站制作报价 深圳市能士信息安全公司 网站开发 信息安全定级备案 浅谈网络安全教学实验平台 网站管理 泛在信息安全 美团网络营销 隐私泄露网络安全事件 营销资讯 长春网站建设 网络安全须注意什么意思 网站建设学费多少钱 仙桃网站建设 智能qq邮件营销系统