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
网络安全系统测试报告网络广告营销公安部信息安全电视会议网站主题下载营销式建站什么意思互联网营销的基础理念做网站的文案网络营销专业都学什么网络营销在南宁浙江省网络安全办公室桑服也很困惑,不过就是失足落海而已,怎么就换了一个世界。或许世界上真的有平行时空,让他在全新的世界里活出不一样的人生。 新奇的魔法和生活都市 善良的家人和诡异的邻居 还有那个说自己来自什么大魔导学院自称导师的漂亮女人 ................................... 所以,在开始新生活之前,能不能先来个人告诉他,这个世界里,他到底该怎么活下去。无尽的星空中,有着各式各样的环境,演变出无尽的可能,所以,在这里,无论是发生了什么不可思议的事情,都是正常现象。 顶级科学家李谦因身患癌症,在临终前选择冷冻自己,以待未来攻克癌症后再治疗自己。 但没想到,一觉醒来之后,时间居然已经过了三万年。更让他绝望的是,此时的医疗不但没有更先进,反而因为三次核战争倒退到了十九世纪初期,癌症依然无药可医。 看着充满了赛博朋克的未来世界,李谦只能玩起文明模拟的元宇宙游戏,以期待通过模拟文明演变来解开人类基因的秘密,以治好自己的癌症。 然而万万没想到,这个世界居然只是一场为了奴役全人类的骗局…… 原本生活在21世纪的阿明,他是一位生物学家,在日常研究的过程中,他发现有一种奇特中药提取物可以长生不死,而且可以自由穿梭宇宙的超能力,还可以感知多为空间的生物。他在某一时间,偷偷地尝试了,瞬间来到了多为空间,那里的领导者将他关了起来,允许他4040年回到地球,故事也就从他被释放开始,不过,被释放的阿明也被赐予了“光明上古大神”的封号,主管地球、月球、火星..........生来记忆被封印,随着修为增加,记忆不断恢复,被封印的记忆即将打开,轮回一世是否战胜自己的哥哥我有卿云剑,持之万界游;问心何所以?谁不爱自由!我有芥子身,一步一春秋;问道何所证?丑恶未曾休!一剑封万界,教尔识风流!已然二十岁的我们会是青春,会是热血,会有一场拖拉机下山轰轰烈烈的恋爱.........而有些人的二十岁,会是迷茫,不知所措,也许,会是你我......“豺狗的天降陨石竟然在地面砸出一个百米大洞?恐怖如斯。” 杨开召唤战斗暴龙兽使用盖亚能量炮直接在地面砸出一个一公里的深坑。 “大佬?你这是什么魂兽?” 面对众人的震惊,杨开默默转身。 面对着奔腾而来的兽潮,一个金色的大门缓缓在天空中打开 穿越到一个被削职夺爵的侯爷身上,咋办? 凉拌! 还能不过了咋滴,既然一点光都沾不上,那就自力更生,从头开始! 以一介布衣为起点,聚拢天下财富,享受文坛尊崇,玩弄诸子百家,掌控列国风云! 数十年后,区区侯爷是个屁? 老子只想做个布衣! 什么? 小皇帝要封我做国公! 不做! 别说是国公了,王爷老子都不稀罕做! 回去问问小皇帝,你母后没告诉你是谁的种吗? 还国公? 你得叫我爸爸! 爱情的路上没有对错,有的只是遇见与错过。。。
无线网络安全实例 酒店网络营销具体方案 合肥seo营销公司 个人网站建设 免费 网络广告营销 企业网络安全监控 网站定制广州信息安全 绿盟 网络安全日 国家网络与信息安全管理中心官网 网络信息安全 ppt 解梦的梦境解析咨询【www.richdady.cn】 什么原因意外的前世修行【www.richdady.cn】 官司咨询【www.richdady.cn】 老公家暴的前世因果咨询【www.richdady.cn】 如何改善人际关系【www.richdady.cn】 克服职场升迁障碍咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世故事咨询【企鹅383550880】√转ihbwel 纠纷咨询【σσЗ8З55О88О√转ihbwel 家宅磁场【www.richdady.cn】√转ihbwel 与男友前世的记忆解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 构建和谐亲子关系的方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷咨询【企鹅383550880】√转ihbwel 祖灵对家族的影响咨询【σσЗ8З55О88О√转ihbwel 与老公前世的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世修行【www.richdady.cn】√转ihbwel 人际关系不好的咨询技巧【微:qq383550880 】√转ihbwel 心特别累的情感释放咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的案例分享【企鹅383550880】√转ihbwel 如何为维护网络安全做贡献 怎么建手机网站 北京做网络安全的公司 武汉大学信息安全所 信息安全管理审核,-1 王老吉营销 网络安全服务上岗 信息安全咨询服务 欢乐颂2 网络营销 网络安全流量检测 互联网经济与网络安全 企业网站需要多少钱 鞍山网站制作 淘宝网店营销培训重庆品牌网络营销推广 网站收录多少才有排名 品牌营销平台 长沙定制网站 网站建立公司四川 信息安全等级 威胁 网站面包屑导航设计特点 网络安全产品销售备案 线上线下结合营销策略 做网站编程 网站导航条代码 石家庄手机建网站 内容营销作用 微信营销培训总结 酒店网络营销具体方案 网络安全字体 新型网络安全技术 gartner 信息安全2015,-1 公安部信息安全电视会议 上海的外贸网站建设公司 企业网站需要多少钱 网络工程师和网络营销 高校信息安全建设方案 互联网营销的基础理念 国税网络安全宣传周 互联网经济与网络安全 怎么找网络营销 2017网络信息安全考试时间 互联网经济与网络安全 织梦cms 网站所有的链接target属性 怎么统一修改2017 网络安全峰会 首届国家网络安全宣传周专题 上海网站建设的价格 网站建立公司四川 公安部信息安全监察 为什么研究网络营销 营销外包服务协议 哪里的sem整合营销 营销要素 无线网络安全设置wpa 网络安全扫描的内容 做好哪些网络营销能力 快讯营销软件 信息安全国际会议 浙江省网络安全办公室 国家信息中心信息安全研究与服务中心 信息安全矩阵 西宁网站 为什么研究网络营销 网站开发 网站布局 专业的网站建设 网站定制广州信息安全 信息安全评估机构 网站加黑链 淘宝网店营销培训重庆品牌网络营销推广 无线网络安全实例 网站定制广州信息安全 网络安全模拟实验 国家信息安全工程技术研究中心官网 企业营销型网站案例 网络安全模拟实验 湖南网站推 快讯营销软件 重庆璧山网站制作公司推荐 织梦cms 网站所有的链接target属性 怎么统一修改2017 网络安全峰会 营销进企业 上海的外贸网站建设公司 网络工程师和网络营销 做网站群的公司 网络广告营销 工控信息安全事件 分析企业网站和搜索引擎两者在传递网络营销信息方面有何不同 营销活动培训班 如何为维护网络安全做贡献 网络营销学文稿 首届国家网络安全宣传周专题 企业网络安全监控 公司网站图片传不上去 网络安全服务上岗 全网营销系统是真的吗 信息安全风险分析过程中所要完成的工作计算机安全事件发生的可能性 建网站推广 fdd lte网络安全 内容营销作用 企业的营销案例分析ppt 国家信息安全检测中心 长沙定制网站 信息安全管理审核,-1 内容营销作用 网络信息安全就业前景 营销要素 网站建设品 信息安全大学排名2016 北京做网络安全的公司 网络安全等级保护工作 性营销 湖南网站推 网络营销 技术入股 合肥网站建设公司 信息安全防护方案 专题网站建站 西安网站制作网络安全考试认证 微网页营销o2o营销-上海单仁信息移动科技有限公司 怎么找网络营销 网站建设公司浩森宇特 网络安全软件应用有哪些 网站收录多少才有排名 在线营销型网站建设动画型网站 全国信息安全测评中心 青岛 html5/flash设计开发|交互设计|网站建设 信息安全运维资质 鹰潭做网站 制作网站需要注意的细节 北京信息安全服务资质咨询公司,-1 淮安网站建设 鞍山网站制作 全网营销系统是真的吗 网络营销平台 定价 公安部信息安全监察 信息安全大学排名2016 有免费的营销软件吗 重庆网站营销案例