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网络安全生态峰会中国国家网络安全局信息安全标准规范陕西营销型网站建设公司有关互联网营销的点子一代战神穿越异界成为大秦废物藩王。 有名无权?这怎么行!先把大权握在手中! 草原蛮子南下叩关了? 二营长把本王新造的大炮拉出来,今儿教你们打炮! 大漠匈奴也要凑热闹? 二营长,给我一起轰了! 江湖高手觉得本王太残暴,要替天行道? 二营长!! 算了,这次在后面鼓掌就行了,看本王一人打穿你整座江湖!七岁时觉醒了力量的萧一,因各种机缘来到了这个空间,神之子的他,将如何面对自己的使命呢?这个世界,是一个令人匪夷所思的世界,自打我记事起,爹娘就曾告诉我,三百多年前,不知何事所致,不知何人所为,世界上的所有人突然就再也不会死亡,每个人都拥有着永恒的寿命……古一白这一生运气很好,有爱人,亲人,知己,红颜,朋友,兄弟,…… 也守护了很多,失去了很多!君辰本是一界仙王,意外穿越到21世纪的地球,实力受损 刚开局成为世界顶级势力:仙临庭的主人 附身到刚死去的青年身上,强大怨念导致君辰成为傻子 刚刚苏醒,发现自己竟然在婚礼殿堂上 自己的老婆还是帝城第一美女——暮雨鸳! 三年后...君辰彻底消除怨气 龙王殿殿主被君辰打到跪地 Y国国王将死被君辰所救 漂亮国记者:“听说您的财产比一个国家富有,是真的吗?” 强大武力,无敌背景,绝顶智商,鬼手医术,还有一位绝世美女成为自己老婆。 ... 十几年后,君辰势力恢复。 盘坐于九霄之上“九天十地,谁能拦我?”“我们找了您很久。”白发青年当汉弓着身子,对着路边玩泥巴的小男孩说道。“所以,你觉得这片大陆值得被拯救。”玩泥巴的小男孩头也不回的说。“当家有这个责任以及能力。”当汉继续说。“你见过我,所以你并没有找我很久对吗?”小男孩一边把摔的方方正正的泥巴放在路边,一边说。“是的。但是……”当汉正想解释。“那跪安吧!”小男孩摆了摆手不耐烦的说道。当汉面色一喜,随即半跪,右手握拳放在左胸口。“我君圣安。” 古老的星球产生意志,世间在改变。矿洞奴隶一步步登山,上天,是运气也是实力。玄幻奇兽,不死的仙人,不朽的传承,周天星窍,外武内神,破魔斩妖杀邪,为众生,也为自己。任督相通,天人合一,再窥血脉,仙神不灭,化身规则,改变界道,永生永恒,万物起源之路。我,叫做程敏刚,她,叫做杜淑萍,杜淑萍是我的老婆,清末,列强纷纷侵入中国,他们在中国领土上横行霸道,任意划分势力范围,中国民族危机日益加深,百姓生活在水深火热之中。伴随列强入侵的西方传教士打着传播福音的旗号,勾结官府,鱼肉百姓,招收了大量不法教民。在其庇护下,教民为非作歹,欺压良善,激起民众的普遍痛恨,民教冲突不断升级,以“扶清灭洋”为口号的义和团悄然兴起。戊戌政变后,保守派得势,他们迷信义和团刀枪不入的神功,欲借其达到排外的目的,在保守派的纵容和推动下,义和团迅速发展壮大,他们毁铁路、拔电杆、烧教堂、杀教民,逐步由山东直隶进入京师。列强大为恐慌,以保卫使馆和传教士为由,组建八国联军攻陷北京,慈禧太后携皇亲国戚仓皇西逃,留下千年古都被洋人蹂躏……在开始阅读之前请务必要看这一段话 首先咱是新人,创作质量存在着很大问题,如果发现了什么问题的话,希望大家提建议,指正 第一卷的内容比较杂乱无章(但也和后文成呼应作用,改了好几遍,实在想不出什么好的串联在一起的方法),在跟着第二卷番外之后大概就解释了大部分的世界观了,后面就好一点,整体世界观比较大,和传统玄幻有着很大的区别(玄幻加科幻),大部分境界都是自创 前期看不出来,中期就会慢慢体现出这个隐藏的末世观念 小说内容有点无厘头,但大多后来都能解释,如果出现解释不了的,就在编呗(doge) 最后,嗯…… 看了一些对于小说的这个分析,真的不确定自己能不能坚持到最后,不过我会尽力的 也希望读者们能喜欢! 目前还在上学,更新也许会不稳定(暂时没这个问题,因为转站过来稿子还是很多的) 这是一个普通的故事,以个人为视角所经历的全部的历史……
池州网站设计 佛山新网站制作市场 网络安全权威认证 网络安全法漫画 关于建立国家信息安全产品认证认可体系的通知 网络安全管理 莆田网站建设 云南专科 信息安全 诚信信息安全服务资质咨询公司,-1 免费建网站 解梦的前世记忆【www.richdady.cn】 意外的心理调适咨询【www.richdady.cn】 外灵干扰的案例分享【www.richdady.cn】 克服职场升迁障碍咨询【www.richdady.cn】 前世老公的前世解析【www.richdady.cn】 孩子压力大的自我提升咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的超度仪式【σσЗ8З55О88О√转ihbwel 暗恋的心理成长【微:qq383550880 】√转ihbwel 与男友前世的影响分析咨询【www.richdady.cn】√转ihbwel 缺心眼的环境影响咨询【www.richdady.cn】√转ihbwel 感情纠纷的自我提升【σσЗ8З55О88О√转ihbwel 亲子关系中的沟通艺术有哪些?咨询【σσЗ8З55О88О√转ihbwel 阴间生活的前世案例咨询【www.richdady.cn】√转ihbwel 特殊学校的课程设置【www.richdady.cn】√转ihbwel 特殊学校的咨询技巧【σσЗ8З55О88О√转ihbwel 家庭关系的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的修行案例【企鹅383550880】√转ihbwel 升迁障碍的职场建议【企鹅383550880】√转ihbwel 自闭症的环境影响【σσЗ8З55О88О√转ihbwel 什么是信息安全与管理中心 做网站北京 信息安全拓扑图 谷歌英文网站 国家信息安全工程技术中心,-1 互联网内容营销公司 江西医疗网站建设 传播营销 顺德网站建设公司价位 信息安全证书查询 关于建立国家信息安全产品认证认可体系的通知 互联网信息安全 深圳企业网站开发 网络营销客户跟进系统 网站开发需要什么技术 重庆网站建设 优化 池州网站设计 网络营销参考书 常用的网络安全系统日志分析工具 机关网络信息安全管理制度 信息安全工程师资格证书 郭启全 网络安全法自助免费网站制作 佛山新网站制作市场 盐山做网站 营销者网站 网络推广微信营销公司 中国国家网络安全局 有关互联网营销的点子 上海网站优化公司 网络安全设计方案 广州营销型网站优化 网络安全宣传网站 网络营销是 2017深圳信息安全大会 科技类网站 网络安全权威认证 中华人民共和国网络安全发 陕西营销型网站建设公司 网络营销的作用意义 信息安全技术 终端计算机系统安全等级技术要求,-1 网络营销对全球影响 网络营销数据的来源 职场信息安全 行业网络营销现状 如何学习信息安全,-1 免费的营销 网络营销渠道的成本 互联网内容营销公司 网络营销是企业整体营销战略的一个重要组成部分.( )对错选择佛山网站设计 网络安全 香港 网站数据怎么会丢失 信息安全证书查询 顺的网站建设咨询 天津信息安全等级保护 网站开发需要什么技术 网络安全的评价标准 江苏 第三届信息安全技能竞赛 动力无限做网站 顺德网站建设公司价位 江苏 第三届信息安全技能竞赛 微营销有什么特点是什么 企业成功营销策略案例 网络安全监测预警机制 公司营销网站制作 cps营销 公司网站建设推广 南海做网站 石家庄网站设计 如皋网站制作 信息安全拓扑图 重庆网站建设 优化 网站推广服务 模版型网站是怎样的 请下载《网站备案信息真实性核验单》打印并按样例提示填写 诚信信息安全服务资质咨询公司,-1 一、一个甜品网站建设目标 网站主播 宣传营销 互联网信息安全 信息安全标准规范 高端的平面设计网站 常见信息安全技术 中国政府 信息安全 网络营销渠道的成本 常用的网络安全系统日志分析工具 两栏式网站 深圳网络安全局 中国国家信息安全局 传播营销 中国国家网络安全局 美食城营销 淄博网站建设 常见信息安全技术 动态网站怎么做 供应链 信息安全,-1 搜索引擎营销的产生 网络安全极客 深圳微信营销推广 信息安全平台作业 上海网络安全相关政策 做网站北京 网络安全公告 无锡网站建设哪家专业 谷歌英文网站 广州 信息安全公司 长沙微信网站制作 互联网内容营销公司 济南营销型网站公司 信息安全的成效 传播营销 东城网站设计 上海网站优化公司 信息安全证书查询 网络营销参考书 营销者网站 互联网信息安全 中国国家信息安全局 国内信息安全管制部门 公安 工信部 经信部 国家信息安全 网络营销客户跟进系统 一流的成都 网站建设 岳阳网站建设 重庆网站建设 优化 江西医疗网站建设 岳阳网站建设 网络营销参考书 职场信息安全 网络营销途径都有哪些 机关网络信息安全管理制度 两栏式网站 网络安全工作实施流程图 郭启全 网络安全法自助免费网站制作 信息安全 大数据 成交型网站 盐山做网站 动力无限做网站