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
途牛网的营销模式营销型网站sempk相应式网站电信网络与信息安全我国网络营销发展阶段昌平企业网站建设南山的网站建设公司信息安全审计系统中国计算机网络信息安全展网络安全技能考试证书怎样建网站网络安全指标体系《次元大陆:中星》原创小说,五年级小学生创建,每周日更新(可能会拖) 500年前,天动异象,祸从天降,生灵涂炭。 300年前,起义开始,外来之人,必将惨败。 300年后,外来的残渣仍然威胁着次元大陆,甚至还把魔爪伸向了别的世界。九位天选之子将带领这个世界上的所有生灵消灭残渣,为世界,宇宙带来和平。太玄大陆,五位最强者,被称为神。某天,一场大战过后,大陆中最年轻的神失踪,恰逢一座小城池,一位少女问旁边的少年说:“你将来想做什么呀?”少年冷漠的回答:招兵买马、踏破龙阳。周元真灵入洪荒,绑定天道信用卡。开局狂刷信用卡,先天不朽道胎,先天混沌至宝,先天神魔秘法……统统安排上! 不知不觉,他竟然欠下了亿万功德! 而在这时,信用卡提示,逾期不还,天罚降临,神魂俱灭! 窝草—— 为了保住小命,他开始疯狂抢夺功德,女娲造人,立教成圣,六道轮回,三皇五帝……他都要插一脚! 而为了防止主角“意外”死亡,无法追回欠债,天道也跟着变质了,处处维护主角。 老子:“竖子!你竟敢抢我人教教主之位?” 原始:“小贼!不要跑,还我杏黄旗!” 天道:“咳咳……” 众圣:天道不公啊!一缕天魔残魂为引,带领一个意外来到这个世界的特种兵,走上修仙之路,在魔族圣主的布置下,慢慢走上与仙帝的对抗之路。历经艰险,在生死徘徊之际,觉悟天道有缺,最终战胜天帝,圣主。回归家园。楚凡获得了一个名叫主神的系统,从此开启了贸易诸天的旅程。 扛着五千万吨级的核弹和异界妖皇讲道理,真理只在核平之内! 上界十方仙帝围攻,楚凡反手掏出二向箔! 荒古圣体先天道体? 我直接提取细胞,复制上架! 什么?异界即将入侵? 我一个黑店老板,能发射智子很合理吧? 直接封锁异界天地法则,从此无人能突破大罗金仙! ...... “主神,我死后请把我的骨灰塞核弹里。” “为什么?” “身为炸天帮一员,哪怕我死了也要炸上天。” 这是一个黑店老板贸易诸天的故事,穿梭于诸天万界,和荒天帝称兄道弟,招楚子航当店内小哥! 主神出品,必属精品! 强买强卖,不服就干!重生战国末年,白仲成为秦国攻打赵国战场上的一个新兵。 正值嬴政横扫六合,统一天下之时,战乱频起。 白仲获得战神系统,杀敌就能变强,杀敌就能立功封爵,走上人生巅峰。 依靠秦国的军功爵位制度,白仲从一个新兵,通过不断杀敌,立下无数军功,成为大秦百万锐士的统帅,兵锋所过,六国俯首。 王翦:白将军一人,可抵千军万马。 蒙恬:白将军却匈奴七百余里,胡人不敢南下而牧马。 王绾:白将军,血手人屠,嗜杀如狂,每战必血流成河,尸横遍野,有伤天和。 六国贵族:秦有白仲,我等复国无望! 嬴政:白仲,寡人之武安君白起。 白仲:我比白起还要凶残!是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战! 人只有在失去时,才懂得珍惜。 前世萧辰因为沉迷赌博,导致家破人亡,妻子自杀,女儿走丢。 等到再找到女儿时,已经是一具冰冷的尸体。 “她本来可以不死的……但她一个人长大真的太不容易了,16岁便患了肾衰竭,她需要换一颗肾,只有你可以救他,但常年酗酒你的肾早就坏了,救不了她!” “她现在才18岁,还没交个男朋友……为什么先死的不是你!” 在好友的痛斥中,萧辰悲痛欲绝,昏死过去。 还好上天给了萧辰一个重来的机会。 当他再度睁开眼睛时,竟然发现自己穿越回了妻子自杀的前一天。 于是他决定洗心革面,用一生的时间来弥补自己前世的过错,让自己老婆和女儿过上最好最幸福的生活。这是一个关于两位少女的故事。被神明眷恋的爱丽丝——西门子拥有被称为&amp;lt;凋叶咒&amp;gt;的诅咒,在得知自己害死了另一位少女的家族后,她决定踏上梦境世界的旅途,以自己的方式拯救那位少女。
郑州市公安局信息网络安全报警网站 对企业信息安全的建议 公安网络安全工作 太原做企业网站 南京信息安全 我国中小企业应该如何进行网络营销采取的策略有哪些? 营销益处 昌平企业网站建设 网络安全推广公司网站设 企业信息安全资质认证,-1 感情问题咨询专家【www.richdady.cn】 精神不振的前世因果【www.richdady.cn】 事业不顺的职场突破咨询【www.richdady.cn】 去世的母亲的前世记忆【www.richdady.cn】 大龄剩女的婚恋现状如何改变?【www.richdady.cn】 前世今生的缘分解读【σσЗ8З55О88О√转ihbwel 什么原因意外的前世记忆咨询【微:qq383550880 】√转ihbwel 头脑混沌的前世因果【www.richdady.cn】√转ihbwel 缺心眼的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的咨询技巧【企鹅383550880】√转ihbwel 感情纠纷的解决技巧咨询【企鹅383550880】√转ihbwel 财运不佳咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感咨询如何进行?咨询【企鹅383550880】√转ihbwel 与女友前世的识别方法【企鹅383550880】√转ihbwel 升迁障碍的职业发展如何规划?【企鹅383550880】√转ihbwel 与公婆前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋建议有哪些?咨询【微:qq383550880 】√转ihbwel 亲子关系的改善方法【企鹅383550880】√转ihbwel 营销型网站方案 北京做网站 网站维护公司 大学生网络安全竞赛 百度知道营销回答规律 太原网站建设培训 网站公告滚动显示怎么编写在jsp页面中使上下连接循环滚动 南宁信息安全 网络安全风险评估情况 旅游线路的营销推广 顺德网站建设公司价位 ●所谓网络安全漏洞是指 互联网算什么营销渠道 在线营销策略 网络安全推广公司网站设 信息安全意识动员讲话 信息安全管理的原则 深圳信息安全服务公司,-1 网络安全与防护 ppt 网络安全在公司干什么 网站公告滚动显示怎么编写在jsp页面中使上下连接循环滚动 营销型网站sempk 营销人物 中国大学生网络安全 南和邢台网站制作 网络安全技术应用期刊 深训网络安全公司 深圳官网网站建设 如何获取所有网站 信息安全意识动员讲话 青岛营销型网站建设 e春秋 网络安全实验室 洋码头 营销活动 nike网络营销案例 合肥网络安全 网络安全月报 网络安全技能考试证书 我想要网络安全现在中毒了 深圳官网网站建设 佛山用户网站建站 网络营销与消费者 营销型网站案例 病毒性营销 成功的网络营销案例 北京做网站 网络安全:两小时破译无线路由器pin码算法获得路由密码 补天 信息安全 代加企业营销qq好友 网站维护公司 病毒性营销 郑州计算机系网络营销 搜索引擎口碑营销 郑州市公安局信息网络安全报警网站 郑州市公安局信息网络安全报警网站 口碑营销策略案例 网站建设推广 手机销售网站制作 最新网络安全大会 网络安全与防护 ppt 医疗网站建设案例 如何获取所有网站 邢台网站制作有哪些 信息安全管理专员 企业网站管理 网站信息安全备案,-1 网络安全信息监控接口 昌平企业网站建设 北京做网站 wifi网络安全管理会议 广州外贸网站公司 微信营销的总结 互联网信息安全领导小组 营销型网站案例 中国联通 网络安全 关于网络安全基线 工信部网络安全局 网络营销师值得学吗 营销型网站方案 词条 营销 郑州网站建设更好 补天 信息安全 发放信息安全奖的申请 临清做网站 网站怎么关闭 深训网络安全公司 深训网络安全公司 邢台网站制作有哪些 洋码头 营销活动 网络安全监管局 网络安全招生 国家信息安全问题研究 中国计算机网络信息安全展 洛阳做网站 陕西网络营销公司排名 信息安全意识动员讲话 网络安全风险评估情况 外贸营销策划 威胁网络安全的主要因素有哪些 黑客技术与网络安全 怎么给网站添加站点统计 ●所谓网络安全漏洞是指 河北省网络安全协会 广州网络营销公司招聘 黑客技术和信息安全教程 信息安全等级化保护规范 信息安全的应用技术 信息安全技术体系中的应用安全一般不包括,-1 太原做企业网站 合肥网站建设的公司 武汉本土互联网站 搜索引擎营销顾问 信息安全管理专员 途牛网的营销模式 信息安全检查哪些 南和邢台网站制作 网络营销专业教育机构 公安网络安全工作 openssl与网络信息安全 下载 陕西网络营销公司排名 网站信息安全备案,-1 开展网络安全 网络营销引入 网络安全与经济发展 e春秋 网络安全实验室 视频网站建设方案 成功的网络营销案例 代加企业营销qq好友 信息安全管理的原则 国家信息安全周 外贸营销策划 中国联通 网络安全 合肥网站建设的公司 小米网路营销目的 网络营销工程师书籍怎样做一个网站首页 南宁信息安全