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
如何用代码设计一个网站有前台和后台一般用什么语言设计网站深圳网络营销公司招聘公司营销软件哪个好制作校园网站增强职工网络安全意识想建网站网络安全 强化培训网络营销的成本优势专业做网站成都网络整合营销服务一个真实的故事:地主的管家把地主藏在自家的地瓜窖里二十年零九个月,1966年,儿子娶了媳妇,儿媳妇发现家里的情况微妙,用智力解开了这个龌龊的现实。管家的两个远远超过结婚年龄的女儿,不结婚,做了地窖里地主的性用品。 根据这个真实的故事创作的小说。是哪个特殊年代的真实写照。 被时代冲击的老所长申长义,业务素质过硬的侦查员老林,虚心好学的小程,友谊坚如磐石的平头和愣柱子,他们共同谱写了历史的篇章。 一次雪崩竟牵出一个常埋雪山之下的帝国,现代特种兵无意间闯入平行的世界,化身美女郡主的贴身保镖。一路行来,一路恋情,风流不断,竟有三位绝色美女不顾一切爱上了他,自古美女爱英雄! 他无形插柳柳成荫,他只想伸张正义,扶危济困,却鲜花簇拥,美女相随,都愿为他舍生忘死,付出全部,真男人好汉子,总是桃花运不断!穿越到各大武侠融合的世界,成为了宋朝的皇子,赵月轩很是无奈。 咦,剧情还没展开?那我就不客气了。 九阳神功,九阴真经,神照经,六脉神剑……都是我的。 无忌别慌,本皇子这里有一本九阳神功,以后你好好修炼,千万别相信女人的话,让大哥帮你对付他们。 郭夫人,你也不想郭大侠在外受到伤害吧…… 梁朝末年,天下大乱。曾纵横沙场的现代军官程瑞偶然来到这个世界,本想着搞点发明创造当个闲散富翁,谁曾想…… 这里有一身反骨的金主王爷,有武艺高强的白衣女侠,有离经叛道的文人墨客,有不爱女红爱刀剑的冷艳公主。 程瑞:这和我想的有点不一样啊…… 征途再起,他能否掌控自己的命运?一个普通人能在灵气复苏的时代干点啥,应该啥都干不了了对吧,我大天朝,发展中国家,一个人均生活水平中等的东方国家,的一个普通人。你问我们为什么有这么多军队,违反了联合条约??!!不是吧阿sir,我们只是正常的兵役呀,嘿嘿嘿三流大学毕业的杨易,好不容易在广深一家公司混到人事主管的位置,可突如其来的泄密风波,导致他和女友分了手,当他穷困潦倒之际做起了一名凶宅试睡员,偶然间在床底下捡到一个水晶球。 从此,这个世界在他眼中变了…… “叮!恭喜宿主获得程咬金被动-舍生忘死……”堵塞的绝顶的血脉...族人为他感到可惜。终于有一天,他深切的意识到了自己的弱小更加迫切的寻求变强“父亲,我要出去。” 那天依旧是烟雨朦胧,只能迷迷糊糊的看见一个孤独的身影行走在雨中街道上,前方路途漫漫......这是一本来自末日的旅行手札。 撕裂的天空、不详的辐射云、阳光已经彻底消失。这便是毁灭日之后的大地。 但在这末世之中,却有一对仿佛父女般的青年男子和小女孩匆匆赶路。 他们从何处来?又去向何方?他们苦苦寻觅的究竟是何物? 这一切无人可知。唯一能够确认的,只有他们穿行于弥漫于世的灾难,继续无尽的的旅程…… ※黑暗风末日小说,每两天更新一次,欢迎收藏※ 【莫轻烟我爱你用尽了最后一丝力气对着一个貌美的女子说道】 偏爱都市爽文的顾辰 正在美滋滋的看着小说 江辰:不是我说,这个反派也太傻了吧 亏我还跟他同一个名字 谁知道下一秒江辰被传送到了 这本书的boss 面对反派无脑挑屑 惨遭主角打脸的狗血桥段 顾辰应该怎么面对 顾辰一脸懵逼的躺在10米的豪华大床上 【滴!反派系统已绑定】 顾辰也是淡定了下来 系统在手 第一女主未婚妻 将军爷爷 商界大亨父亲 京都第一世家长子 这个身份! 江辰忽然感觉 当一个大反派也不错!魂,乃人之始。 内魂,乃人之本。 一切以魂而生,一切以魂而死。 究竟是奋起直追,还是自甘堕落。 内魂,方可掌控乾坤!
苏州高端网站设计 社交媒体营销 pdf 网络安全问题会议 免费建手机网站 网络安全法条款导读 加家集是什么营销 网络安全 强化培训 滁州做网站 银监网络安全专项治理 网络安全人员管理 与女友前世的影响分析咨询【www.richdady.cn】 冤亲债主的干扰与解脱【www.richdady.cn】 如何了解自己的前世今生?咨询【www.richdady.cn】 与女友前世的因果关系【www.richdady.cn】 4. 财运与事业发展咨询【www.richdady.cn】 佛教视角下的前世今生【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度过程咨询【微:qq383550880 】√转ihbwel 长期精神不振的原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主化解【www.richdady.cn】√转ihbwel 工作压力大导致的精神不振【www.richdady.cn】√转ihbwel 外灵干扰的原因分析【σσЗ8З55О88О√转ihbwel 前世缘份的前世案例【σσЗ8З55О88О√转ihbwel 婴灵的预防措施【www.richdady.cn】√转ihbwel 事业不顺的职场瓶颈如何突破?【www.richdady.cn】√转ihbwel 财运不佳的财富积累方法有哪些?咨询【微:qq383550880 】√转ihbwel 如何解决事业不顺的问题?咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰有哪些症状?【企鹅383550880】√转ihbwel 失业的自我提升【企鹅383550880】√转ihbwel 家庭关系的情感维护【σσЗ8З55О88О√转ihbwel 太原做网站 定制做网站 信息安全专业竞赛网络安全技术人员工资 信息安全服务等级证书 顺德制作网站价格多少 任丘网站优化 互联网 微信营销 网站学什么 网络安全的5的因素 信息安全 项目 电子商务网站建设资讯 网络对营销组合的影响 网站设计图 展示用网站 四川省网络安全大赛 武汉设计网站公司 青岛手机网站制作 2016信息安全泄密案例 公司手机网站设计 加家集是什么营销 业务系统信息安全 全网价值营销服务商 建视频网站 中国信息安全产品测评认证中心 营销 广告 深圳网络营销公司招聘 增强职工网络安全意识 网络营销的成本优势 中国信息安全网作业,-1 网络危机公关营销案例 学网络营销 沙宣网络营销 网络安全设备的功能 网站设计文档 公司网络营销定价策略 防网络安全教育 2015关于网络安全的国内新闻 专业培训网络营销 信息安全 科研项目 邹城建网站 一键建网站 无锡网站 南宁会员网站制作 佛山企业网站建设咨询 南宁专业网站制作设计 边界网络安全 做好的网站如何上线 信息安全评测四川,-1 网络与信息安全 ppt 武汉市网络与信息安全,-1 业务系统信息安全 网络安全销售证 中国信息安全等级查询 网络安全及信息半成品网站 武汉市网络与信息安全,-1 网站公司成功案例怎么写 郑州做网站汉狮网络 网络安全的5的因素 网站公司成功案例怎么写 免费建手机网站 山东济南网站制作优化 营销活动方案 新闻媒体网络营销案例 国家级网络安全事件 网络营销管理 衡水企业做网站推广 互联网营销服务的要求 武汉设计网站公司 信息安全专业竞赛网络安全技术人员工资 网站制作软件下载 苏州装修公司网站建设 网络安全法律法规培训 武汉 网站建设 网站导航营销的优点 网安部门维护网络安全 中国国家信息安全产品认证证书等级 厦门有没有做网站的 网络对营销组合的影响 交互式网站 成都市信息安全企业 认识网络营销调查的基本方法是 网络安全 人 边界网络安全 公司手机网站设计 汽车营销方案案例分析 网络安全人员管理 网络安全 人 精美网站 防网络安全教育 南阳专业网站建设 展示用网站 加家集是什么营销 银监网络安全专项治理 网络安全怎样辨别 免费建手机网站 湖南营销网站建设 如何为公司做网站 网络安全厂商产品对比 影音微营销 定制做网站 欢乐颂网络营销 云计算与网络安全视频教程 信息安全服务等级证书 龙岗网站建 中国网络安全团队 任丘网站优化 营销型手机网站 广州域名企业网站建站哪家好 网站学什么 国际信息安全顶级会议 中国信息安全网作业,-1 信息安全 项目 2016信息安全泄密案例 营销 广告 网络对营销组合的影响 如何保护自己的网络安全 网络安全信息网 展示用网站 门户网站 网络安全公司有哪些 武汉设计网站公司 互联网 微信营销 网络安全公司有哪些 2016信息安全泄密案例 无锡网站 清华 信息安全 加家集是什么营销 汽车营销方案案例分析 网络危机公关营销案例 全网价值营销服务商 i春秋网络安全大片app 信息安全整体解决方案 中国信息安全产品测评认证中心 郑州做网站汉狮网络 2017年网络安全