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
查看网络安全日志中山精品网站建设策划icp网络安全防护网络安全法多少条北京网站改版京东网络营销手段网站红色绵阳网络营销 优帮云西安营销型网站信息安全培训ppt下载很久很久以前,有位伟大的君王…一场意外,李信穿越异世界,成为了大乾王朝三皇子。 看着千里冰封、万里雪飘的封地,还没来得及感慨,就遭遇到了草原马匪袭击。 幸运的是,李信拥有远超这个时代的科技。 种种田,搞搞工业,建设封地,抵御草原马匪…… 直到有一天,等他回过神来才发现,当初贫瘠寒冷的封地,已经成为了一座钢铁雄城…… “什么?水泥、煤球炉、蒸馏酒……还有这些,都是信王殿下的发明?” “什么?信王殿下的封地,高楼林立、直入天际,那是人类的奇迹啊!” “什么?信王殿下的大军,荡平草原了?那简直是钢铁洪流啊!” “什么?信王大军入关,逼近京城了……” …… 世人在一次又一次震惊中,看着信王李信以封地为起点,逐步打造出一个钢铁皇朝! 事故之后,我竟转生成为了异世界魔物? 这是一个魔法的世界,帝国纷争,城邦联合,神秘力量的苏醒改变着着世界的方向,不受时间消磨的“永恒星碑”上记载的过去引起着世界的动荡...... 在异世界苏醒后成为了魔物,伪装成人类走向人类世界,学习魔法,增强实力,游历各地探索这精彩异世界的奥秘! 豪气在,情义在,获龙符重修炼。怎奈处处有不公,无慧眼,想忍一时风浪,风浪却不休。三尺紫青剑,一路杀魔斩怪,皆为九界公平。以战止战,狂亦非狂,吾以吾血铸轩辕!平行时空,异世为人,不是王侯将相,没有未卜先知,唯有科学,唯有革命,你有你的孙子六韬,我有我的论持久战,论游击战。 本书又名寒门人士发家记,这个人怎么什么都懂,我在异界当龟公的那些年,天下石人一只眼,始知我命由我不由天江山如画,美人妆! 龙腾万里,乐逍遥! 一个穿越者的灵魂; 一个当代皇者之命魂; 一个身负上天之意的天女; 当三者相辅相成,为天下先,为苍生意。 匡扶社稷,历经磨难。 是宿命的轮回还是这悠悠天意,人力难为; 朝堂,战场,血雨厮杀,阴谋密布; 烽烟过后,张翼回首看向背后孤寂的威威皇朝,看着曾经的硝烟之处,却早已物是人非。 上马提剑定天下,下马安国保苍生。 ps:慢热,有逻辑,不属于小白文,慎重选择。孑然一身的出租车司机孟一,“机缘巧合”之下认识了神秘的女人,又“无意间”牵扯进地府的斗争之中,废弃的酒店、神秘的鬼城、数不尽的鬼屋阴宅,一个又一个阴谋逐渐浮出水面。阴谋与阳谋,明争与暗斗,死亡究竟是结束还是开始。最诡异的是孟一发现,自己早已去世的双亲竟然也牵涉其中……《次元大陆:中星》原创小说,五年级小学生创建,每周日更新(可能会拖) 500年前,天动异象,祸从天降,生灵涂炭。 300年前,起义开始,外来之人,必将惨败。 300年后,外来的残渣仍然威胁着次元大陆,甚至还把魔爪伸向了别的世界。九位天选之子将带领这个世界上的所有生灵消灭残渣,为世界,宇宙带来和平。游戏降临,现实与虚幻交织。 这里有武者拔山倒岳,声震十里。有妖兽双翼一展直上云霄,更有一种名为玩家的生物在当中嬉笑怒骂。 世界的交融,躲不开的命运。 当百米长的火焰刀气横贯于现实之中,当名为‘魔’的存在破碎空间降临之时。 举世哗然,一众玩家不由抬头仰望: “我kao!” ……这里是黑暗与光明鏖战千年,上古的神明都要为此陨落,其余诸神将神陨之罪视为极大的罪恶,因此赐给这个世界永远都不过结束黑暗。 “无数次,在人世间的焦土上,祈望光明” “神魔无情,还有人在祈祷神明” “天地不仁,大道无光!看看像我这样的凡人,都怎么诛灭神魔” “成神如何,成魔又如何!就由我来击碎千年的黑暗” ……
查看网络安全日志 国家信息安全服务资质查询 线上线下结合营销策略 本地的唐山网站建设找柳市做网站 网络安全漏洞的概念 长春长春网站建设网 山西网站制作公司 铁人三项信息安全大赛 珠海品牌网站制作 武汉大学信息安全所 化解祖灵的仪式流程咨询【www.richdady.cn】 内心恐惧胆怯的原因分析【www.richdady.cn】 官司的心理调适咨询【www.richdady.cn】 化解冤亲债主的有效方法【www.richdady.cn】 心特别累的解决方法【www.richdady.cn】 无形干扰的前世记忆【企鹅383550880】√转ihbwel 孩子厌学的家庭教育咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的前世修行【σσЗ8З55О88О√转ihbwel 缺心眼的自我提升咨询【企鹅383550880】√转ihbwel 与男友前世咨询【微:qq383550880 】√转ihbwel 婴灵的超度与家庭和谐【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的预防措施咨询【www.richdady.cn】√转ihbwel 亲子关系的情感交流咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的文化背景咨询【微:qq383550880 】√转ihbwel 特殊学校的教育理念【微:qq383550880 】√转ihbwel 内心恐惧胆怯的前世影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的案例分享【企鹅383550880】√转ihbwel 儿子抑郁症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 深证市信息安全等级保护网 网络营销的基础理论 网络安全法 等保 温州微网站制作公司推荐 工控 网络安全 招聘 公司网站图片传不上去 网络营销策划创意分析 网络公司的营销策划 织梦cms 网站所有的链接target属性 怎么统一修改网络安全硬件平台提供商 网络安全局长郭启全 教育部信息安全研究中心 北京信息安全服务资质咨询公司,-1 新微博营销 2017信息安全 网络安全 经典书籍 企业招聘信息安全 京东网络营销手段 北京网诺信息安全技术有限公司 信息安全培训ppt下载 网络信息安全案例分析 安全牛 2016网络安全 绿盟网络安全教程 网络营销( 免费pc 微网站模板企业产品展示型网站案例 做电子商务网站 除了域名 网页设计 还有服务器 和网站空间 2014年网络安全形势 网络营销 漏斗原理 查看网络安全日志 新媒体营销手段有哪些 程序员转网络安全 网络安全考试认证 中华人民网络安全协会 sns社区营销案例 营销综合实践教学平台 微博营销的特征有哪些 绿盟网络安全教程 阳春网站建设 遂宁做网站 信息安全化 深圳手机集团网站建设 网络营销监管 信息安全化 网络营销可以吗 网站红色 营销进企业 绵阳网络营销 优帮云 企业网站设计经典案例 信息安全 一级学科 2014 网站改版seo 公安部信息安全监察 内容营销的特点是什么意思 深圳 网站设计 信息网络安全评估方法 长春长春网站建设网 地产饥饿营销案例分析 国网信息安全培训心得 网站建设名牌 茶叶网络营销策划 信息安全二级认证费用,-1 内部营销方法 信息安全逆向和渗透 公司网站图片传不上去 珠海品牌网站制作 网络安全漏洞的概念 信息安全网络安全 安全牛 2016网络安全 视频网站制作 网站改版seo 网络安全 经典书籍 网络安全等级保护定级 网络安全协议都有哪些内容 信息安全策略实施方案 织梦cms 网站所有的链接target属性 怎么统一修改网络安全硬件平台提供商 网络安全协议都有哪些内容 自微网站 网络营销的能力要求 网络安全相关的产品 网络营销可以吗 信息安全公开课 sns社区营销案例 微博营销的特征有哪些 广州建网站公司 网络信息安全 通知,-1 网络安全法 等保 企业招聘信息安全 企业网站的营销职能 国家网络安全研究院 社会化网络营销分析 网站红色 网络安全 软件设计 重庆本地网络营销平台 工业物联网网络安全 北京信息安全服务资质咨询公司,-1 世界 网络安全 公司 网络营销专业都学什么 网络安全 软件设计 手机应用网络安全 内部营销方法 网络安全等级保护定级 线上线下结合营销策略 网络安全战略合作协议 手机应用网络安全 中国的网络信息安全 绿盟 网络安全日 哈工程信息安全实验室 做网站网络公司 国际网络安全问题 建设网站的流程 深证市信息安全等级保护网 营销培训平台 社交网络营销 营销师网站 网络安全日沈昌祥 制作网站需要注意的细节 网站开发与维护的内容 客户信息安全管理体系,-1 网络营销服务包括 企业 网络安全 案例分析 信息安全测评中心 绿盟,-1 本地的唐山网站建设找柳市做网站 网络营销的能力要求 苏州网站建设logo 山西网站制作公司哪家好单仁营销 信息安全的比赛 网络营销在南宁 网络安全年会 2014网络安全大事件 移动营销的缺点 网络营销学 营销综合实践教学平台 国家信息安全服务资质查询 网信办网络安全分级 做网站网络公司 做电子商务网站 除了域名 网页设计 还有服务器 和网站空间 微博营销的特征有哪些