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
青岛全网整合营销什么是信息安全idc 信息安全软件市场电脑网络安全培训信息安全 加强 协调北京网站建设有限公司信息安全安全测试2017信息安全事例网络安全认证机制网络营销软文案例分析2016网络安全事故信息安全作文中文“这是哪?我不是在家么?刚才好像地震了,我好像被压死了……那我就好好再活一世吧!”叶岚想着,时间已经过去了许久。 “首先可以排除这里是仙侠世界,因为按照常规的话,仙侠小说一般都是古代!也不是末世,所以说……难不成是奥特世界么?但是我还是需要再想一想才好!”叶岚可是博士生,思考能力可不弱! “那我最近去一趟商场吧!那里应该有新闻!” 第二天…… “因帕克危机?难不成……捷德?那我肯定在奥特世界了!不然不可能没人管贝利亚!” “诶!兄弟!还什么因帕克危机,贝利亚,肯定是假的!这图片肯定是伪造的,对吧?”一个男子碰了碰他,笑着说。 “我觉得很有可能是真的!”叶岚边想边说。 (叶岚内心:我?不是碍于颜面就说这里有奥特曼了!) “诶?为什么?”那个男子问他到 “因帕克危机是由于一颗导弹而发生的!从图片里仔细观察就能看出!只要有怪兽,就一定会有奥特曼的!这是以前的事情,但是隔了几年了,可能也会出现怪兽了!”叶岚朝他道。 五十年后,奥里雷亚诺:“站在你面前的是,共和国的传奇上校,自由党的精神领袖,永不失败的战争之神,奥里雷亚诺!” 尤尼尔:“站在你面前的是,斗鸡兴起人,传奇神话,香蕉之父,弑神者,失眠大师......你最亲爱的叔叔,尤尼尔!” “还不过来挨打!” (纯土著视角,保证没看过《百年孤独》的同学也能放心食用)这个世界千奇百怪无奇不有;猫脸老太太,五大仙胡黄白柳灰,僵尸事件等等 我却因为机缘巧合之下,参与其中,这也让我看见世间的邪恶与美丽。人生有不同的轨迹,其中一旦错过的再回首或许有不甘,有遗憾,有痛苦,重回那轨迹的选择点,你会怎么选?现在江文就面临这样的选择,改变并走向更加精彩的轨迹。【命魂觉醒】+【无系统】+【诸天万界】   这是一个命魂觉醒的时代,项羽、韩信、吕布....华夏五千年的历史人物纷纷出现,融入了人族的命魂。   混世魔王风九玄,一位连续三年位居华夏《潜龙榜》榜首的少年,天生只有一魂一魄。 随着他命魂觉醒,命运的齿轮开始转动……   一位父亲每年都要来到某一地方凭吊先烈,他的作家儿子一直不清楚父亲以前到底做过些什么事,直到父亲在老宅拆迁时自杀后才展开深入调查。原来父亲老宅曾发生过惊心动魄的往事:一位财主的小妾李小娘子跟管家私奔致使李家大院遭劫,主人动用祖传生计银渡过劫难,其后代及其同学在上海造房、创业、革命的故事,李家风华绝代的女人和管家私奔遭土匪奸杀、奸夫因何掉脑袋,救人者为何成了杀人者、水鬼兄弟为何违反军纪替兄报仇、青年因何刺杀太后失败、心仪的女人却是旧情人、奸夫儿子怎么成了李家后代,女间谍挑起中日战争、五十年恩怨情仇随着大事件蓬勃展开……那一天,章浩获得了一个神奇仪器! 御兽只要戴上这个头盔,就可以通过观看影片的方式变强! 梦里: 【御兽:熊猫】 【已观看《武林熊猫》系列】 【冲拳熟练度:入门→出神入化】 【掌握新技能:迅雷拳(熟练)、无锡指法(熟练)、金钟罩(精通)……】 现实: 【御兽:熊猫】 【已观看《武林熊猫》系列】 【掌握新技能:吃(出神入化)】 章浩:??? 六个小时过去,你就学会了吃? ………… 实战考核现场,看着用出神入化级“吃”一口将金属系对手吞到肚子里的熊猫,众人惊呆了。 章浩故作镇定地笑了笑:”咳咳……没错,我的御兽就是这么清奇!“顾江海有些困惑,不过是加班回来睡了一觉。怎么睁开眼睛之后世界就变了样子。 街上突然路人下手的红眼人、夜晚互相撕咬的怪物、路边的变异植物、会喷火的老虎..........还有复杂的人性。 无论世界怎么变化,活下去才是当下最重要的事情。 一定会有一种方法,得到真相,一定会有一条路,可以通向自在,如果怎么也找不到,那我就打出一条通天路! ——陈因恨赵风穿越秦朝成为了始皇帝的第七子,嬴子歌! 原以为远离咸阳便能躲避灾祸,但赵高却找上门,好在系统如愿开启。 【神选一:接受始皇召令,卸下兵权,立即启程返回咸阳。】 【神选二:拒接始皇召令,立刻起兵,自立为王!】 【神选三:接受始皇召令,立刻回都,向始皇索要太子位!】 面对选择,嬴子歌选择了去向嬴政要太子之位。 至此,暴揍胡亥、疯斩徐福、莽破匈奴、凶伏百越..... 蒙恬:报始皇帝陛下,太子殿下率兵诛杀了匈奴二十万。 嬴政:...... 章邯:报始皇帝陛下,太子殿下已经诛杀了六国叛徒,这是刘邦与项羽的人头。 嬴政:......
总结网络营销岗位所需能力 网站制作 广州 临沂网站推广 免费足网站 网络信息安全综述,-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 冤亲债主干扰对生活有哪些影响?【微:qq383550880 】√转ihbwel 与女友前世的前世案例咨询【微:qq383550880 】√转ihbwel 前世缘份的前世缘分【www.richdady.cn】√转ihbwel 公司破产对股东的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的原因分析【www.richdady.cn】√转ihbwel 灵魂种子治疗【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的解决方法咨询【微:qq383550880 】√转ihbwel 前世老公的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世影响【企鹅383550880】√转ihbwel 前世今生的缘分解读【www.richdady.cn】√转ihbwel 财运不佳的真实案例有哪些?咨询【σσЗ8З55О88О√转ihbwel 事业不顺的原因分析咨询【微:qq383550880 】√转ihbwel 网络安全下载 武汉大学出版社 网络安全及信息 信息通信网络安全 网络营销研讨班 长沙做网站的 信息安全技能树 网站备案 江苏网站建设网络公司 重装系统是信息安全技术吗 无限动力网站 2017信息安全事例 西安信息安全企业,-1 4.29网络安全 中国互联网络安全 河南网站优化 4.29网络安全 国安网络安全法 江苏网站建设网络公司 网络营销常用媒介方式 网络安全认证机制 东莞多语言网站建设 武大信息安全夏令营 河西做网站 公司网站规划案例 圣诞节网站模板 网站备案注销 长沙网站设计 国安网络安全法 网站的申请 信息安全分为十个方向 中国网络营销环境研究 2017信息安全事例 中国互联网络安全 新闻媒体营销 idc 信息安全软件市场电脑网络安全培训 怎么做问答营销的策划整合营销传播特点 河南网站优化 国安网络安全法 网络安全的5的因素 网络营销师在哪考 支付营销 中国信息安全等级网 广州市信息网络安全... 信息通信网络安全 网络营销资料 精准网络营销 教育 美国网络营销成功案例 华为信息安全认证 无限动力网站 2017年信息安全趋势 阜阳网站设计 郑州营销外包公司哪家好 网络安全技术及网络攻击技术 大良网站建设基本流程 银监网络安全专项治理 免费足网站 软文营销策划书 特仑苏营销 idc 信息安全软件市场电脑网络安全培训 idc 信息安全软件市场电脑网络安全培训 精准网络营销 教育 河西做网站 大良网站建设基本流程 营销推带 单位网络安全等级保护工作年度考核情况 2016网络安全事故信息安全作文中文 国家网络安全基地建设方案 域名 备案号 网站的关系 网络信息安全竞赛 4.29网络安全 无锡谁会建商务网站做网络安全的公司排名 长沙做网站的 广州市信息网络安全... 网络安全法的内容 什么是信息安全 网络安全基线三个等级 建网站啦 网站制作公司 信科网络 4.29网络安全 青岛全网整合营销 四川省网络安全大赛 搜索引擎营销常用方式 网络信息安全实验报告 经典网站设计 广告营销的好处 信息安全 清华 网络信息安全综述,-1 阜阳网站设计 沈阳做网站价格 临沂网站推广 2017年信息安全趋势 中国信息安全认证证书 信息安全的发展依顺序 长沙网站设计 信息通信网络安全 河南网站优化 网站设计的论坛 网络信息安全综述,-1 制作网站软件 长春给企业做网站的公司 武大信息安全夏令营 idc 信息安全软件市场电脑网络安全培训 网站建设排版规定 贵州网站推广优化 国安网络安全法 计算机网络安全培训、 四川省网络安全大赛 网络安全及信息 长沙网站设计 邢台网站设计厂家 idc 信息安全软件市场电脑网络安全培训 网络安全技术及网络攻击技术 网站首页制作 中国网络营销环境研究 微信高端网站建设 优秀网站欣赏 网络信息安全管理员培训 中国网络安全大会2017 2017年信息安全趋势 idc 信息安全软件市场电脑网络安全培训 信息安全技能树 什么是信息安全 江苏网站建设网络公司 营销推带 总结网络营销岗位所需能力 无限动力网站 网络营销软文案例分析 邢台网站设计厂家 汕头建网站 顺德新网站建设 河南网络营销 网络安全的5的因素 绿色风格的网站 电器微博营销策划书 网络营销培训课程