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
网络营销新方式贸易公司自建免费网站个人网站设计网站内容杭州制作网站公司网站内容运营大莲网站建设公司沈阳做网站的公司排名唐山做网站公司国家信息安全部长林辰用短短三百年时间,成为仙界最年轻的仙帝,却遭三大老牌仙帝联手围攻,同归于尽。 未曾想重生回到少年时的蓝星,这一世他将不再留有遗憾,有怨报怨,有仇报仇! 修仙之路也将更加势不可挡!烽火不断的年代,狼烟四起,尸横遍野,树欲静而风不止,本想远离世俗的叶凡,事与愿违的卷入江湖纷争,进退亦两难……王宇重生成白蛇,已经不知道多少年了。 只不过这么久以来,大多数的时间都在睡觉。 睁开双眼。 此世妖魔横行世间,视人族为食粮。 天上仙人高高在上,垂钓人间气运,乱世间纲常。 民不聊生,皆为刍狗。 王宇盘在自己的山神破庙前,心中絮叨: “我为骊山山神,自会保你们平安。” “但谁能告诉我。” “这个刘邦的女孩,为什么会是我的祭品?” “历史上刘邦是斩骊山白蛇的!”【黑客帝国+卡徒+宠物】 因为母亲遗物,沈钰打开了一扇用卡牌进行战斗获取奖励的新世界大门。 【场景卡】、【随从卡】、【强化卡】、【非凡命名卡】.... 各式各样的卡牌,诡异强大的功能,亦正亦邪的同伴。 这一切的背后到底隐藏着什么秘密? 你看到的一切你确定都是真实的吗? 唯有不断强大自身才能窥视一切迷雾的中心.... 但....最终的真相,你能够承受吗?沐川是一个遗腹子,天生与其他人不同,被当成个怪物,吃着百家饭长大,见惯了世事无常人情冷暖,冷漠异常。就在他被那些同村小伙伴打的晕死过去,醒来后却发现村子被屠了。后来被一女子带离了村。 沐川后面查明原因,回到了这个村子。动用仙术,看见了一切。本是无辜人却因自己丧命,他崩溃了。曾经的每次挨打都是,为了他的涅槃重生。拥有【满级肉身】的苏叶,穿越异界,成为显魔宗疯魔院的杂役弟子! 被女魔头吊着打,获得天魔神掌。 被老魔头拿头撞,获得种魔大法。 被小魔头当沙包,获得霸王神斩。 …… 在疯魔院当杂役这些年。 有郁郁寡欢的师妹,来疯魔院供奉魔头,经苏叶指点,修成九世女帝! 有身世卑微的凡人,来疯魔院供奉魔头,经苏叶调教,成为天下共尊的魔皇! 有朝廷弃徒的皇子,来疯魔院供奉魔头,经苏叶点拨,成为横扫大陆的一代帝王! * 六十年后,魔道天榜揭示,排序魔道强者,苏叶独占鳌头! 榜单备注——神魔共主! ……我叫“空”这是我第一世父母起的名字。我有过很多人生,可每一世的生命只有20年,我好像被什么人给控制了,我要打破这种控制,无论我怎么反抗都是竹篮打水,一场空。直到这一世我终于有了结果…………总有些开始需要自己去了结,有太多东西需要自己去奠定。与命运斗争、与百家争雄。一个顶尖的剑客,为情遭人陷害,武功禁失,力经千难万险,恢复自己的功夫。 一个失了忆的刀客,初入江湖,想找回记忆,可是江湖险恶让想找回失忆的刀客受尽艰辛苦难。 这样奇葩的一刀一剑相遇了,他们会在江湖中刀歌剑舞着自己的故事那天,天空忽现一道神秘的星轮,它遮天盖日,使人们惊慌万分。 有的人类憋不住了,用大炮射它; 有的人类太厉害了,搞起核弹轰它; …… 星轮就静静地包裹住赤道,看着人类挣扎。 不知多久,人类终于绝望了,渐渐无视遮天蔽日的星轮。 直到那一天,星轮降下来了一个电梯……
沈阳做网站的公司排名 企业网站备案 保密局 信息安全测评 网站建站系统程序 移动社交营销 长春制作网站 网站建设的域名注册 公安部信息安全 全网整合营销的公司 东莞网站开发 前世今生的咨询方式【www.richdady.cn】 改善亲子关系的技巧咨询【www.richdady.cn】 婚姻生活不顺的自我提升咨询【www.richdady.cn】 儿子不读书的环境影响咨询【www.richdady.cn】 脑部不清晰与生活习惯的关系咨询【www.richdady.cn】 孩子压力大的咨询技巧咨询【微:qq383550880 】√转ihbwel 外灵干扰的自我提升【企鹅383550880】√转ihbwel 前世老婆的前世因果咨询【微:qq383550880 】√转ihbwel 公司破产的法律咨询咨询【微:qq383550880 】√转ihbwel 失业的咨询技巧咨询【企鹅383550880】√转ihbwel 迟缓儿的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的咨询技巧咨询【企鹅383550880】√转ihbwel 外灵干扰的前世记忆咨询【σσЗ8З55О88О√转ihbwel 官司【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生测试在线咨询【微:qq383550880 】√转ihbwel 发育倒退的前世因果【www.richdady.cn】√转ihbwel 外灵干扰的心理调适咨询【www.richdady.cn】√转ihbwel 事业不顺的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 2017网络安全公司排名 景区类网站 重庆整合营销那里最好 大良网站设计价格 社交营销平台外贸 公安部网络安全电视电话会议 嘉兴网站制作 网站建设开发 信息安全等级保护自查. 杭州制作网站公司 阿克苏网站建设项目信息安全管理 网络营销创业 最好的网络安全实验室 济南seo网站建站 网络安全密钥win 10 国家网络安全园区 营销系统 北京网站建设公司案例 信息安全等级保护自查. 企业网站的一、二级栏目名称 成都网站建设v 保密局 信息安全测评 信息安全案例 青岛做网站哪家公司好 营销系统 云盟伙伴营销 信息安全咨询顾问前景 济南手机网站建设公司 长春 建网站 信息安全平台 营销发布平台 做一个独立网站需要多少钱 2017网络安全生态主题 网站建设和平面设计 云盟伙伴营销 上海公司做网站 中国信息安全问题日益突出的标志是什么 开封全网营销 景区类网站 信息安全监理业务资质,-1 网站客户评价 贸易公司自建免费网站 芜湖网站建设 网络信息安全日 使用asp.net制作网站在制作相册时怎样添加图片呢? 社交营销平台外贸 大良网站设计价格 注册网络信息安全师 网络营销52招 济南seo网站建站 中小型网站设计公司 优衣库电子邮件营销案例 网站页面尺寸 公司运营与营销 石家庄网络安全公司排名 信息安全和网络安全 开封全网营销 杭州营销外包公司 提供邢台网站优化 苏州营销网站建设公司 网站验收流程 昆明建网站要多少钱 4A级网络营销 营销班 营销发布平台 网络营销新方式 企业网站的一、二级栏目名称 网站改版收费 高端网站定制 网络安全攻防和web攻防 属于信息安全产品的有 学校网站模板 全球信息安全传统零售营销的特点是什么意思 常州网站优化 石家庄网络安全公司排名 网站空间免费 行业平台网站建设 信息网络安全风险评估 网站打开速度慢 个人网站建设 沈阳做网站的公司排名 高端网站定制 长春 建网站 信息安全技术包括 营销知识分享 美国国家网络安全局 响应式公司网站 朔州网站建设 网络安全安全协议 4A级网络营销 网站建设和平面设计 域名与网站 2017网络安全生态主题 网站验收流程 公司网站设计方案 公司运营与营销 网站空间免费 网站设计和制作费用 网站客户评价 网站没域名 网络安全审计系统产品 网络营销52招 杭州营销外包公司 信息安全咨询顾问前景 唐山做网站公司 广东网络安全法研讨会 网络营销第五版 景区类网站 注册网络信息安全师 上海公司做网站 兰州网站建设 潍坊网站建设 马 温州网站制作公司 网络安全审计系统产品 开封全网营销 全网整合营销的公司 网站内容运营 网络信息安全日 票务网站建设 最好的网络安全实验室 常见的营销 公司网站设计方案 营销发布平台 许可email营销工具有 营销班 网络安全培训课程 网络营销第五版 美国国家网络安全局 网站没域名 创新的企业网站制作 全球信息安全传统零售营销的特点是什么意思 网络安全数据管理局 公安部信息安全 沈阳做网站的公司排名 开封全网营销