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
中国国家信息安全漏洞库(cnnvd),-1网站宝建站高逼格网站信息安全技术要点武汉做网站价格互合营销12.威胁网络安全的主要因素有城市网络安全服务器中国网络安全部门信息安全创业,-1一场意外,李信穿越异世界,成为了大乾王朝三皇子。 看着千里冰封、万里雪飘的封地,还没来得及感慨,就遭遇到了草原马匪袭击。 幸运的是,李信拥有远超这个时代的科技。 种种田,搞搞工业,建设封地,抵御草原马匪…… 直到有一天,等他回过神来才发现,当初贫瘠寒冷的封地,已经成为了一座钢铁雄城…… “什么?水泥、煤球炉、蒸馏酒……还有这些,都是信王殿下的发明?” “什么?信王殿下的封地,高楼林立、直入天际,那是人类的奇迹啊!” “什么?信王殿下的大军,荡平草原了?那简直是钢铁洪流啊!” “什么?信王大军入关,逼近京城了……” …… 世人在一次又一次震惊中,看着信王李信以封地为起点,逐步打造出一个钢铁皇朝! 一群人,围绕在战争中研究战争,模拟战争,执行战争,思考战争。他们为了争夺权利,不惜牺牲掉手中的一切,以获得权利;他们不管为此他们要付出的代价有多么惨烈,只要得到手中的权利;他们为了权利可以为所欲为,亦可以无法无天;他们用尽手中的一切,想方设法以达到无人可以匹敌的地步,战胜对手,登上权利的宝座......【穿越】【爽文】【文道】 儒道文神作:【89章起飞,93章爆炸】 “天不生你林亦,万古文道如长夜!” 这是一个读书就能获得才气的文道世界。 林亦,读地球诗经、楚辞、汉赋、唐诗、宋词,养浩然正气。 才气杀人,口诛笔伐。 言出法随,文道成圣。一场精心策划多年的入侵,摧毁了夏月一族最后的净土,为了复仇,也为了让族人活下去,夏月提前肩负起自己的责任。 没想到数年之后,夏月姐妹二人却发现了世界的秘密,在这个不断轮回的世界里,她们是唯一的变数。 我们,只想活下去!我是天的审判者,弹指间人间灰飞烟灭。我是天的审判者,这个世界由我来定义。我有及其强大的实力,有过人的气运。我的一生是孤独的,也是精彩的。我用一生来寻求变强的理由,在我付出千辛万苦的努力下,最终找到了答案,原来变强没有理由。loser张谅一顿酒把自己喝回了千禧年间! 重来一次,看张谅如何把握住机会实现财富自由! 顺便谈几场轰轰烈烈的恋爱! 可是上学真的很痛苦…… 你还是把我送回去吧……加班回家的途中被未知力量送到很久以前,失去所有感情、目睹修真、科技等世界的兴衰,在法则下却无力改变任何事,也许你曾经见到过我,但,我只是一个旁观者,一个过客而已。。。来到遍布危险的荒岛,看江响如何彻底改造,铸就传奇。在一片遥远,奇幻的大陆上,三界有序而偶有冲突地并存着。而一个古老的传说牵连着三界的心,无数人,妖,甚至神,几千年间汇入了不尽生命与鲜血。原浩在莫名其妙中结识了两位奇怪的“朋友”,他的人生在这场传说的卷轴中展开了……江湖与庙堂之间之隔,也不过一把剑的距离 神宇年间,皇帝昭令,西北誉王的世子周慕入京与舞阳公主成亲,名为结亲,实为质子 然而江湖传闻 路人甲‘相传,在西北那边,周王的世子周慕,那可是万军从中取敌将首级,勇冠三军’ 路人乙‘不是吧,我怎么听说那世子殿下,风流无双,有曹孟德的喜好。
小米手机网络营销预算 陕西信息安全产业基地 广州信息安全集成商 是ftp登录和网站的后台登录是不同的|ftp登录需 信息安全的人员管理包括 企业营销信息平台构建 在线教育营销策划方案 信息安全创业,-1 2017年网站建设公司 广州网站设计公司招聘 感情纠纷的原因有哪些?咨询【www.richdady.cn】 老公家暴咨询【www.richdady.cn】 与女友前世的前世修行【www.richdady.cn】 老公家暴的案例分享【www.richdady.cn】 孩子厌学的原因分析咨询【www.richdady.cn】 婚姻生活不顺咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的超度与家庭和谐咨询【www.richdady.cn】√转ihbwel 家宅磁场的常见问题咨询【企鹅383550880】√转ihbwel 外灵干扰咨询【微:qq383550880 】√转ihbwel 升迁障碍的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世故事【微:qq383550880 】√转ihbwel 工作升迁的障碍与突破咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世【微:qq383550880 】√转ihbwel 提高孩子阅读兴趣的方法咨询【企鹅383550880】√转ihbwel 意外的前世记忆【www.richdady.cn】√转ihbwel 前世缘份的缘分再续咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚姻选择咨询【www.richdady.cn】√转ihbwel 孩子压力大的咨询技巧【σσЗ8З55О88О√转ihbwel 前世缘份威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站单选框的实现 网站单选框的实现 广东省网络安全维护 信息安全分保内容 全网整合营销解决方案 2015信息安全事件 信息安全 哪些资质,-1 微博营销的事件 北大 信息安全 实验室 中国网络安全 案例分析 2015 信息安全趋势考试 网站首屏 免费网站模板 营销邮件广告邮件优点 网络营销的策略有哪些? 网络营销信息流 优秀的学校网站欣赏 高校网络安全宣传周活动 广州网站制作公司 番禺 网络营销成功案例事件 高校网络安全宣传周活动 网站首屏 镇江网站推广 珠海哪里做网站的 网络安全问题产生的原因 淮安网站制作 中美网络安全对话 东莞网站建设公司 成都网络营销高手 信息安全 教研室 番禺网站优化 国内网站制作欣赏cn网站建设多少钱 淘宝常见营销手段 珠海网站推广 网站制作 中企动力公司 武汉专业网站建设 信息安全分保内容 南通企业网站制作 营销qq邮箱如何登录 济南网站制作公司报价 昆山设计网站的公司 营销qq邮箱如何登录 互联网信息安全问题主要来源 网络营销的策略有哪些? 陕西信息安全产业基地 3合一网站 长沙建网站公司 企业网络安全漏洞 济南外贸网站建设公司排名 专注于网络安全 小语种网站 手机版网站设计风格 信息安全安全测试 网站制作 中企动力公司 广州网站制作公司 番禺 最大的网络营销公司 什么是信息安全事态 网络安全例子 国家网络安全基地建设方案 信息安全安全测试 信息安全创业,-1 营销qq邮箱如何登录 网络信息安全和信息化领导小组 小米手机网络营销预算 专注于网络安全 公安局网络安全监察大队 国安 信息安全 软件开发网络安全 许可email营销有哪些 饥饿营销的促成 中国国际信息安全大会 微博营销的事件 网络与信息安全考核 企业信息安全工程 山东省网络安全技能大赛 营销员之家 临汾网站建设 城市网络安全服务器 信息安全专业论证报告 专注于网络安全 竖导航网站 对网络营销课程的认识 青岛网站建设 网络安全《》 呼伦贝尔网站建设 竖导航网站 网络营销优势 2017年网站建设公司 2014信息安全会议 网络营销优势 网络安全问题产生的原因 昆明网站建设首选 软件开发网络安全 企业信息安全工程 番禺网站优化 公安局网络安全监察大队 对网络营销课程的认识 城市网络安全服务器 信息安全 体系 长沙建网站公司 计算机安全与信息安全 网络营销案例工具 e营销网络版 email 营销 北大 信息安全 实验室 网站宝建站 公安局网络安全监察大队 西安论坛网站制作维护信息网络安全与管理 珠海哪里做网站的 网络营销优势 珠海哪里做网站的 信息安全漏洞产生的必要条件是: 张家港早晨网站制作 12.威胁网络安全的主要因素有 企业营销信息平台构建 信息安全专家,-1网站翻页 被黑网站 网络安全做什么 珠海网站推广 武汉做网站价格 网络营销成功案例事件 网络营销信息流 陕西信息安全产业基地 营销广告的意义 思科无线网络安全 网络安全与防范技术 武汉专业网站建设 何德全 网络安全 中国网络安全 案例分析 2015 网络安全周 负载均衡 营销的误点 信息安全专业论证报告 2017年网站建设公司 网站怎么进入后台维护 营销名人