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
郑州市公安局网络安全五级网络安全状况 危企业网站制作设计营销型网站建设公司2016网络安全大赛石家庄微网站建设工业信息安全公司排名,-1深圳网站建设设计信息安全网络安全网站主播世界各国网络安全建设【轻松诙谐向+假太监+女扮男装的皇帝+假太后+种田+权谋天下】   孙羽意外穿越到了大秦宫内一个小太监身上,同时觉醒了超级大太监系统。   哄骗过净身师傅,孙羽带着茶壶嘴进了皇帝御书房当差,本来还打算找机会开溜的他,突然发现那个眉清目秀的皇帝,竟然是女儿身……   还有那个在内宫作威作福的太后,竟然也是假的?   看着系统给出的任务,孙羽犯起了难,他该兼收并蓄,还是该雨露均沾?    既然手持系统,自然要一步步向上,一步步站到最高,做最高的…太监太上皇? 一位父亲每年都要来到某一地方凭吊先烈,他的作家儿子一直不清楚父亲以前到底做过些什么事,直到父亲在老宅拆迁时自杀后才展开深入调查。原来父亲老宅曾发生过惊心动魄的往事:一位财主的小妾李小娘子跟管家私奔致使李家大院遭劫,主人动用祖传生计银渡过劫难,其后代及其同学在上海造房、创业、革命的故事,李家风华绝代的女人和管家私奔遭土匪奸杀、奸夫因何掉脑袋,救人者为何成了杀人者、水鬼兄弟为何违反军纪替兄报仇、青年因何刺杀太后失败、心仪的女人却是旧情人、奸夫儿子怎么成了李家后代,女间谍挑起中日战争、五十年恩怨情仇随着大事件蓬勃展开……萧子暮重生成婴儿,等反应过来自己已经夺了女帝修为。 “萧子暮,还我的修为。” “不然我让你死的很难看。” “听话,你虽然是女帝,但好歹是妹妹,小心我打你!” 女帝闭嘴,眼泪汪汪。 “乖!把你的修为再给我点吧。” 女帝破口大骂,只想一刀解决这个依靠自己灵力发育的天仙大帝!一觉醒来林雨来到另一个世界,不仅如此他还多了一个软萌可爱的小公主。 在别人眼里,林雨是超级全能巨星,在小芒果眼里,爸爸是无所不能的超人。 记者冲出人群,将话筒高高举过头顶。 “林雨先生,表演界称呼您为影帝。” “声乐界称呼您为歌神。” “作曲界称呼您为曲爹。” “作词界称呼您为词圣。” “文学界称呼您为文学泰斗。” “导演界称呼您为无冕之王。” “请问,在这么多赞誉中,您最喜欢哪个称呼呢?” 林雨微微一笑:“我最喜欢,文艺巨星奶爸。” 怀揣梦想,肩负责任,天大地大无所不能,护娃宠娃全能奶爸。少年,赵乐,自小生世显赫,奈何北宋风雨飘摇,危在旦夕!赵乐将何去何从?于耀明被人陷害坐牢,被逼无奈的他,和甜美女友说了分手。 他辗转来到了港岛,并在混乱与黑暗中崛起。 但是天不遂人愿,坐拥百亿身家的商界大佬,却被癌症给压垮。 回顾一生,最放不下的,还是后来成了甜心教主的前女友——姚心凌! 这些年他孑然一身,最遗憾的是没有能和她在一起。 他留下了遗嘱,将全部身家都留给了姚心凌,然后不甘的迎接了死亡…… 一朝重生,他回到被人陷害之前! 此时他还没有坐牢,没有跟心凌分手! 一起都还来得及! “心凌,我一定会让你火到大江南北……” 姚心凌只当他是哄她开心。 谁知? 于耀明竟是天纵奇才! 不仅在港岛混的风生水起,还亲自当起了她的经纪人 他看中的曲子和影视剧全都能大爆!没过几年,姚心凌俨然火遍了全国。 “接下来,就是把你推上国际舞台了!” 于耀明狡黠一笑 以他的财力,为她量身打造一部大片都没有任何问题! 多年后,国际甜姚心凌站在颁奖典礼上,望着台下的于耀明,大声说着: “于耀明,你真是这世上最完美的男人!”我是谁?我在废墟残垣中醒来,人类和机器人的战争让世界都濒临毁灭,谁来救救我们?谁来救救世界?谁来拯救这次末日之战?蓝星历2099年,全球最神奇、最火爆的游戏《超元宇宙》投入运营的第四十九个年头。这一年,游戏中一个命名“圣域”的新地图突然开放,再次震惊了全世界! 故事,由此而开始……在江宁区的一个小村庄里,有着一栋具有百年历史的别墅,那里的村民都不敢靠近那栋别墅,相传那栋别墅里闹鬼,这天,来了一群不速之客,他们是某音主播,他们不信这里有鬼,带着直播工具来到了这栋别墅,他们白天在别墅里看了一圈,别墅里破破烂烂,楼梯走上去都带有“咔嚓、咔嚓”的声音,楼上除了几个破烂不堪的卧室外什么也没有,很快夜幕降临他们也准备开始直播,直播开始半个小时,人数已经到达了几千人,刷礼物的人数不胜数,顿时间他们的氛围灯不亮了,瞬间直播被关闭了,这件事在微博上传的沸沸扬扬的。朝阳之下,尽数向阳; 岐山,坐落在藏山中,鲜为人知的地界; 人迹罕至、毒瘴环生,望眼去尽数被山林遮挡,便是全貌; 蜿蜒的山脊许是蛰伏经年猛兽。 一纸“红”卷,牵引着少年入世,将会是此间动荡的征兆!
管理网站制作 我需要网站 互动营销型网站建设 太原网站优化 公司内部网络安全 学习网络安全 浦东新区专业网站建设网络营销是电子商务的一种产物对吗 职业技能大赛信息安全 论述如何提高网络安全 承德网站制作加盟 失业的咨询技巧咨询【www.richdady.cn】 大龄剩女的婚恋故事【www.richdady.cn】 什么原因意外【www.richdady.cn】 事业不顺的自我提升咨询【www.richdady.cn】 精神不振的前世因果咨询【www.richdady.cn】 大龄剩女的情感困扰咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 工作升迁的障碍与突破咨询【www.richdady.cn】√转ihbwel 前世老婆的前世影响咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析【σσЗ8З55О88О√转ihbwel 存不住钱咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 家庭关系的矛盾化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的解决方法【www.richdady.cn】√转ihbwel 如何改善人际关系【企鹅383550880】√转ihbwel 成人发育倒退的可能症状【微:qq383550880 】√转ihbwel 邪灵的驱除仪式【σσЗ8З55О88О√转ihbwel 灵魂化解与心理疗愈咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋现状如何改变?【企鹅383550880】√转ihbwel 前世老婆的前世案例【微:qq383550880 】√转ihbwel 中石油网络安全 网络安全大会2016 论述如何提高网络安全 网络营销应用生活案例分析 1. 信息安全的目标是: 网络安全七大高校 信息安全等级保护管理办法2017 谷歌营销 佛山网络营销 优帮云 网络安全服务产品 深圳整合营销培训 营销思想 信息安全加密技术 网络营销 效果跟踪 信息安全产品评测 网站托管费用 全国信息安全等级保护技术大会,-1 虹口做网站 网络安全大会2016 网络安全 收购 优秀网络信息安全 网络安全七大高校 信息安全等级保护管理办法2017 谷歌营销 佛山网络营销 优帮云 网络安全服务产品 深圳整合营销培训 营销思想 信息安全加密技术 网络营销 效果跟踪 网络安全攻防学习平台 网络口碑营销定义 顺的网站建设信息 公司网站建设推广 e-mail视频营销 小程序建站网站 信息安全产品评测 网络安全测评机构广西 2016网络安全大赛 信息网络安全logo 信息安全培训教材 网络安全问题的研究 计算机网络安全服务 信息安全渗透测试技能培训 沈阳微网站 成都个人网站 移动营销的形式包括 网络安全大会2016 承德网站制作加盟 网络口碑营销定义 网站整合营销 烟台软件优化网站建设 深圳网站建设新闻 广州广告网络营销公司排名 学习网络安全 电子 东莞网站建设 全网络营销 信息安全培训教材 信息安全等级保护管理办法2017 在网络中信息安全十分重要.与web服务器安全有关的措施有( ),-1 成都个人网站 世界各国网络安全建设 广州广告网络营销公司排名 信息安全加密技术 中石油网络安全 营销型网站建设公司 智能建网站 网络安全攻防学习平台 淘宝营销图网站建设整合营销 广州做网站信息 互联网信息安全现状 中石油网络安全 口碑营销的视频 沙龙营销 营销思想 网络营销应用生活案例分析 信息安全网络安全 网络安全图标 浦东新区专业网站建设网络营销是电子商务的一种产物对吗 欧盟网络安全 哪一年 营销策划? 网站建设规划方案 微信移动网站建设 2016年信息安全产品发布会 网站制作价格 上海 建交友网站 淘宝网络营销工作内容 网络安全 收购 法国网络安全 网页设计分享网站 石家庄微网站建设 深圳网站建设新闻 网御网络安全管理系统 国家信息安全水平证书网站建设优化文章 信息安全加密技术 网络安全和信息化职责 网络营销的工作 论述如何提高网络安全 太原网站优化 湛江网站开发 信息安全风险管理培训 全国信息安全等级保护技术大会,-1 沈阳谷歌网站建设 网络营销的工作 营销思想 信息安全等级保护管理办法2017 沈阳微网站 作品网站 信息安全竞赛时间 计算机信息安全技术应用 济南做网站 论述如何提高网络安全 中国区2010第一季度网络安全威胁报告 网络安全攻防学习平台 深圳网站建设新闻 网络安全测评机构广西 网络安全图标 沈阳谷歌网站建设 安徽信息安全测评中心 中国区2010第一季度网络安全威胁报告 石家庄微网站建设 网络营销应用生活案例分析 B2B网站系统 成都个人网站 美国信息安全博士 口碑营销的视频 我需要网站 定制建网站 太原网站优化 2016年信息安全产品发布会 淘宝营销图网站建设整合营销 广州广告网络营销公司排名 国家信息安全水平证书网站建设优化文章 网站怎么做域名实名认证 欧盟网络安全 哪一年