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
怎么在网站上添加地图和营销下载软件视频网站建设方案宁波网站推广公司网站非响应式网络安全和java工资信息安全管理体系的三权分立如何创建网站博雅立方网络营销公司国家网络安全委员会一颗古老的九神珠,机缘巧合落在了白子夜的手中。还附赠一个自称北帝的男子。两人为了达到各自的目标,携手度过重重难关。上古大陆,一位拥有先天全体的少年,因为一次意外,引得黑珠入体,从而导致元力全失,至此他失去了所有光彩,族人的陷害让他认识了师尊,在一个分身的教导下,少年披荆斩棘,过五关斩六将,一步步成为真正的强者...... 为了家族命运,少年踏上了独自修炼的征程;为了亲人,他被迫选择了自己不爱的人;为了爱人,他忍受了无数年的自责。 从一个小小的战士,逐步成长为天元大陆至高无上的古神,而最终,为了整个天元大陆,他却付出了所有......不知过了多少年,换了多少身份,每此醒来都会变成了婴儿,神魂封存记忆,一代神者,又从新开启一生,待28岁生日那年,记忆开启,逆天强者强势回归,其家族富可敌国,协助国家抵御外敌,不料家族出现变故,这一世,被家族族长安排在了偏远山区的一户人家,看顶级神尊如何纵横天下。 晴空破开乌云,象征着胜利的光辉照下,唐一吟的神情空无,手中轻握住脖颈上挂着的项链,脑中的回忆在此刻彻底翻涌而出,忽的他读懂了,那时,那个眼神中的意思。 /:你身后恨意滔天/:你身后背负不属于你的罪责 //:放下吧 /:放下?我也想/:放不下,这是与我相关的历史 //:为什么? //:因为我不能 任凭时间改变一切,世间变换翻转无常 //:我仍爱你,为此不变 唐一吟重新问了一遍,以回忆的形式…… 牧锋怎么也没有想到,自己作为RSF(区域安全部队)的一张王牌,过去和自己交手的不说是顶级的超能力罪犯吧,好歹也是个有头有脸,翻手为云覆手为雨的大人物,但是现在他居然要去给一个别人当保镖。 “就算你说她是百年难得一见的美女我也不想去啊...” “不行,别的都好谈,只有这件事情免谈,太丢人了啊” “什么?你说月薪五万,包吃包住,还都是局里面掏钱?” “好!别说保镖,我给她当保姆都行!” ...... 但是这件事情似乎并没有牧锋一开始想的这么简单,因为... 自己第一天就被自己的保护目标,也就是这个叫做林婉瑶的女人给放了鸽子。 “怎么会有人去放保镖的鸽子啊!!!”当马里亚纳海沟挖出封印在地壳之中的气体,自此之后整个地球的所有生灵都开始发生了翻天覆地变化的修炼之途。 世上再无贫富人种之分,因为修炼大能者翻手间便能颠覆乾坤,实力变成了秩序的唯一;而正是在这开始风起云涌的乱世之中,一位在奶茶店打工的凡人少年看上了一栋主人自杀的凶宅——寂静中复苏,黑暗中永恒。 一念神魔的大地迎来万族的降临和灾难。 群雄割据,万族林立,世界戴上枷锁。 人族陷入灭亡的危机! 一名少年从虚无中走出注视着这一切,迎着曙光而来:“我为人族开新世!” 拥有一个可以更改规则的系统真的好吗? 起初都晨是相信的,直到他被妖兽摁着打,被盟友背后捅刀子,被绝色的女子给下药后,都晨就再也不信了。   他要用自己的权略与智谋,去抵挡那些诱惑他的美女……,不对。   他要去抵挡的是那些想方设法夺取永辞城的势力!   亲王府、妖皇山、流光城这每一个对于都晨来说的庞然大物,都将消失会在他的记仇名单之上。 “都晨,不要担心,我早就预料到了他们围城的情况,所以我提前派了人去流光城搬救军了,而且即日就到!” “对不起,赵恒。我把他们叫回来了。” “没事,还好我将三千永辞卫埋伏在了城外的密林中,到时咱们只需理应外和,嘿嘿……” “啊这个,阿恒。我几天前把他们调去攻打焰阳城了!” “喂,阿恒你醒醒……” 圆梦自此开启高洋,张晓蝶,林树,从大一开始便是形影不离的校园“铁三角”,毕业后,一同成为了“温森雨集团”旗下的实习生。职场霸凌,996,还有无休止的加班,让初出茅庐的三个人疲倦不堪。一波未平一波又起,随着一起凶杀案的到来,“铁三角”无意间被卷入这起案件中,三个人的命运就此岔开......
3合1网站建设公司 网络及信息安全设计 3合1网站建设公司 国外的网络安全如何落地 网络营销与ui设计方案网站模板和定制的区别 网络营销定义 江苏省公安厅网络安全 信息安全技术 信息安全风险评估规范 gb/t 20984-2007 手机网站广告网站兼容工具 深圳网站建设开发哪家好 与男友前世的故事分析【www.richdady.cn】 查财运专业服务【www.richdady.cn】 升迁障碍的职场突破方法有哪些?【www.richdady.cn】 财运不佳的自我提升【www.richdady.cn】 去世的母亲的影响分析【www.richdady.cn】 冤亲债主【微:qq383550880 】√转ihbwel 头脑混沌的解决方法咨询【微:qq383550880 】√转ihbwel 婴灵的化解方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的步骤咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的表现及成因【σσЗ8З55О88О√转ihbwel 孩子压力大的解决方法咨询【微:qq383550880 】√转ihbwel 无形干扰如何影响心理健康咨询【企鹅383550880】√转ihbwel 情感心理咨询在线【企鹅383550880】√转ihbwel 迟缓儿的症状与诊断【www.richdady.cn】√转ihbwel 升迁障碍的职场建议【企鹅383550880】√转ihbwel 前世因果咨询【微:qq383550880 】√转ihbwel 官司的法律咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场突破方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的案例分享咨询【σσЗ8З55О88О√转ihbwel 老公家暴【σσЗ8З55О88О√转ihbwel 怎么在网站上添加地图 手机企业网站设计 信息安全资质有效期 北海做网站 网络安全法对央行履职 警惕网络窃密 构筑网络安全防火墙 信息安全和网络安全的区别 学信息安全考研 信息安全风险评估制度 山大信息安全好不好 台湾网站建设 海军工程大学信息安全 搜索引擎营销理论基础 中国信息安全风险 建立信息安全应急管理 深圳信息安全公司排名 网络营销分为哪些类型 西安营销 移动网络营销定义 2017年信息安全竞赛 国家安全下的网络安全 成都网络安全发展 信息安全管理体系的三权分立 国外app设计网站 昆明网络营销网站 网络安全实验室wp 中科信息安全共性国家工程研究院 腾讯网络安全 山东网络安全大赛报名 信息安全知名企业排名 电商 病毒式营销 网络品牌营销公司 四川省信息安全测评中心业务 四川省信息安全测评中心业务 对营销专业的认识 小米手机搜索引擎营销案例 手机企业网站设计 长春网站公司 深圳网站建设开发哪家好 网络信息安全服务能力,-1 常用的网络安全技术有哪些 企业信息安全价值 北海做网站 深圳网站建设开发哪家好 重庆网络营销策划培训 邢台网站制作有哪些 国家安全下的网络安全 信息安全管理体系中要素通常包括 国外app设计网站 信息安全知名企业排名 长春网站公司 网站建设我们的优势 信息安全技术 信息安全风险评估规范 gb/t 20984-2007 零食网络营销策划方案 手机企业网站设计 信息安全创业的女人 免费网站注册永久 邢台网站制作有哪些 和营销下载软件 工信部网站备案 网络安全软考 网络推广营销师 优优营销软件站 信息安全大赛 题目 免费营销软件 国外app设计网站 中国信息安全风险 营销博文 上海企业网站建设报价 免费营销软件 网络安全生态峰会 官网 网络安全举办活动 网站打开速度优化 g20网络安全 营销资源 手机企业网站设计 2017年360信息安全竞赛 中国信息安全风险 互联网营销和传统营销的区别是什么网站建设推广 网络安全实验室wp 网络安全法对央行履职 营销型平台包括哪些 台湾网站建设 群发营销 网络建设网站 网络安全法对央行履职 营销博文 网络安全软考 深圳信息安全公司排名 营销博文 国内网络安全大事件 西安高端网站制作公司 桂林网站制作 电商营销体系 免费网站注册永久 web信息安全 考研学校 信息安全知名企业排名 手机企业网站设计 中国网络安全和信息化领导小组成立时间 微网站页面 网络营销是指以互联网 网络安全工程师吧 网络营销认证 徐州网站二次开发 网络安全法 视频 mp4 广州产品营销公司 3合1网站建设公司 信息安全资质有效期 和营销下载软件 手机企业网站设计 网络信息安全技能大赛 网站域名组成 全网营销培训 病毒营销的发展趋势 军用信息安全产品测评中心 网络安全和java工资 网站辅导运营与托管公司 网站公司 2013网络安全事件 手机网站广告网站兼容工具 2016网络安全大事记 小米手机搜索引擎营销案例 互联网营销和传统营销的区别是什么网站建设推广 网络建设网站 2013网络安全事件 网站建设我们的优势 web信息安全 考研学校 如何创建网站 灵魂网络安全 山大信息安全好不好 网站打开速度优化 信息安全服务资质 安全开发 企业网络营销解决方案 微网站页面 网络安全和java工资