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
深圳市移动端网站建设关于信息安全的比赛全国信息安全服务资质咨询,-1网络安全案例题信息安全工作总体目标信息安全定级备案高校信息安全方案wap网站模板高校信息安全方案信息安全大赛题目及至始皇,奋六世之余烈,振长策而御宇内,吞二周而亡诸侯,履至尊而制六合,执敲扑而鞭笞天下,威振四海。南取百越之地,以为桂林、象郡;百越之君,俯首系颈,委命下吏。乃使蒙恬北筑长城而守藩篱,却匈奴七百余里;胡人不敢南下而牧马,士不敢弯弓而报怨。于是废先王之道,焚百家之言,以愚黔首;隳名城,杀豪杰;收天下之兵,聚之咸阳,销锋镝,铸以为金人十二,以弱天下之民。然后践华为城,因河为池,据亿丈之城,临不测之渊,以为固。良将劲弩守要害之处,信臣精卒陈利兵而谁何。【封面来源:616pic.com/sucai/vgmf79g7v.html】 啥?实验失败了? 老子我辛辛苦苦那么多年,你tm...... 啥?我穿越到未来了? 反正现在穿越遍地走,无所谓了...... 啥?我穿越的原主是个废柴? 云野:我tm谢谢上仙个老6......现实社会故事,乞丐王子寻根记: ——主人翁进省城寻根,事与愿违,陷入艰难重重,不断跌进人生最底谷,受尽人间苦难折磨。人世间的爱情、亲情总是那么的残酷和煎熬! 曾经你可以拥有的时候,你不知道珍重珍惜,当失去后才懂得珍贵……但那一切却已不可挽回!曾经就站在你的面前,内心对你千呼万唤的渴求,可你却视而不见无动于衷。当一切都云消雾散后,你才反应过来那是多么的难能可贵……人世间最大的悲哀,也许莫过于此了! ——故事情节和人物不断的反转,极度虐心虐爱,会让人无比心痛难受……(本作品故事会比韩剧《对不起,我爱你》、国产剧《搭错车》更虐人。) ——《龙凤大劫难》QQ群:1776560936,欢迎加群对本作品发表见解。简介:《爽文、虐恋、修仙》 刚从千年寒冰封印中醒来,就晋升天神巅峰。 因为封印时间太久,虽然侥幸突破神级瓶颈,却空有其表,外强中干,好在天神威名在外,全靠忽悠蒙混过关。 而作为活了两万年的天神阿巫,感情页却是一片空白,在某天救下一名“柔弱”药师起,感情道路可以用崎岖坎坷来形容,这场爱情注定是场悲剧。 感情受到欺骗,被害落入人间轮回,再次历经情劫冲破封印,满级神力归来的阿巫,逐渐揭开上古天神陨落的神界丑闻。 小家族叶羽出身平凡,偶得神秘黑塔相助,一步步成长为顶尖强者。 只手握捏千山雪,剑成可斩天上仙!离开地球五百年,叶萧回来了。 他也想低调,可是条件不允许。 仙人了不起?对不起,最近那个飞升的就是他徒弟。 遗迹有宝贝?不好意思,那是他当年挖剩下的。 上古宗门的传承?实在抱歉,这个宗门是他不小心灭掉的。 他是叶萧,华夏国五千年,没有他的名字。 但是到处都有他的影子。 将科幻作为开篇,以武侠作为载体。 第一次写,受才能的限制,大有可能让人看不到三章,就有想连手机都扔掉的冲动。但依旧不依不饶,屡挫屡振的厚着脸皮的写,并发布。 我想写的是像金庸和古龙前辈们的那样。能让读者朋友们看了记在心里,茶余饭后还可一提。 但时下网文如此,适应者存,那也无可如何。在下没有敏捷的才能,断不能一日写个万儿八千不乱,亦不能长期保更。是注定要被大浪淹没的。就连寻求一个签约都成了遥不可及的奢望。 传统武侠江河日下,如今已渐渐式微,在当下的网络书海中,也无地立锥。究其缘由,还是因为金庸和古龙前辈的作品写得登峰造极,使后辈们难以望其项背。不留一丝破绽出来。导致传统武侠自此一蹶不振。 在下有自知之明,腹中文墨与前辈们有着云泥之差,无法再续巅峰,自然不敢拿着繁星去和皓月相比。 但自小酷爱武侠小说,也无限仰慕金庸和古龙前辈。压不住满腔热忱,在工作闲余中。这就不自量力的来献丑矣!  大脚从天而降把人类震回了原始时代,到处都是人吃人的恐怖景象……商业微信:zicsnk 同名漫画:https://afdian.net/@1994sr 李江,一个不是这个世界的人来到了这个世界。他没有比别人更多的本事,唯一的长处就是他有别人永远都没有的经验。经验这个东西,可以让一个平凡的人成为神,不是神话里面的神。 李江,觉得自己不是神。他只是多了一点别人没有的记忆,这是老天爷的恩赐;或者是上帝的奖励。总之,他来了,带着神一样的能力,来到了这个世界。他不是来改变这个世界的,但是世界却要注定因他而改变! 哥不是神!但哥却可以成为神话!万物皆可吃。
自媒体营销的概念 网络营销师在哪里考 网站的定义 网站制作的困难和解决方案 做网站一般用什么语言 雅虎网络安全小组 做内贸现在一般都通过哪些网站 北京信息安全中心地址 网络营销行为有哪些特点是什么 广州网络微信营销公司 财运不佳的风水调整方法有哪些?【www.richdady.cn】 升迁障碍的真实案例有哪些?咨询【www.richdady.cn】 前世今生的故事有哪些经典案例?【www.richdady.cn】 心特别累的自我提升咨询【www.richdady.cn】 与男友前世的识别方法咨询【www.richdady.cn】 大龄剩女的婚恋现状如何改变?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰有哪些症状?咨询【微:qq383550880 】√转ihbwel 亲子关系的共同成长方法有哪些?【微:qq383550880 】√转ihbwel 前世缘份的前世今生咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 个人专属前世因果分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的案例分享咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的解决方法【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的心理调适【企鹅383550880】√转ihbwel 儿子不读书的改运方法【www.richdady.cn】√转ihbwel 无形干扰对工作效率的影响咨询【企鹅383550880】√转ihbwel 前世记忆恢复技巧咨询【企鹅383550880】√转ihbwel 财运不佳的风水布局咨询【σσЗ8З55О88О√转ihbwel 网络营销要点 如何提高网络营销ar值 网站空间租赁 网站制作的困难和解决方案 网站建设公司net2006 不备案网站 的营销推广措施分析 发改委信息安全专项 域名与网站建设 开展网络安全认证检测 重庆专业网站设计服务 高校信息安全方案 网贷网络营销 国家 网络安全 信息 淘宝自营销 科技平台网站建设 信息安全创新创业报告 集团网站建 信息安全预警系统信息与网络安全监察 跨境电商是如何营销 温州制作网站 西安网络营销职责 关于信息安全的比赛 江门网站制作 利用网络新段子营销 病毒性营销案例图片 南阳营销策划 优帮云 网站权重低 关于开发活动的信息安全要求 上海网站设计开 温州制作网站 2017年网络安全宣传周 如何修改网站关键词 网站建设学习 网站换域名 集团网站建 淘宝自营销 新潮网络营销 外网网络安全 网络安全概述 ppt 西乡建网站 国内顶级网络安全公司排名 网站参数 远程营销策划 科技平台网站建设 建设网站公司 工业网站建设 网络营销师百度百科 wap手机网站 网络营销要点 网络信息安全 培训 网站权重低 网络安全设置包括哪些? 网络营销师在哪里考 问答营销方案 网络安全与管理 ppt 南通外贸网站制作 信息安全预警系统信息与网络安全监察 信息安全2000亿 临沂网站维护公司 高校 网络安全 研讨会 北京网站制作公司 学校网站开发 西安网络营销职责 深圳网站建设流程 360网络安全大学网络营销是谁提出来的 信息安全创新创业报告 深圳网站建设流程 信息安全预警系统信息与网络安全监察 域名与网站建设 基于基因网络安全检测 数据信息安全 联盟营销 网站页面优化 网站制作的困难和解决方案 2016年网络安全形势 跨境电商是如何营销 信息安全作业 石家庄网站制作 当今网络安全有四个主要特点 做网站一般用什么语言 湖南长沙网站建 移动营销主要的优点 西安做网站 温州制作网站 信息安全行业招聘 网站页面优化 公关营销 中小企网站设计 江苏网络安全龙头 不备案网站 问答营销方案 西安网络营销职责 恩施做网站 建个营销型网站多少钱 不备案网站 的营销推广措施分析 工业网站建设 微信营销处于什么阶段 的营销推广措施分析 关于信息安全的比赛 网贷网络营销 网络安全和信息安全的区别 营销引流软件 北京网站制作公司 网络安全发展情况 防火墙技术在网络安全防护方面存在哪些不足? 长沙网站设计 网络安全攻防教程 网站建设公司net2006 吴忠网站建设 工业控制系统信息安全会议 网络营销 短期培训 深圳市移动端网站建设 域名与网站建设 网络营销的职责 利用网络新段子营销 网络营销适合的年龄段 国家 网络安全 信息 南天信息 信息安全 信息安全产品发布会 网络营销行为有哪些特点是什么 七夕 网络营销案例 顺德手机网站设计咨询 上海网站设计公司姚威信息安全 网络安全 大事件 qq邮箱营销方法及管理系统 七夕 网络营销案例 网站建设 php 石家庄网站制作 北京大学信息安全实验室 网站建设 php 网络安全概述 ppt 东莞南城网站建设 营销型网站哪家好?