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转发营销活动佛山个人网站建设无锡知名网站制作网站设计 广州  一代网文大神凌云,竟然穿越到自己的小说中了。   父亲:孩子以后这个家就靠你了。   凌云:我要断绝父子关系。   仆人:&amp;quot;少爷,您还记得您的娃娃亲吗?&amp;quot;  凌云:&amp;quot;娃娃亲,赶快退婚!快点!&amp;quot;   且看凌云如何玩转玄幻世界   穷困潦倒的大学生陈阳,在经历种种不顺后,意外获得传承,入赘豪门,从此有了开挂的人生……性格孤僻的天才警官南港市公安局东海分局局长北海琼月只有一个愿望——成为一名恪尽职守、秉公执法的优秀警察。她从不怀疑自己的能力,坚信自己能做到让每一起案件水落石出,不料南港市发生的一系列连续凶杀案让一向被誉为神探的北海琼月焦头烂额,被害者不仅毫无共同点,而且死因离奇。北海琼月身为专案组长一直希望尽快破案,不料一件又一件事情打乱了她的计划…… 正在北海琼月被一个个意外弄得焦头烂额的时候,案件出现了一丝转机,有人目击到凶手犯案的过程,甚至在案发现场活捉凶手。本该为此举杯庆祝的北海琼月却陷入了沉思,这个被逮捕的凶手不是别人,正是和她一起上学、一起工作、一起办案的她唯一的朋友。 友情的信任遭到了巨大的冲击。作为警察,北海琼月有义务履行职责;但作为朋友,北海琼月不相信她是凶手。信任和证据面前,北海琼月必须做出抉择。 这里讲的是一些怎样的故事呢? 人皮模特、人骨拼图、凶宅奇案、真人蜡像、密室杀人、碎尸惨案…… 这些故事背后是怎样的一群人呢? 囚禁者、恋物癖、人格分裂、流浪汉、乞丐、白领、高智商人群…… 当你站在地狱仰望天堂,才能真正听懂来自地狱深处的哀鸣。 世界上哪有什么天生的罪犯,只不过是把老实人逼急了而已。 本小说及人物纯属虚构,请勿对号入座。如有雷同,纯属巧合,切勿模仿。白小鱼本是一个平凡的甚至是悲惨的普通人,但自从那个声音出现了,一切就变得不一样......这是一片浩瀚的星空,星空下分布着众多大大小小的星球,在星空中央有一颗超大星球在慢慢旋转。   这颗超大星球很不一样,在远处看去上面分布着,长着像是数百个大小不一的白蘑菇,如果在近处看,这些白蘑菇竟然是一个个大小光罩。   光罩大小有三种,有两个最大光罩的分布在超大星球两端,中等的光罩有数十个,不规则分布在一端的一个大光罩比较远的周围,最小光罩最多有数百个,星星点点在中等光罩和另一端大光罩中间,其中有几个最小的光罩,紧挨着另一端大光罩周围。   浩瀚星空中某个方向一个黑洞突然出现,黑洞慢慢由小变大。不知过了多久,在变大的黑洞中间隐隐透出淡淡彩光,彩光不知什么东西竟然快速的变亮?。不一会就彩光芒万丈穿透黑洞,彩光像流星一样直线朝浩瀚星空飞去。   彩光直线飞行经过无数星球,竟然没碰到一颗星球,只是险险从坠石星球擦着而过。彩光不知什么东西,随着时间推移慢慢变淡……那些年 有感人的爱情 有动人的友情 有令人心寒的亲情 或是身不由已 或是一时冲动 无论结果如何 那都是自己选择的青春 炽热,火一般滚烫的青春是乱世出英雄?还是英雄造就乱世?我叫王凡。 我二十岁收到父亲的生日礼物。 意外得到祭天戒。 本以为自己会成为祖国人的存在。 却发现身边到处都是修真者。 浩瀚无垠的宇宙之中,蓝星只是小小的一粒沙。 生长着几十亿人口的蓝星之中,万伊只是一名小小的警察。 在这片土地上生活了二十多年的他,在某一个平凡普通的日子里,救下了一名古怪的白衣女子,不曾想,却开启了一段离奇的人生。 抚养自己二十多年的爷爷,是所谓人族救世主剑帝。 齐天大圣孙悟空是自己的第一世,得知自己身负拯救人族于水火的使命。 亲眼目睹了何为世间最强一剑。 …… 前路漫漫,不知归处。 他心中只有一愿:砍死那群王八蛋,带老头儿回家。 本书又名《开挂的人生》《板栗终结者》《带着保镖去旅行》《谁TM说老子充钱了?》《武夫万剑仙》等等等等。
东莞 企业 网站制作 国家信息安全等级认证证书中国联通 信息安全 深圳全网营销总裁班 章丘做网站 网络安全产业联盟章程 网站设计教科书 专业的外贸网站建设公司 淄博做网站公司有哪些 网站规划与网站建设 建和做网站 与公婆前世的前世缘分咨询【www.richdady.cn】 心慌胸闷头晕的解决方法【www.richdady.cn】 官司的前世因果咨询【www.richdady.cn】 婚姻生活不顺的案例分享咨询【www.richdady.cn】 什么原因意外的前世影响咨询【www.richdady.cn】 耳鸣的医学检查【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场的检测工具【www.richdady.cn】√转ihbwel 忧郁症的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的解决方法【企鹅383550880】√转ihbwel 什么原因意外的前世影响【企鹅383550880】√转ihbwel 事业不顺的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的咨询技巧【www.richdady.cn】√转ihbwel 迟缓儿的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋经验威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋建议【www.richdady.cn】√转ihbwel 纠纷的案例分享【微:qq383550880 】√转ihbwel 莫名其妙感伤的情感释放咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的真实案例分析【微:qq383550880 】√转ihbwel 前世今生的轮回理论【企鹅383550880】√转ihbwel 长沙做网站 狮山建网站 商丘市做网站的公司 无锡知名网站制作 网络安全宣传页 做网站 长 网络安全协调局赵泽良 川大信息安全公司 南京网络安全公司排名 网站配色方案 对比色 网站规划与网站建设 建立自己的网站 传统营销策略是什么 北京信息安全行业分析,-1 信息安全类产品 医疗微信营销案例 2017网络营销人才需求 章丘做网站 信息安全专业.黑客 seo网站推广方案 网站怎么推广 新建网站的缺点 网络营销的适可而止 建和做网站 为什么要做一个营销型网站 国家信息安全等级认证证书中国联通 信息安全 网络广告营销方法 国家信息安全等级认证证书中国联通 信息安全 广州 网站建设 2017网络营销人才需求 信息安全认证启动会 大数据技术与网络安全 网站和h5 新建网站的缺点 车联网信息安全标准 idc中国网络安全市场分析报告 网站设计价格大概是 信息安全测评中心 东莞网站设计制作 网站后台模块 酒店整合营销方案 淄博做网站公司有哪些 专业的外贸网站建设公司 手机网络安全证书过期 网络营销成功事件 网站维护等 深圳全网营销总裁班 网站制作预付款会计分录 网络安全防护公司 信息安全专业.黑客 网站规划与网站建设 上海科技 信息安全有限公司,-1 聊城网站建设 网络安全宣传页 娄底网站建设 公司网站设 网站设计 广州 用c做网站 林芝网站建设 效益型网站 网站制作预付款会计分录 php大型网站设计 全国信息安全大会 2014 微信与营销心得体会 第四届首都网络安全日 康师傅网络营销方案 分享型网站 第三方网络安全资质 淄博做网站公司有哪些 第四届首都网络安全日 外国黄网站色网址 开通网站后 网站的内容 外国黄网站色网址 网站建设seo优化公司 娄底网站建设 网络营销的适可而止 专业的外贸网站建设公司 北京网站建设 网站和h5 车联网信息安全标准 美国 信息安全公司 海淀 网络安全顶级会议 房地产的网络营销方案 网络安全协调局赵泽良 网络信息安全专业课程 微信营销 重庆培训班 首都网络安全论坛 启明 手机网络安全证书过期 佛山网站建设的首选外贸社交营销的关键 滑动网站 建立网站流程 qq群营销 南京公司网站建立 展示广告搜索广告以及sns广告三者在营销目标上的不同 创做网站 上海市公安局网络安全 重庆网站开发设计公司 学网站设计 信息安全工程师 培训 山西网站设计 上海市公安局网络安全 网络安全竞赛xctf 网站规划与网站建设 网站怎么推广 医疗网站建设案例 网站预算 微信营销 重庆培训班 论国际网络营销的作用 网站建设seo优化公司 信息安全专业.黑客 南通网站制作 广州达内网络营销品牌营销网 传统营销策略是什么 广州信息安全评测中心 企业员工信息安全培训内容 广州建设网站 网络安全敏感的国家 商丘市做网站的公司 西安网站建设有那些公司 为什么要做一个营销型网站 seo网站推广方案 达内培训 网络营销课程 网络安全犯罪处罚郑州营销托管公司排名 信息安全方针与安全策略 广州 网站建设 网络营销博文案例 石狮做网站 信息安全管理人员 国标 营销小组 bswifi网络安全管理 深圳全网营销总裁班 医疗网站建设案例 公安内网网络安全工作 上海模板网站制作多少钱