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
湛江有哪些网站建设公司信息安全设计网站添加视频代码提供石家庄网站推广美国信息安全排名国家信息网络安全局jsp网站空间网络与信息安全体系网络安全的经典实例聚美优品服务营销策略山东省信息网络安全协会是骗人的吗一个已被世人所遗忘的姬姓,一名贫困山区大学生姬小天如何穿越到三国之封神天下的,再现祖上荣光的明斯亚大陆烽烟四起悍匪横行,百姓性命犹如草芥而我作为一芥草民如何在这乱世生存,在派系的斗争中几经生死成为一方诸侯,为对抗神秘组织“花蝎子”创立天道盟惩恶扬善在江湖上掀起了一场腥风血雨的争斗,为酬军饷不忍增加百姓赋税效仿曹操盗墓以充军资创立观山司倒斗盗尽天下帝王之墓,在神秘的金字塔中接触到外星文明并找到上古神器“九度星盘”确不想一场盗墓竟然引发了一场天局窥探到神的终极,在昆仑之巅封侧天道魔神榜引来天罪征伐,在与天界的战斗中遁入魔道与上古元神合二为一万圣尸王就此觉醒,当人类还在自相残杀的时候在海洋上升起了第八块大陆亚特兰蒂斯-魔族再次崛起黑暗将在次笼罩大地,人们摒弃前嫌共同面对这次浩劫最终将第八大陆封印在大洋之下,而来至九度空间未知的外星势力发起了灭世之战,人间-天界-冥界都难逃这次浩劫,三界组成联军与天道盟抗击来至外太空的神秘力量并远征九度空间 ---作者李炀 (本小说为长篇穿越玄幻小说) 末世纪元,丧尸危机爆发,大地生灵涂炭,人类逐渐走向灭亡……… 而白羽泽却带着死前记忆重回危机爆发前一个月。 “迷茫之中,该何去何从?” 规划、防守、武器订购、受难者基地崛起…… 危机面前,是生,还是死? 历史给予我新生,我必将改写历史! 在此,请见证,新时代的到来………… 一个公布于天下,被豪门家族抛弃的弃子。另一面却是玩世不恭的纨绔少爷却忍辱入了赘婿,然后如何转变 创造他的商业传奇。。。。。江山如画,美人妆! 龙腾万里,乐逍遥! 一个穿越者的灵魂; 一个当代皇者之命魂; 一个身负上天之意的天女; 当三者相辅相成,为天下先,为苍生意。 匡扶社稷,历经磨难。 是宿命的轮回还是这悠悠天意,人力难为; 朝堂,战场,血雨厮杀,阴谋密布; 烽烟过后,张翼回首看向背后孤寂的威威皇朝,看着曾经的硝烟之处,却早已物是人非。 上马提剑定天下,下马安国保苍生。 ps:慢热,有逻辑,不属于小白文,慎重选择。万年前,上古剑仙击败外天逆世异族之主,封印虚空裂痕,后踪迹全无,独留青峰塔于世间; 万年后,无天剑祖因得青峰塔,遭挚亲背叛,身毁魂碎,随青峰塔跌落下界,机缘巧合附于宗门废徒苏煜身上,使他重踏修行之路; 本以为苏煜是天选之子,不料却是天忘之人,但这并不影响苏煜开启无敌征途,执剑踏天!一个理科大学生意外灵魂穿越来到异界大陆,重生在战场之中。这是一个以玄气修炼为尊的玄之大陆,他历经磨难却百折不挠,从小小的玄者到一方霸主的玄王,他的每一步都异常的艰险,精彩人生,从穿越异界开始。急急急,修为高深的仙子要杀我,怎么破局?! “系统已切换成攻略版本,助宿主攻略成功。” 急急急,收不到天姿绝顶的弟子怎么破?! “系统已切换成最强师徒养成版本,为您保驾护航,助宿主登顶最强。” 游戏与考试有时可以实现完美结合,而道德也应该影响考试的结果,某个班级里的十五名男生也这么想。他们个个都在某些领域有着自己的专长,也有着自己致命的缺陷。他们有的出身显赫,父母都热爱读书;有的却不幸出身于一个思想境界低下的家庭,不慎被家庭影响,坠入无底深渊。突然,他们被卷入了一场场特殊的考试之中,他们需要用自己学过的知识去应对各种各样的险境。你认为他们能成功吗? 一个从小就没有丝毫灵力的废材少年,在一次偶然的机遇下得到高人的指点,由此开启了灵识并慢慢孕育出了只存在于灵修灵海之内,并且需要经过反复发掘和巩固之后才能孕育出的灵冢。 在一向以强者为尊的仙灵大陆上,灵修的修炼层次和速度完全取决于自己灵冢的优劣程度。一般来说,一个灵修灵海里只会孕育出一个灵冢。而被外人都称之为废物的他,灵海里竟然孕育出了两个灵冢,由此也开启了他的万世传奇之路。
京东网站的营销是什么 网站备案信息注销原因? 网站建设公司倒闭 网络信息安全监管 企业营销网站建设公司 网络营销计划书 网络公司网站 国家网络安全周专题 提供网站建设的公司 2015福建省网络安全宣传日 精神不振的环境影响咨询【www.richdady.cn】 财运不佳的财富管理方法有哪些?【www.richdady.cn】 脑部不清晰可能是哪些疾病的表现【www.richdady.cn】 婴灵对家庭的影响咨询【www.richdady.cn】 心慌胸闷头晕的原因分析咨询【www.richdady.cn】 与老公前世的前世修行【www.richdady.cn】√转ihbwel 财运不佳的前世因果咨询【企鹅383550880】√转ihbwel 去世的父亲的前世案例咨询【σσЗ8З55О88О√转ihbwel 存不住钱的自我提升【σσЗ8З55О88О√转ihbwel 大龄剩女的自我提升咨询【企鹅383550880】√转ihbwel 前世今生的轮回理论咨询【企鹅383550880】√转ihbwel 前世今生的缘分再续咨询【微:qq383550880 】√转ihbwel 前世缘份的前世因果【σσЗ8З55О88О√转ihbwel 婴灵的前世今生【www.richdady.cn】√转ihbwel 财运不佳的财富积累咨询【企鹅383550880】√转ihbwel 财运不佳的财富管理方法有哪些?咨询【微:qq383550880 】√转ihbwel 如何化解婴灵带来的负面影响?咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的情感疏导技巧有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些案例?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵的种类【微:qq383550880 】√转ihbwel 网站建设前准备 网络安全科普 美国 信息安全 学校 网站设计步骤 搜索引擎营销竞价排名 2015福建省网络安全宣传日 公司网站建设推广创新的南昌网站制作 epr营销 山东省信息网络安全协会是骗人的吗 信息安全产品厂家,-1 网络安全资讯APP有哪些 万户网站制作 网络安全扫描 标准 网络安全法的主管部门 网络营销产生与发展 网络信息安全部门 网络安全十三五规划 网站备案信息注销原因? 美国 信息安全 学校 网站设计步骤 搜索引擎营销竞价排名 2015福建省网络安全宣传日 公司网站建设推广创新的南昌网站制作 epr营销 山东省信息网络安全协会是骗人的吗 信息安全产品厂家,-1 网络安全资讯APP有哪些 万户网站制作 网络安全扫描 标准 网络安全法的主管部门 微商常见的营销话术 系统营销 1.2信息交流与网络安全 搜索引擎营销竞价排名 上海网站优化公司 网站设计步骤 获信息安全服务资质二级 自建网站平台的页面功能 太原推广型网站开发 网络营销工作理想 深圳网络安全信息安全培训 提供石家庄网站推广 网络安全保卫 信息网络安全办公室 领英公司主页营销 互联网广告营销策划方案 网站建设整合营销 网络安全 数据安全 信息安全管理的基本任务 学网络营销哪家好 网络安全资讯APP有哪些 昆明网站排名优化费用 网络安全十三五规划 信息安全服务资质安全工程类 建立网站的流程 网络营销课程收获 网络信息安全杂志 公安部网络安全保卫局 备案 信息安全业务种类 网络安全保卫 网站备案信息注销原因? 网站备案信息注销原因? 网络安全 数据安全 网络与信息安全事件 网络营销课程收获 网络营销销售什么产品 2014年信息安全大事件 epr营销 美国 信息安全 学校 济南信息安全管理培训,-1 做一套网站多钱 网络营销体系都有什么 系统营销 深圳网络安全信息安全培训 语言营销 工业信息安全培训 网站设计步骤 宜春网站建设 江苏 信息安全 建网站流程 网络营销促销案例分析 网络安全的经典实例 太原市做网站 途牛网网络营销策略 网络营销途径都有哪些方面 网络安全扫描 标准 怎样建设网站 三合一网站建设是指 珠海网站制作品牌策划 云平台 信息安全 网络营销案例ppt 信息安全最好的大学 南昌手机网站制作 建立网站的流程 网络信息安全协议书 安庆网站制作 全网网络营销平台 信息安全的基本要求是 做个网站要多少钱 山东网站建设 公司网站建设推广创新的南昌网站制作 高端公司网站 传统营销 设计网站app 国家信息网络安全局 做个网站要多少钱 学网络营销哪家好 全网营销公司 epr营销 网络营销的作用和职能 网站推广费用 信息安全服务资质用于哪些项目 银川网站建设多少钱 信息安全产品厂家,-1 企业营销网站建设公司 中国网络安全产业联盟 山东省信息网络安全协会是骗人的吗 网络安全十三五规划 内容营销的特点是什么 手机网站布局 上海网络安全检测公司排名 深圳企业网站制作报价 公安部网络安全局官网 网站主播 厦门全网营销 怎样建设网站 网络安全 打击 cpc营销 1.2信息交流与网络安全 网络信息安全部门 李苏杰的网站营销 网络安全资讯APP有哪些 中国信息安全标准分类 网上营销的优点缺点 句容网站建设