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
教育部高等学校信息安全专业教学指导委员会个人网站自助建站怎么建com的网站看网络营销教程心得杭州网络科技网站东营设计网站建设作为大学生我们应该怎么面对网络信息安全网站设计和备案网络安全和信息化领导小组成员单位微营销百度百科 神,另一空间的高级生命,能够主宰精神力和控制光波粒子。也是鬼,思想信息在他们的监视下一览无余。意识入侵,思维解析,精神控制,人类无时无刻不在被高维生命脑控着,毫无隐私可言。 上一个人类文明入侵了四维空间,战争导致了四维的塌陷,掉下来的神明进入了自己的随身空间,人类称这一方小世界为鬼镜。 千万年来,高维生命对于人类的仇恨与寂寞,让他们想与人类玩一些小小的游戏。凡事能够与看到鬼的人,都被拉入了各自的鬼镜…… 道是有情却无情,只因烽烟起。利剑出鞘,却为苍生求太平。治大国如烹小鲜,村战一样要用孙子兵法。情节看似荒诞不经,却有迹可循。不一样的战争,不一样的视角,精彩还在继续,胜负还未见分晓。。一把被遗忘的斩魄刀,静静的在拘突中等待新的主人的来临。 在火车中沉睡的少年刚刚清醒,在一阵猛烈的冲击感后失去了意识,醒来之时却在一片液体的包裹之下,接着,传送界门打开,他被来历不明的拘突吸入。 拘突之中,被遗忘的斩魄刀再次感受到了人类的体温。 一人,执起斩魄刀划破黑暗。 他一直梦想成为热血动漫中的人物,今日,梦想成真,可是,他很快发现,那里等待他的不是他梦想中炫酷的冒险,而是为了保命与朋友无奈选择的斗争与杀戮。 五十年后,他梦想着找到一片安宁的世界,脱离无尽的血海。他找到了回到原来世界的路。 时间一晃,六十年过去,他静静的躺在病床上,神态很安详,双眼永远闭上。 一片液体中,他静静的躺着,又一次传送界门打开,又一次被拘突吸入,等待他的,是一百一十年前那声熟悉的呼唤。秦曌穿越到了修仙世界,苟了两年终于凑齐了第一桶金,开启了金手指——修仙模拟器。 花费一定钱财,就能够进行一次模拟。 模拟结束后,可以从境界、能力、过去记忆中三选一。 【你辛苦多年,终于攒够钱买了一本功法,数十载苦修成功成为炼体一层,遇到敌人,卒。】 【你出世为炼体一层,加入了某个世家,苦修多载终于突破。】 【炼体九层的你与大敌搏斗,临死之前感悟纷纷,终于突破至筑基境。】 ...... 不知道多少次模拟后,你突然发现自己无敌了。和平只是世界的面子,里子却是杀机四伏。 人类历经几千年的文明进程,由愚昧走向聪慧。 他们自以为了解这个世界。 他们不信神,不拜佛。 他们不知,永夜将至!一颗天外陨石突然降落地球,地球迎来了最终篇章。 地球盖上了一层抓不透的红色纱布,这颗陨石到底是什么? 饥饿,伤痛,恐惧,死亡,恐惧萦绕在人们头顶。 审判,是末日最终的工具。 民国时期,我是拉洋车的,牛A的黑狗子探长刘麻子想强睡我的媳妇,被我制止。他带着大批的黑狗子对我用刑把我整死。阴间,我遇见大诗仙,向他诉说冤情,然后到冤魂村走一趟,才知道比我冤的人太多了。之后他把我变成了文化人,然后又把我穿越到了人间南粤市,让我抑恶扬善努力去做正能量的牛A人。此时的南粤市已是八十年代末期,我从打工做起,经历了开放大潮,凭着自己的能力为公司做出了很大的贡献,同时也收获了爱情。几年后,到处都在办报纸,我凭着自己的文笔混进报社当上了记者,通过采访工作,结识很多企业老板,在一次采访中,意外发现我生前认识的那个黑狗子探长刘麻子也被穿越到了这座城市,而且是下海经商混成了道貌岸然的董事长,被认为是红极一时的牛A人物。我悄悄跟踪,在我女友的配合帮助下,发现了他的一系列违法犯罪活动和伤天害理的事情,在掌握了大量的证据后,我凭着一腔正气,成功举报最终将其绳之以法。我终于成了正能量的牛A人!我们是敬畏法律的人 我们是粉碎法律的人 我们是服从法律的人 我们是背叛法律的人 我们是罪人,我们是堕落的旅者,是黑暗中的朝圣者 我们是光芒,我们是神圣的使徒,是光明的引导者 我们是 城市之光,是夜晚的话事人【诸天副本降临,即将开启!】 【这是你们灵魂升华的一次机会!】 全球危机,罗明开启唯一性天赋! SSS级天赋——不对等交换! 【交换完成!您用半盒泡面交换SSS级潜力永不枯竭!】 【交换完成!您用一瓶悲酥清风交换斗转星移!】 …… 从此,罗明开启了交换新模式。叶天本想桃花源里隐居过着咸鱼般的生活,却意外被美女网红直播。 你以为他是医神?活人无数? 他代表月亮消灭你! 你以为他是影帝? 他赌石赢到手软! 神医妙手,黄金圣瞳,绝世杀神,校花终结者…… 这个主播的马甲有亿点点多!
简述黑客攻击与网络安全的关系 2016 网络安全 深圳官方网站制作 网站设计和备案 学校网络安全机构 杭州网站建设公司联系方式 作为大学生我们应该怎么面对网络信息安全 上海平台网站建设公司排名 昆明做企业网站多少钱 外贸网站模 外灵干扰的自我提升【www.richdady.cn】 感情纠纷的情感调解技巧有哪些?咨询【www.richdady.cn】 前世今生的轮回解析咨询【www.richdady.cn】 外灵干扰的咨询技巧咨询【www.richdady.cn】 家庭关系的案例分享【www.richdady.cn】 前世今生的缘分解读咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世记忆【σσЗ8З55О88О√转ihbwel 头脑混沌的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的修行案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰与化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的原因分析【微:qq383550880 】√转ihbwel 灵魂化解【企鹅383550880】√转ihbwel 外灵干扰的心理调适【企鹅383550880】√转ihbwel 外灵干扰【微:qq383550880 】√转ihbwel 外灵的干扰特征【www.richdady.cn】√转ihbwel 通灵老师预约咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋建议有哪些?【σσЗ8З55О88О√转ihbwel 财运不佳的财富积累咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站设计理念 易营销软件代理 台州网站设计 解放路 2014网络安全形势网络营销活动有哪些方面 深圳整合营销行业 电商购物网站建设 什么是网络营销评估 蓝海国际版网站建设系统 昆明做企业网站多少钱 信息安全服务行业 网络安全攻击手段 长春市网站推广 企业网站系统 秦淮网络营销系统 上海平台网站建设公司排名 网站设计和备案 网站设计理念 易营销软件代理 台州网站设计 解放路 2014网络安全形势网络营销活动有哪些方面 深圳整合营销行业 电商购物网站建设 什么是网络营销评估 蓝海国际版网站建设系统 昆明做企业网站多少钱 信息安全服务行业 2014网络安全形势网络营销活动有哪些方面 德宏网站建设 网站触屏版 网站页面大小 东营设计网站建设 2016中国网络安全年会 网络营销自媒体 江苏网站建设效果 网站改版 宁夏制作网站公司 西城网站制作公司 运营的网站 b2c网络营销模式分析 工控网络安全前景 上海 网络信息安全评定 isms 运营的网站 网站制作 武汉 国家网络安全管理网络营销软文100字 德宏网站建设 什么是产品的营销定位 设计公司网站 鹤壁网站制作 网络安全看年龄吗 信息安全工作规划,-1 营销活动网 个人信息安全评估 公司网站的实例 网络安全与大学生 2016中国网络安全年会 怎样建立自己的网站 信息安全安全技术规范 易营销软件代理 东莞网站优化 学校网络安全机构 信息安全员 icp 网站建设设计公司 网络安全大牛的博客 安全的南昌网站制作 上海平台网站建设公司排名 网站制作费用营销策划网络课程 2016 网络安全 衡阳网站优化 网站组成 手机网络安全资料 网络安全防御测试 三只松鼠营销的缺点 网络安全国家标准大全 福州网站开发公司天津市公安局网络安全 网络信息安全风险 京东 网络营销部 移动宽带 营销 网站设计和备案 信息安全调查报告 网络安全测试工具 国际网络安全立法情况 信息安全会议文件 新乡网站设计 简述黑客攻击与网络安全的关系 2016信息安全大事件 企业网站系统 企业网络营销数据 闵行做网站 京东 网络营销部 网站触屏版 昆明建个网站哪家便宜 长安公司网站制作 济南网站建设第六网建 信息安全安全技术规范 微营销真的假的 b2c网络营销模式分析 手机网络安全资料 济南网站建设第六网建 南京 网站开发 汽车网络安全 苏州网站推 南京 网站开发 东营设计网站建设 宁夏制作网站公司 模板网站与定制网站区别 中科大 信息安全专业 安全的南昌网站制作 工控网络安全前景 有关于网络安全的内容 网站制作 武汉 商业网站设计 邢台网站推广 北京微博营销服务商 网络安全检测机构 个人网站自助建站 杭州网络科技网站 三只松鼠营销的缺点 长春市网站推广 信息安全等级保护政... 信息安全规范是 工控网络安全前景 网站型营销 广东省计算机信息网络安全协会 手机端营销 网络营销计划 案例 霸州建网站 国家信息安全二级等保 网络安全自动化处置 在线营销型网站 网络营销计划 案例 秦淮网络营销系统 国际网络安全立法情况 自己怎么做网站 秦淮网络营销系统 运营的网站