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
网络安全密钥最后一位西安交通大学网络安全国家网络安全学院最新成都网络营销公司排名可信赖的南昌网站制作日本 网络安全网络安全条例 翻墙网络安全 解密免费网站域名申请网络安全主要涉及信息存储安全信息传输安全李文重生成了一颗灵气复苏时代的柳树,这个时代强者横空绝世,坐镇一方。   异兽咆哮山河,占地为王。   还好有进化系统无限强化自己,自身的生命灵液让万灵不断进化。   结出来的生命果实让无数生命疯狂。   有人称他为树神拯救一方生命,有人更愿意叫他魔树,树根一出抽取数万里精华……  诸天万界,传说乃神灵创造,有无上学府,古老宗门,山林之中存在大恐怖,我乃牧天出生便是无敌资质!【叮!检测到宿主穿越重生成功,首次签到获得,先天神体!】   系统在手,天下我有。从签到神体开始,一路横推,绝世天下,威震万古,九天十地,我为尊,天骄见我尽底眉!左慈:“论如何瞬间炸掉厨房,论如何变成跟踪狂,论怎么用声音改变世界,论怎么以智慧生存,论为什么所有人都想变成黑帮老大,这些到底是道德的沦丧还是人心的泯灭,敬请关注异世三国。” 刘备:“怎么感觉跟和诈骗似的?跟踪狂是谁?” 左慈:“玄武新闻社。” 刘备暴汗:“他们是新闻社不是狗仔队啊。” *以上形容的分别是:麒麟拆迁办,玄武新闻社,白虎声优部,朱雀军师联盟,青龙黑涩会。 这是一个关于NPC们的故事,当故事看就好,主角是所有出场的NPC们。 本文书名《世界中的世界》 1、所有三国人物纯为私设注意避雷 2、我也不知道有没有ooc 3、cp非常非常非常诡异,注意避雷【高亮】 4、我也不知道这是短篇还是中篇 5、更新不定+文笔辣鸡 6、不喜误喷+出错请指正 7、我的笔名叫九尾玄猫,那个的是不小心写上去的。 8、大概就这样?我也不知道有没有遗漏。(你咋啥都不知道) 他拥有令人艳羡的身世,他的的父亲是一国元首,而他的人生际遇却从没有受到过任何优待。 他拥有天生异能,他是传说中十二神石之首--“力量之源”的主人,但是这个异能却总在他需要时失灵。 他资质平平,没有一点武技和魔法的修为,却被上古邪灵看中,成为邪灵寄生体,变成了邪灵的傀儡。 他的梦想只是做一个普通人,但是命运总是跟他开玩笑,让一些不普通的事情跟他扯上关系,让他成为众人的焦点。 一个一心只想成为平凡人的他如何成就了他不平凡的一生,他的一生福兮?祸兮?在贪的界域! 没有主角。 没有主线。 也没有套路。 只有贪欲,和一尊,贪佛! 佛本仁心,乱起贪作。 芸芸众生,贪而诛之......上至神界,下落黄泉,我有一剑,屠神戮仙! 万界之中,种族无数,强者为尊,在帝劫中身殒的剑神苏平,转生成大夏青风城苏家弟子。阴谋诡计、魑魅魍魉,我以手中剑,斩尽眼中不平事!待我重临巅峰之日,但问一句:此剑锋利否?诸国并存,武道盛行。两大王朝,九大世家。玄门六宗,魔道九派。万族林立,人族式微。 叶落意外穿越而来,遭遇妖魔,体内意外出现一座大鼎,只要镇杀妖魔就能变强。 从此,叶落走上一条万族共尊,独霸天下之路。九龙大陆,强者为尊,武道一途,与天争命,且看一朝皇子,凭三尺长剑,如何皇临天下!武道巅峰,谁为皇? 为了心中的一丝执念,阳炎勤修武,争太子,夺皇位,战天下,历生死,证武道,破轮回! 号令天下,莫敢不从!正人君子赵高穿越到玄冥大陆,获得为所欲为系统,八十好感度有概率获得对方十分之一修为,九十好感度可开启为所欲为模式,满百好感度可无忧为所欲为! 别人升级靠修炼,赵高升级靠攻略,万物皆可攻略! 夫人,你也不想被我攻略后为所欲为,无法反抗吧!桀桀桀... ...... 异界门票不是爆史诗的吗?这奶罐、破面具、烤羊腿...是什么意思? 赵高看着每次从异界得到的一推破乱玩意儿陷入沉思。 ...... “三十年河东,三十年河西,莫欺少年...啊~” 赵高:小林,快,把那个喊三十年的给我带过来,别让人打死了。 ...... 大哥你好,我姓韩,在家排第六,你可以叫我小韩... 赵高,猝!...你个老六,我真是服了你了!别让我再碰到你! ...... “我为宗门流过血,我为宗门立过攻...你们不能这么对我...” 赵高:这小白怎么这么胆小?云游四海博览群书的少年误入仙魔界成为大佬,最后封神宇宙成为了他的一部分
网站搭建h5是什么 工控 信息安全 信息安全宣传资料,-1 网络信息安全监测 企业网络营销后期总结 网络安全等级怎么设置 信息网络安全公安部 网站的总体结构 网络安全密钥最后一位 微信营销怎么引流 阴间生活的前世记忆咨询【www.richdady.cn】 前世记忆恢复技巧咨询【www.richdady.cn】 工作压力大导致的精神不振【www.richdady.cn】 工作场所意外事故的原因【www.richdady.cn】 与男友前世的因果关系【www.richdady.cn】 孩子压力大的解决方法咨询【微:qq383550880 】√转ihbwel 前世缘份的轮回续缘咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的化解方法【微:qq383550880 】√转ihbwel 升迁障碍咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的前世因果【www.richdady.cn】√转ihbwel 邪灵的定义与特征【σσЗ8З55О88О√转ihbwel 失业的心理调适【企鹅383550880】√转ihbwel 亲子关系的改运方法咨询【σσЗ8З55О88О√转ihbwel 前世缘份的案例分享【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈【σσЗ8З55О88О√转ihbwel 家庭关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 年轻人过世的常见原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋心态如何调整?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的矛盾化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升职加薪的障碍分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外销网站 新国际网络安全吗 网络安全研究趋势 网站功能及报价 网络营销课件 婚庆网站建设 大馆陶网站 成都的信息安全公司排名 北京高级网站建设 应该双网站 如何通过dreamweaver做一个完整丰富的完整网站 跨境网络安全预备案 网络安全 销售公司 网店协作与联动营销 网络安全环境3部分 整合营销传播的条件 网络信息安全通报机制 营销型网站建设 梅州网站建设 网络安全企业50强2017 密码技术网络安全公司 烟台网站设计公司推荐 信息安全顶级学术会议 《信息安全等级保护管理办法》 信息网络安全学院 科研信息安全 北京信息安全企业排名 解放军网络安全 赤峰建网站 营销型网站建设 单位信息安全工作的组织领导情况 计算机网络安全怎么样 网站核验点 电商做网站 深圳做网络安全公司排名 网站功能及报价 东莞网站建设推广 上海市 信息安全大赛 百度信息安全 网站设计公司电话 网站的总体结构 网络安全 解密 信息网络安全公安部 外销网站 网站流 单位建网站 来个网站 信息安全宣传资料,-1 网络安全组成 国家网络安全学院最新 外销网站 成都信息网络安全协会 网站建设: 网络信息安全通报机制 个人信息安全规范 产品 榆林做网站 信息安全等级保护 挑战 中国地区2011年第四季度网络安全威胁报告 婚庆网站建设 信息安全备份 怎么用域名建网站 首都网络安全论坛 绿盟网络营销发展分析报告 烟台网站设计公司推荐 网络目标市场营销策略 国家信息安全保障人员温州网站制作价格 网络营销模式的优缺点 关于建网站新闻 佛山电商网站制作团队 单位建网站 如何通过dreamweaver做一个完整丰富的完整网站 网站设计文案 青岛网站制作公司 信息安全等级保护技...,-1 信息网络安全公安部 微信开发网站建设程序 网络营销课件 山东网络安全大赛 双色调网站 占位营销 互联网络安全 中国信息安全等级 营销型网站建设 网络营销课件 网络安全技术实验报告 南宁会制作网站的技术人员 漯河网站建设 漯河网站建设 《信息安全等级保护管理办法》 网站描文本 北京信息安全企业排名 网络安全主要功能 陕西企业网络营销 建网站需要什么 网站怎么创建 网站简单化 单位信息安全工作的组织领导情况 信息安全动画 网站核验点 整合服务营销是什么 徐州网站二次开发 双色调网站 重庆网站建设优化 在太原营销商城网络营销 国外的网络营销商城成都网站制作设计 网络安全txt下载 微信开发网站建设程序 巴中网站建设 怎么用域名建网站 长沙的网站建设公司 如何认知网络营销 网络安全条例 翻墙 公安局网络安全部 密码技术网络安全公司 全国网络安全等级保护测评机构推荐目录 做网站工具 如何维护网站 3g网站开发 企业营销网络介绍 企业营销网络介绍 网站设计开发的难点 工控网络安全学院 财务服务器的网络安全 营销型网站建设哪里有 网络安全研究趋势 科研信息安全 烟台网站设计公司推荐 营销方案技巧 网络安全组成 魔兽世界 网络安全任务 信息安全等级保护 挑战 信息网络安全学院 如何新建自己的网站 如何维护网站 佛山建网站 企业面临的信息安全威胁