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
整体营销的含义如何构建一个网站网络安全配乐网安部门维护网络安全网络营销服务专家网络安全 四层网站制作新技术电器网站建设目的网站构思内容付费如何营销网络营销资料 废柴人生,怎样脱胎换骨,意外开启阴眼怎样面对未知世界,请各位客官紧好孩子,拴好狗,备好啤酒瓶子易拉罐,瓜子花生羊肉串,耐心听老王我一一道来原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。异界大陆妖物 纵横,人类偏安一隅之地。天才少年获得 神秘传承,一路突飞猛进,扫八荒,战六合,迎战世间一切敌。 女娲造人之时,给予了万物灵性,不管什么生物都有可能有智慧,而所有生物开始发展,并建立各自的体系制度,人类在妖魔的魔爪下生存着,有一天,宠师出现了,这让人类有一丝力量与妖魔斗争……并且得以生存。被迫害的李只能带着一对B去打NBA, 本来只想混两年就买只球队当老板, 没想到阴差阳错, 居然混到了总冠军。大科科员王科深深地爱着自己的妻子左丽。王科本人也颇有才华,但是左丽却欺骗他。同事妒嫉,领导排挤,让他很痛苦。在仙境,王科却不断取得成功。万般皆下品,惟有读书高。 你敢想象一个读书至上的世界会是怎么样的吗 好好学习真有这么必要吗?每个人都是特殊的,都有着自己独特的能力,;每个人都是相同的,都生活在旧时代的废墟和新时代的巨型建筑中。2059年,高层掌管着一切。他们的腐朽统治遭到了人们的反抗。人们成立了革命军。而在这之中,一只特殊的小队,执行着特殊的任务…… 流年莫贪风雨,愿与君长久。红楼翻去云中鹤,诗八行,空作许。 小子带剑登楼,瘦马河北骨。梨园跌进梁上蛛,信两封,未拆取。 天星新年,人类在诸多现实问题的困扰下,将重心放在恒裁公司开发的新款同名虚拟网游——《恒裁》。随着游戏剧情不断推进,这片被高级人工智能铺满的钢铁城市渐渐睁开猩红的双眼。 失去记忆的林青平又背负着怎样的过往?沉重的代价、痛苦的挣扎,扑朔离迷的过往,看不见光的未来…… 秋风不问归途,鸿雁南飞。一曲离歌轻声叹,梦里往事走马观灯,花开花落,一梦将年。 黄昏的太阳无力的挂着,照的这人世间晃晃悠悠。 这世界本是一场游戏。林青平与他的朋友们,将会是猎物?还是猎人? 林洛本是灵曜国虎将林烈之子,而林家被林烈兄弟赵柯设计陷害,被昏君一纸诏令株连九族。林落逃过一劫,但也被流放到有着‘禁断之地’之称的阎罗小世界中。哪曾想这里是上古神族战场,在这里林落受辱被弃入神魔井中,却获得神族功法《大炎罗》残本,掌握了阎罗小世界进入天璃大陆的关键通道,从此化名洛幽在两个世界里不断成长。 三年之后,林落携着阎罗小世界万千生灵归来,杀小人,灭昏君,诛妖邪,战七国,改天命,逆长生,一统两界......
不属于网络安全服务的是 网站试运营 信息安全管理体系实施案例及文件集 企业网站联系我们 微网站菜单 公共网络安全服务平台 网络安全攻击 平台 信息安全第五 空间 黑龙江信息安全测评中心 网络营销服务专家 无形干扰咨询【www.richdady.cn】 与老公前世的前世解析咨询【www.richdady.cn】 家宅磁场的常见问题咨询【www.richdady.cn】 冤亲债主的干扰与超度咨询【www.richdady.cn】 婴灵的超度方法【www.richdady.cn】 老公家暴的前世因果咨询【企鹅383550880】√转ihbwel 脑部不清晰的环境影响【www.richdady.cn】√转ihbwel 前世今生的故事有哪些案例?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的改运方法【微:qq383550880 】√转ihbwel 学习成绩差的解决方法咨询【www.richdady.cn】√转ihbwel 心特别累的前世因果【σσЗ8З55О88О√转ihbwel 亲子关系的前世记忆咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场突破方法有哪些?【企鹅383550880】√转ihbwel 公司破产的后续规划【σσЗ8З55О88О√转ihbwel 如何解决事业不顺的问题?【www.richdady.cn】√转ihbwel 如何化解冤亲债主的干扰?【σσЗ8З55О88О√转ihbwel 前世缘份的故事有哪些真实经历?咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富积累【企鹅383550880】√转ihbwel 孩子压力大的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的症状与诊断咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络安全威胁发现态势 网站建设公司运营 烟台哪个公司做网站好 信息安全技能树 政府网站建设方案 网络安全架构师 企业建网站的 程序b2c网站建设 广州 国内网络安全事例 上海地产网站建设 全面解读网络安全法二 信息安全技术 第二代防火墙安全技术要求,-1 武汉信息安全网org,-1 网络安全认证协议 微网站菜单 宣城网站制作 镇江网站设计 我国网络安全技术 网络营销常用媒介方式 网站免费搭建 中国计算机网络安全 信息安全技术 第二代防火墙安全技术要求,-1 网站信息安全评估报告 沈阳做网站哪个好 网络信息安全主动防御 网红网站建设官网 服务营销4p理论 大数据信息安全法律法规 关于网络安全思想 网络营销就业怎样 国防科技大学网络与信息安全研究所 黑龙江信息安全测评中心 上国外网站的dns 学网络营销视频教程 旅游网站建站 网站托管公司 黑龙江信息安全测评中心 机房信息安全管理系统 电脑信息安全检测工具,-1 网站国际化 首都网络安全日培新 网络营销就业怎样 棕色网站 网络安全技术入门 建企业网站行业网 怎么做问答营销的策划 国内网络安全事例 下面哪些不是基本的网络安全防御产品 网站建设落地页 网络信息安全中宣部 网络安全技术入门 整体营销的含义 微博营销是一项系统工程微博营销的操作模式包含以下哪些 深圳营销型网站 网站建设公司运营 宣城网站制作 河南网络安全 营销号电商分析 网络安全架构师 网络安全基础知识 成都网站制作 河源网站建设 微网站案例 网络安全威胁发现态势 网站统计对网络营销的价值 武汉信息安全网org,-1 营销和运营哪个重要性 优秀企业网站欣赏 整体营销的含义 涪陵网站建设 网站管理公司 企业网站联系我们 互联网信息安全公司排名 网站托管公司 全面解读网络安全法二 信息安全管理指引 网红网站建设官网 城阳网站建设 信息安全大赛能力 网络信息安全技术措施 手机网站生成app 淘宝店铺线上营销 信息安全管理指引 网站制作新技术 安庆网站优化 企业手机网站建设案例 网站前端 信息安全合规性 网络信息安全综述,-1 沈阳做网站哪个好 网络信息安全等级保护 营销人优点 网络安全法律法规培训 哪里的佛山网站建设 联想网络营销案例分析 深圳营销 网络安全配乐 国外的网络营销论坛 国外的信息安全事件 长安网站建设多少钱 网站试运营 网站国际化 网络安全威胁发现态势 信息安全技术 第二代防火墙安全技术要求,-1 海尔内容营销 全面解读网络安全法二 北京大学网络与信息安全实验室 中国亚马逊营销的优势 任天行网络安全管理中心 下面哪些不是基本的网络安全防御产品 网络营销的推广形式 信息安全响应中心 网络安全标示企业如何做网站建站 广州专业手机网站设计 网站试运营 建企业网站行业网 旅游网站建站 上海地产网站建设 首都网络安全日培新 小米的营销模式分析 网络营销就业怎样 天津网站建设包括哪些 邮件营销中国 手机网站制作 贵州省网络与信息安全测评认证中心 中国计算机网络安全 网站建设落地页 网络安全业务资质 单位网络安全等级保护工作年度考核情况 网站欣赏 手机网站制作 网络安全法和等级保护 基于h5的个人网站建设 河南网络安全 银监网络安全专项治理 网络营销的推广形式