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
e-mail营销的内容四川大学信息安全专业e-mail营销的内容重庆网络营销顾问公司赣州网站设计一键营销网络安全调研队名邢台做网站推广价格开发网站用什么语言直播营销节一言定生死,一语变乾坤。当危机开始降临时,一个绝对不可能诞生的人能否打破这一局面!虚无与混沌交织后所诞生的究竟是希望还是绝望。 不过,绝望的概率比较大吧 (本书与任何神话体系只存在名词相同。请不要纠结于某一个地方,谢谢)咸鱼舰长董墨轩意外身亡后来到了崩坏世界,原本想继续自己舰长职责的他却发现自己成为了一名死士。 所以,董墨轩决定………… 我不做人了,女武神们! 我要成为死士王君临天下! 然后………… “哦,是吗?” 看着拿着枪顶着自己女孩,董墨轩不屑的表示………… 不要杀我,我真的是好死士啊啊啊啊啊!!!异界的国度妖魔苏醒,那里即将面临生死劫难,轩辕庄就是摆脱生死劫难的寄托。轩辕庄自己在非凡经历得以砥砺成长。在遥远的玄云大陆,一位被父母抛弃的孩子,被迫成为萧家的奴隶,而他为了活下去,在萧家的禁地偷学了萧家的秘法:鬼龙爪,他将要在这片大陆走出自己的天地………法斯特从霍格沃兹毕业后与自己的好友鲍克斯、兰一起探险魔法世界。当一行三人探索魔法古墓时,兰受到了护陵诅咒。这种诅咒非常残忍,当被诅咒人三十岁时就会自燃化为灰烬。鲍克斯和法斯特走遍大街小巷,黑林深处却都无功而返,唯有求助魔法部的帮助,故事便从这里开始……主人翁驾驶飞船意外坠落到明末,利用自身超前意识和飞船的高科技技术,组建军队,吊打美欧殖民者,把殖民者赶回自己的老家,占领美洲和澳洲,从此美洲和澳洲是中华领土不可分割的一部分。神秘力量入侵蓝星,恐怖复苏降临! 它会随机挑选玩家进入恐怖副本,面临着凶残魔物的进攻! 玩家进入副本会觉醒各种不同的能力! 战斗系,控制系,召唤系,防御系…… 玩家们可以组队联合对抗魔物! 华夏国,漂亮国,岛国,阿三国的玩家们纷纷联合聚集起来,打造本国的最强联盟! 直到白宇进入副本,开局觉醒王者军团! 听说你们的队伍几十号人? 不好意思,我一般都带着一百多号神级小弟出门! 雷电之王·司空震:以雷霆击碎黑暗! 一念神魔·李信:这里是,为我所统率的战场! 炽热神光·镜:怀八荒,入九重! 祈雪灵祝·公孙离:镇守邪祟,荡尽魑魅!在九州大陆,皇城之巅,有一位传奇人物,他正是皇城之主,九霄神帝,也是九州大陆最强悍的存在之一。 “苏师弟,收徒大典已至,你今年若是再收不到徒弟,宗主就要考虑废除玄画门了!” 苏云手持笔墨,于画卷轻点,便有墨鸟从画中飞出,活灵活现。 “收徒?又到了收徒大典?” 他眉头微蹙,有些头疼。 收徒大典关乎万象宗的根基和未来,宗门上下极其重视。 倘若这一次他还招不到弟子,玄画门能否保住不说,就是他自己,都要被万象宗扫地出门! 玄剑门的掌教魏鸿志无奈叹口气,道: “苏师弟,我万象宗自开创之日便有八门八山,可不能到了你这儿,就断了根基啊!” “况且,你玄画门虽说势微,但也不至于一个弟子都招不到啊。。。。。。。
最好的网站建设公司 怎么用域名建网站 北大 网络安全计算机信息安全知识 农产品的软文营销案例 赣州网站设计 九九建站-网站建设 网站推广 seo优化 seo培训 四川大学信息安全专业 信息安全 gpu 外贸网站的建设 网络安全机构分支机构 与老公前世的记忆解析咨询【www.richdady.cn】 冤亲债主干扰对生活有何影响?【www.richdady.cn】 如何知道自己是否有前世缘份?咨询【www.richdady.cn】 与老公前世【www.richdady.cn】 婴灵、邪灵、祖灵咨询咨询【www.richdady.cn】 冤亲债主的干扰原因【企鹅383550880】√转ihbwel 无形干扰的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的解决方法咨询【微:qq383550880 】√转ihbwel 亲子关系中的沟通艺术有哪些?【微:qq383550880 】√转ihbwel 冤亲债主的干扰影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的心理建设【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的原因分析【σσЗ8З55О88О√转ihbwel 祖灵的祭祀方法咨询【www.richdady.cn】√转ihbwel 家庭关系咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的真实案例有哪些?【σσЗ8З55О88О√转ihbwel 意外的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的前世记忆咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的因果关系咨询【σσЗ8З55О88О√转ihbwel 外灵干扰的环境影响咨询【www.richdady.cn】√转ihbwel 直播营销节 国内网络安全新闻 在线建网站网络营销学校 邢台做网站推广价格 网站排名快速提升 网站色调 龙岗网站制作新闻 建网站怎么弄 中国信息安全平台 网络安全调研队名 网站访问者 西安做北郊做网站 美国国家信息安全保密总统令 译文 铜川网站建设 医院全网营销策划 太原手机网站开发 论坛营销表现形式 网络营销培训 网络安全 加强培训 好的免费网站建站平台 信息安全 gpu 大连网站建 厦门网站建设的公司哪家好 网络营销的作用是什么 宣传网络安全法新闻稿 长沙建立网站 深圳网站建设公司招聘电话销售 学校网站建设措施 宣传网络安全法新闻稿 信息安全服务收费标准 当今网络安全的四个特点 怎样创建网站 信息安全 gpu 信息安全科普 ppt 廊坊设计网站公司织梦建网站 最好的网站建设公司 农产品的软文营销案例 搜索引擎营销案 上海网络营销公司 免费微网站 广安建网站 网络营销的营销对策分析 网络营销怎么实施 课程商城网站模板 上海市公安局公共信息网络安全监察处 第三届网络安全与执法 网络安全体系由网络安全英文新闻 论述网络营销环境优势 科技网站建设 在线建网站网络营销学校 网站配色 开发网站用什么语言 网络信息安全博览会 参加,-1 深圳电子商城网站建设 网络安全逆向工程 重庆网络营销顾问公司 网站排名快速提升 网络信息安全政府 网站收录差 一键营销 软件信息安全测评中心,-1 html5 网站 电子邮件营销作用 网络综艺营销策划 天津微网站 网络安全产业基金武汉 第三届网络安全与执法 网络安全应急处置图国家信息安全工程中心地址 手机网站做成app 如何解决网络营销问题 下载建网站 二维码营销 北京微网站建设 中国信息安全平台 重庆网络营销顾问公司 网站制作中企动力 北大 网络安全计算机信息安全知识 信息安全管理 审核,-1 网络安全调研队名 黄浦网站建设 信息安全研究什么? 商业网站建设 网站访问者 下载建网站 做一个营销型网站有哪些内容 如何利用网络平台营销 西安做北郊做网站 论坛营销表现形式 小型企业网站建设的背景 四川大学信息安全专业 美国国家信息安全保密总统令 译文 天津微网站 郑州的数据营销公司 做个人网站 铜川网站建设 德宏网站建设公司 网站推广公司 营销推广方式有哪 医院全网营销策划 单位建网站的优势 网络安全实验总结 怎样创建网站 太原手机网站开发 互联网营销推广优势 搜索引擎营销案 信息安全服务年会 论坛营销表现形式 智能电视信息安全 营销资讯 厦门网站建设的公司哪家好 网络营销培训 内网网络安全 网站配色 云南网站制作 学校网站建设措施 合肥网站制作公司 网站的网络营销功能 互联网营销推广优势 小型企业网站建设的背景 中国信息安全平台 网站收录差 课程商城网站模板 信息安全服务收费标准 长沙建立网站 中国信息安全平台 内网网络安全 做个人网站 网站推广策略 内网网络安全 上海网络营销公司 南昌网站设计特色 企业营销型网站案例 整合营销平台 教育网站 网页赏析 信息安全科普 ppt