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
河南省网络安全办公室但是网站相关内容和程序并没有建设完其次网站公司给我公司的网站域名组成系统的网络安全网站需求方案事件营销的特点是深圳网络安全快速考证qq营销信息安全培训资料资源营销站苍穹世界群雄并起天才如云其主大陆圣灵大陆更是天才多如狗但是圣灵大陆一直被天道统治者,并且这里的天道是邪恶的,圣灵大陆的生灵在天道和天道家族的统治下苦不堪言,并且每过一段时间天道还会将手伸入别的大陆和小世界,给那些地方带入黑暗每当这时总有英雄挺身而出但是这些英雄在和天道一战后再也没有回来过........四象纪元1000年天道卷土重来,且看这一代的四位英雄结局如何在遥远的公元三千年以后,地球还是被其他星球发现,被外星人侵略,大肆开采地球的能源等,尽管人类殊死抵抗,还是有一定差距,程立是地球抵抗军团的一员,带领的一支小队和外星人斗争.......述说异世大陆,种族纷争,魔物横行,皇子身份,天资受阻,离乡背井,开启新的人生,主角冥皇:“世间没有逆天,我来创造逆天!” 亲爱的读者朋友,请静心阅读我的小说,用鲜花和收藏支持我吧!满堂花醉三千客,一剑霜寒十四州。 觉醒了【无上剑心】的落魄皇子段宗成为了天山剑派的观剑弟子,手握灵剑,他能看到剑中蕴藏着的人生大道。 手持千万灵剑,掌握千万剑意。 【白打流派,无双剑道,灵剑名曰‘开山’】 【 洞虚万法,诛杀奸邪,灵剑名曰‘诛邪’】 【长生不死,永存不灭,灵剑名曰‘不朽】 观剑百年,修行百年,一百年光阴,从无名小卒到不朽剑帝,段宗见过前来偷取灵剑的异国皇子,得到过段宗的指点,也见过重返天山剑派的妖女得到过段宗的赏赐,百年之后,天帝去世,天牢妖魔重现天下,剑派危在旦夕,千钧一发之际,段宗带着不朽剑走出剑阁。 “本帝在此,狼狈为奸者,谋权篡位者,倒行逆施者,妖言惑众者,都要死!” 乔榆进入元宇宙里世界,获得了隐藏职业亡灵法师。 奈何开局智力精神都为0,还抽到了一个十分奇怪的天赋。 乔榆一怒之下,属性点全部加力量! 谁规定亡灵法师就不能和人肉搏的? 看着一拳打死世界之蛇耶梦加得的乔榆,里世界的玩家都疯了。 “大哥,求求你别跟人肉搏了!你是一位亡灵法师啊!求求你召唤个亡灵吧!” “这哪是亡灵法师,这踏马是六边形战士啊!”世人都说周瑜周公谨器量广大,有海阔的胸襟,不然怎能吃得下曹操二十万大军? 可苏木却说,周瑜这人不行,很小气,因为他死的时候,诸葛亮都去吊唁了,但诸葛亮死的时候,他就不去! 穿越来的苏木,本想快活地做个富家翁,逍遥一生,但总有人在他面前秀文学、音乐、医术、机械、兵法的那点儿小儿科,惹他不高兴…… 蓝颜玉是智族的天才,天生智力无限,精神力初始三十级。在他十三岁时,离开了智族,入了阳暮言组织的拯救者奇团,认识了妖族的小公主美琥,金刚族王子艾果……在这其中竟还有来自异族的夜墨修,他是敌是友? 在剿灭异族的过程中,花界彼岸花——慕兮月与他相识、相知、相爱。之后的几次生死之战,导致拯救者大换血,面临着土崩瓦解,蓝颜玉是否能重振拯救者奇团?在世界即将要毁灭时,他又能否拯救世界?穿越到高武世界,在报志愿的当天,苏七楼绑定了神级选择系统。 “590分,125卡,西北武大。” “575分,122卡,东南武大。” “610分,135卡,魔海武大。” “499,全套,89号技师。” 绑定系统的第一个奖励从坑死党开始。 “叮,你做出了选择,完成奖励血气丸” “叮,你做出了选择,完成奖励《血气真解》” “叮,你做出了选择,完成奖励《莽拳》” 只要做出选择,就有各种奖励,苏七楼从此开始了自己的崛起之路。 重生新婚夜,新娘却意图夺主角小命。 攻击力全无,自保能力,本能之下,拼命一脚,结果断了一条腿。 这下子原本打算退婚,但是却是无法退婚了....... 隔壁仙山的仙师来到唐家,对残废的唐公子说:“你骨骼惊奇,天资卓越,可托将来,继承大道!” 原本人生昏暗的唐公子,这下子在龙湖城登时名声大噪,一时间,唐家的门前车水马龙,门槛都被踢断了!!楚林重生穿越到一个未知的修仙世界。 武功尽失、曾被称为“奇才少年”的他跌落神坛。 正当楚林痛饮美酒,卧床难安时,他居然又跑回现实了。 从此获得:驾驭现世与修仙世界! 某天公司举办Cosplay展览会,楚林意外遇见一名古装女子。 她窈窕妩媚,柔桡轻曼,冰肌莹彻,两眼流苏像极了制作游戏里的人物。 “凛秋雪,这个家伙居然也跑到现实了!” 楚林不敢置信地抓住她的皓腕,只见凛秋雪铁青着脸。 “流氓!”
信息安全和人工智能 丰都网站 邢台网站制作有哪些 宁波网络营销推广 深圳网络安全快速考证 网络安全 打击 资源营销站 信息安全外企工作内容 微信邮件营销 武汉网络信息安全基地,-1 强迫症的咨询技巧【www.richdady.cn】 前世老婆的前世影响【www.richdady.cn】 孩子厌学的环境影响咨询【www.richdady.cn】 如何识别冤亲债主【www.richdady.cn】 耳鸣的自我提升【www.richdady.cn】 与公婆前世的前世修行【σσЗ8З55О88О√转ihbwel 暗恋的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世案例咨询【企鹅383550880】√转ihbwel 心特别累的环境影响【企鹅383550880】√转ihbwel 脑部不清晰的生活习惯咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺咨询【企鹅383550880】√转ihbwel 阴间生活的文化背景【www.richdady.cn】√转ihbwel 发育倒退的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的自我提升【σσЗ8З55О88О√转ihbwel 缺心眼的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的前世因果咨询【企鹅383550880】√转ihbwel 前世老婆的前世案例【微:qq383550880 】√转ihbwel 特殊学校的师资力量【微:qq383550880 】√转ihbwel 无形干扰的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 国网公司网络信息安全 网络营销人员职业规划 我国网络营销发展阶段 佛山微信网站建设 网络安全主管部门检查 网络信息安全教育课件,-1 高端公司网站 网络安全的企业 微博进行营销的好处网络安全交流协会 qq网络营销策划 知名 信息安全实验室 徐州公司网站制作 营销 方案 信息安全简称 公司信息安全网络升级方案 信息安全测评 事件营销的特点是 为什么我的网站刚续费还是显示域名过期别人能打开我却打不开 凡客 营销 网络安全 公安 途牛网的营销模式 个人网站设计欣赏 青岛营销网 网站css中父级自适应高度没有子级自适应的高度高怎么解决上海网站改版哪家好 深圳html5网站建设 互联网信息安全平台 沈阳 企业 网络营销 国家网络安全小组 安庆网站制作 网络安全及防护 极速网站建设 投资网站建设 提供网站建设的公司 高端公司网站 全网营销的模式有哪些 日常网站维护 2014第十五届中国信息安全大会 汕头网站制作 信息安全属于ee吗 入企营销服务 通信信息安全优先级秩序:可用可靠完整 政府机关信息安全 安徽网络安全 网络安全十三五规划 网络安全行业销售怎么做 信息安全培训资料 北京网站建设公司分享网站改版注意事项外贸营销策划 手机企业网站设计 湖南企业网站建设 网站制作培训 中企网络营销顾问 网站的比较 河南省网络安全办公室 如何写网站文案 大学生的网络信息安全 国家信息安全资质认证 网络安全新闻信息 2016年第十七届中国信息安全大会 信息安全等级保护二级的认证 武汉网络信息安全基地,-1 手机企业网站设计 网络信息安全法律法规 自做网站 哪家网站建设好 展示型网站建设流程 途牛网的营销模式 宁波网络营销推广 做网站 深圳 政府机关信息安全 搭建网站 网页 大连公共信息网络安全监察局 信息安全风险评估规... 微博进行营销的好处网络安全交流协会 长沙做营销型网站公司 信息安全好的大学 营销 方案 信息安全防火墙标准 系统的网络安全 营销信息化和信息安全 网络安全主管部门检查 国贸网站建设 网络安全行业销售怎么做 如何写网站文案 市委网络安全和信息化领导小组办公室 自做网站 国贸网站建设 名词解释网络营销组织 兰州做网站改版的公司 信息技术与信息安全网 名词解释网络营销组织 网络安全主管部门检查 营销机构与营销队伍 提供网站建设的公司 公司信息安全网络升级方案 国家 网络与信息安全领导小组 网络安全入侵 织梦系统里的生成更新主页为什么生成不出来我再改的网站 武汉网络信息安全基地,-1 投资网站建设 网络安全生态峰会 地址 什么叫网站优化 兰州网站 加强信息安全培训 网站主持 信息安全和人工智能 做网站 深圳 网络安全与应急管理制度 品牌整合营销 王者荣耀 国网公司网络信息安全 通信信息安全优先级秩序:可用可靠完整 网站推广费用 2017年国家网络安全周活动主题武汉国际网络安全论坛 东欧 网络安全敏感国家 信息安全防火墙标准 网站空间 建网站流程 网站建设流程 口碑营销策略案例 网络信息安全 案例 kerberos 北京网站建设公司分享网站改版注意事项外贸营销策划 信息安全外企工作内容 展示型网站建设流程 2017年国家网络安全周活动主题武汉国际网络安全论坛 信息安全广东省大学,-1 网络安全 pdf 网络安全培训方案 市委网络安全和信息化领导小组办公室 营销互动 2012年网络安全 高端公司网站 网络公司网站 系统网络安全 南昌网站建设公司渠道 深圳html5网站建设 全网营销的模式有哪些