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
公司网络安全管理网络安全技术好学吗网络营销不仅限于网上中央网络安全小组t图片亿玛客营销学院 骗局事件营销和公关区别网络安全谷地址什么是网络安全技术网络安全企业好的网站建设商家这个世界有儒,有道,有魔,有鬼,有佛…… 儒道分六脉,曰礼乐射御书数。 礼,学天地之礼法,参不朽之法则,一行定万古。 乐,听五音十二律,奏传世之妙音,一曲动星辰。 射,举长矢射天狼,杀冒犯天威者,一箭破寰宇。 御,修一口浩然气,御令天地鬼神,一语定乾坤。 书,写惊世之文墨,绘四海之丹青,一笔镇山河。 数,算天地之玄妙,衍众生之棋局,一子败苍穹。一个已被世人所遗忘的姬姓,一名贫困山区大学生姬小天如何穿越到三国之封神天下的,再现祖上荣光的世界上常有死人复活、绝症被治愈的传言,在当今崇尚科学的社会,这些谣传往往不攻自破。正所谓医有医道,大道三千,小道无数,凡事无绝对,你所听到的不一定是真的,你所看到的也可能是人为加工过的真相而已。这个世界是否还存在着一种不为大众所知的医学,它可以用独特的治疗方式治愈那些所谓的不治之症呢?如果有,是什么样的医学如此神奇?又是什么样的一群人在从事如此神秘的工作?他们背后又会有怎样惊心动魄的事迹呢?辰晟穿越修仙界以为能修长生大道,不料一上来就被杀死,意外成为一件道袍的器灵。 没有强力的攻击手段,辰晟只能通过辅助能力帮助主人开挂。 资质不行,我助你修炼! 功力不足,我帮你增加功力! 怕被人砍,我让你刀枪不入! 啥?你不会打架?来来来,让我控制你帮你打架! 穿上我,带你装逼带你飞!仙帝萧凡重生玄幻世界,开局觉醒太古雷神体,激活签到系统,祖地签到,获得降龙十八掌。神都王朝签到,获得地心炎。雀巢签到,获得朱雀幼崽。无数年后,萧凡重回仙界,争霸仙魔妖界。名牌大学生叶峰,被豪门富二代打压,找不到工作只好回家捕鱼为生,谁知竟因此得到惊天传承,开启逆天人生!我因为贪婪,把自己卷进了一个未知的领域。   随之拼命挣扎,但无济于事。   遇到了很多,也挣扎过很多。   明白了许多,也失去了很多。   我不知道当天再亮起来的时候,我还能再次睁开眼睛。   或者是永远的沉睡。   中央电视台中文国际频道长江行文字版。伯伯叛变,一夜血洗淮安。你身负血海深仇,却隐藏真实身份,在他的脚下做一位平平无奇的闲官。国家局势动荡,内忧外患,六国分裂,且看男主如河实现统一六国,逐鹿中原的雄霸之业。原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。
政府网站管理系统 昆明网站排名优化 互联网网络营销前景分析 网络安全规范 事件营销和公关区别 免费申请做网站平台 网站建设案列 武汉网站设计公司 洛阳建网站 营销型网站建设 心慌胸闷头晕的案例分享【www.richdady.cn】 去世的母亲的咨询技巧咨询【www.richdady.cn】 投资项目的自我提升【www.richdady.cn】 大龄剩女咨询【www.richdady.cn】 无形干扰的环境影响咨询【www.richdady.cn】 情感心理咨询在线咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的文化背景咨询【www.richdady.cn】√转ihbwel 事业不顺的职场建议有哪些?【微:qq383550880 】√转ihbwel 家庭关系的幸福指南咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回存在吗?咨询【微:qq383550880 】√转ihbwel 婴灵的安抚与超度【σσЗ8З55О88О√转ihbwel 暗恋的情感释放咨询【微:qq383550880 】√转ihbwel 亲子关系的互动模式咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的案例分享【www.richdady.cn】√转ihbwel 前世今生的缘分如何解读?咨询【www.richdady.cn】√转ihbwel 精神不振咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么是事件营销推广 关系营销优势 紫色网站模板 北京网络营销培训 网站流量超 学习网站建设 河北网络安全事件 idc 信息安全管理责任制,-1 免费申请做网站平台 洛阳建网站 做网站一般用什么语言 丹东网站建设 信息安全学习 玄武盾网络安全 网络安全专家和黑客 网络安全技术好学吗 亿玛客营销学院 骗局 什么是网络安全技术 验证码与信息安全 网络营销课程感想 张店网站制作 云南网站推广 信息安全漏洞分析研究 上海网络安全检测公司排名 网络安全ppt 下载 成都建设网站首页 亳州网站建设 成都建设网站首页 中国网络安全发展史 哪种网络营销最赚钱 网站建设学校 小米的网络营销方式 亚太网络安全 河北网络安全事件 企业信息化与网络营销 网红营销平台 微博 事件营销和公关区别 贵州网站建设 网络安全实时监控 企业营销助手 学校网络信息安全管理组织机构 宣传网络安全 网络安全防护设备 信息安全指标 网络安全道哥 深圳市移动端网站建设 龙岩网站建设公司 免费网站专业建站 国家信息网络安全局 创建网站的流程 网站管理 互联网网络营销前景分析 网站制作案例怎么样 蓝盾网络安全(二级)测评记录 迭代思维 营销 网络安全讨论 门户网站策划书 水资源营销 西安做网站 动画网站模板 免费网站专业建站 深圳网站制作 网络安全 数据安全 无敌邮件营销软件为什么发送的邮件被qq邮箱直接送到了垃圾站 三只松鼠 动漫营销 张店网站制作 大良营销网站建设流程国家信息安全检测 信息网络安全普及教育培训教程习题 宣传网络安全 中国网络营销市场分析 武汉建网站 网络安全隔离 免费申请做网站平台 网站流量超 南通wap网站建设 迭代思维 营销 网络e营销 中央网络安全小组t图片 武汉网站设计公司 网络安全黑客漏洞 企业信息化与网络营销 江苏 信息安全 网络安全技术好学吗 紫色网站模板 产品网络安全定义广东信息安全考研,-1 关系营销优势 天融信网络安全学院 为北京教育培训机构提供最专业的网络营销渠道建设点对点服务 商业信息安全 网络安全以后去什么单位上班? 网络安全黑客漏洞 网站设计规划书 昆明响应式网站制作 安徽合安房产营销策划有限公司怎么样 网络信息安全协议书 营销组合四大要素 建行企业网站 网络安全资料 验证码与信息安全 网络与信息安全事件 网络安全=信息安全 免费网站建设怎样 无锡 信息安全 昆明网站排名优化 深圳市移动端网站建设 玄武盾网络安全 网络营销课程感想 天融信网络安全学院 重庆网站 河南网站建设公 创建网站的流程 阿图什网站 网站建设:中企动力 网络e营销 关系营销优势 深圳html5网站建设 架设网站 北京网络营销培训 好的网站建设商家 医疗大数据信息安全,-1 学习网站建设 信息安全自评估报告 阿图什网站 idc 信息安全管理责任制,-1 中国信息安全标准分类 中国网络安全发展史 洛阳建网站 网络安全logo设计图片南宁市网站建设哪家好 上海网络安全检测公司排名 丹东网站建设 银川制作网站 广西 网站开发 玄武盾网络安全 信息安全学习 使用微博营销工具应该注意哪些问题