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
著名网络营销案例网络营销有什么策略银监会 信息安全标准206 网络营销考试卷上海高端网站开发信息安全 体系淄博网站制作设计信息安全自学网信息安全迫与破江苏信息网络安全协会邢毅开车送公司经理亲属回乡下,回来遇到暴雨将他冲进山洞,被同事从工厂深水泵井里救出,意外发现自己重生回到二十五年前。 前世上,他二十五岁时进入锦绣县宏达道桥公司,这里有高中时的同学,公司的骨干精英,未来的掌舵者。然而并没有得到同学的关照,反而遭遇冷落,被瞧不起。 他干的是混泥土搅拌工,钢筋帮扎工,搬运工等等,二十五年都在基层一线,因能力弱,胆子小,没能耐,无法扭转自己的命运以及家庭生活面貌,妻子在邮电局做职员,屡被上司欺凌,儿子到就读年龄择校时门槛高耸,父亲被冤屈下放农村,母亲患病也未能进行最好的治疗……一句话,他一辈子活得类,窝囊,不值。 上苍安排,让他的人生再来一次,从此他的工作,事业,爱情,父母、家庭,孩子……且看他怎样展开,怎样掌控渐次而来的机会,怎样应对一并降临的竞争和阻碍,完成新的使命,从而实现人生逆袭。一觉醒来,生活发生了翻天覆地的变化,在这生命中最后的日子,我们究竟该选择如何结束这一生,是继续在沉沦中逐渐迷失自己,还是像一朵烟花一样绽放出光芒。沧海桑田,世事多变!十里桃林之中,诞下一子,天现九龙,电闪雷鸣!一道龙符冲入体内……十二年后,奈何天妒英才,少年无法修炼,反而遭遇失亲之苦。 偶然间,少年无意觉醒了体内的龙符。无法修炼的原因也渐渐清晰。少年奋苦修炼,只为寻觅父母,手刃仇敌。 少年仰天一笑“吾之苦,何人知?无人会,踏玄灵!” 叶晓天,一个23岁的大学毕业生;《破晓》一款称作“第二世界”的游戏,第一世界的咸鱼在第二世界会是怎样的呢?天地骤变,神魔大乱,颠倒世界,唯有救世,修真大陆来了一位天尊,他的出现改变了世界的混沌,可惜付出了相应的代价,世界被分成七座大陆,和平共处,它们成为了连接世界的桥梁,世界被拯救,可惜再也见不到这位天尊了孙小圣穿越到西游世界,化身孙悟空。 不做取经工具人,发誓绝不闹天宫。 牛魔王:贤弟,我们打上天庭,平分三界。 孙小圣:你竟敢对天庭不敬,我同你恩断义绝! 系统:拒绝大闹天宫第一次,奖励混沌先天至宝【噬魂枪】! 玉帝:那个猴子怎么还不来闹天宫,西方来敦促三次了。 众神:陛下,那个孙悟空,已经成圣了!千万,别让他来了!玉栾城城主之子受人爱戴,虽天赋拙劣,但心怀天下,本可以衣食无忧安稳度过一生,只因……一切都变了世界一分为二,到底何处才是最安全的栖息地。万青穿越到洪荒世界,目睹了盘古开天,见证了鸿钧传道,参与了女娲造人。 在那悠悠的求道岁月之中,他始终坚守着一个宅男的本职,不到无敌,绝不出关! 红云:前辈,您前些日子说我命犯杀劫,不知可否详细指点一二。 万青:你进我的道场说话。 通天:道友,贫道苦思良久,都想不到躲避封神量劫的方法,能否指点一二。 万青:好说,你让你的那些弟子在家乖乖呆着就行,别到处乱跑。 准提:道友,我观你与我西方有缘,可否入主我西方教,贫道许你以祖佛之位。 万青:……贫道不出关啊!天界至宝天神之怒碎裂成两半,从此消失不见,天界由此陷入混乱。要想天界恢复秩序,必须寻回天神之怒。在天界遍寻无果之下,众天神不由束手无策。
简洁风网站 信息安全咨询服务厂商 学院网站规划方案 网络安全 历史 在线教育营销策划方案 温州手机网站制作公司电话 广东网络公司营销排名 绵阳市公司网站建设 计算机网络安全技术(第3版) 网络营销课程的ppt 发育倒退的原因分析【www.richdady.cn】 儿子不读书【www.richdady.cn】 有官司【www.richdady.cn】 突然过世的原因有哪些【www.richdady.cn】 儿子抑郁症的自我提升【www.richdady.cn】 前世老公的前世影响【σσЗ8З55О88О√转ihbwel 亲子关系的共同成长方法有哪些?咨询【微:qq383550880 】√转ihbwel 发育倒退的心理调适咨询【σσЗ8З55О88О√转ihbwel 与男友前世的故事分析咨询【企鹅383550880】√转ihbwel 事业不顺的原因有哪些?咨询【www.richdady.cn】√转ihbwel 意外的心理调适【微:qq383550880 】√转ihbwel 耳鸣的咨询技巧咨询【企鹅383550880】√转ihbwel 事业不顺的解决之道【www.richdady.cn】√转ihbwel 人际关系不好的沟通技巧【σσЗ8З55О88О√转ihbwel 前世缘份【企鹅383550880】√转ihbwel 邪灵的感应现象咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的环境影响咨询【企鹅383550880】√转ihbwel 财运不佳的财运改善【www.richdady.cn】√转ihbwel 财运不佳【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的应对策略【www.richdady.cn】√转ihbwel 东莞网站案例营销 社帝网络安全小组 信息安全等级保护 上海网站制作顾问 合肥网站建设 信息网络安全与管理 计算机网络安全技术(第3版) 国家信息安全 委员 社帝网络安全小组 网络安全努力破除 网站建设 福州 酒泉网站建设 国家信息安全中心举报,-1 利用密码技术可以实现网络安全所要求的 网络安全的论坛 信息安全咨询服务厂商 移动应用营销 信息安全 自有 百度网络营销 特色营销的要素 做网络安全的公司排名 企业网站优化 信息安全自学网 网络安全重点实验室 视频网络安全知识讲座 网络安全法 口令更换 微博优质内容营销案例 中国人为网络安全事件 网络营销案例工具 网络营销课程的ppt 网站的标准 网站制作 常见问题 rss营销作用 rss营销作用 vpn 网络安全 设计网站的软件 linux下网络安全 华中科技大学 信息安全专业 实战网络安全免费阅读 国家信息安全 委员 杭州网站建设设计 信息网络安全与管理 微博优质内容营销案例 营销策划公司杭州 中国人为网络安全事件 广东网络公司营销排名 信息安全发展历程 信息网络安全与管理 营销推广方案 青岛商业网站建设 网络和信息安全通报实行多少小时联络制度 信息安全咨询服务厂商 上海网站制作顾问 网络营销教程视频教程 网站icp备案 深圳商城网站设计 专业的网络营销首选公司 最大的网络营销公司 李宁网络营销策划书 网络推广营销公司 实战网络安全免费阅读 internet的网络安全 许可营销的工具 计算机网络安全技术(第3版) 长春网站公司 简述网络营销特点是什么 移动网络营销定义 营销推广方案 安徽大学 信息安全 网络信息安全趋势图 淄博网站制作设计 简述网络营销特点是什么 利用密码技术可以实现网络安全所要求的 网站辅导运营与托管公司 上海 网络安全公司 微博优质内容营销案例 网站icp备案 网络和信息安全通报实行多少小时联络制度 华中科技大学 信息安全专业 上海最好网络安全公司排名 建立网站的费用 email 营销 网络安全博士网络营销学什么专业 网络安全的基础知识 网站的标准 网站有哪些 信息安全咨询服务厂商 网站设计行业资讯 信息安全 情报,-1 信息安全咨询服务厂商 上海最好网络安全公司排名 宁波网站推广 设计网站的软件 网络营销品牌含义 在线教育营销策划方案 杭州网站建设设计 公安类网络安全岗 网络营销网站建设 2015网络安全新闻 信息安全等级保护 华中科技大学 信息安全专业 社帝网络安全小组 信息安全内审员 信息安全专业的课程 物联网 网络安全 如何用网络营销的方法有哪些方法 杭州网站建设设计 高端广告公司网站建设 信息安全咨询服务厂商 企业网站优化 网站建设我们的优势 网站制作 常见问题 网络安全法 口令更换 微博优质内容营销案例 中山网站制 广电网络营销实战营 营销跟促销的区别 手机版网站设计风格2017信息安全 新闻 国家信息安全 委员 对网络营销课程的认识 东莞网站案例营销 推广型网站制作哪家好 手机网站广告 做网络安全的公司排名 信息安全属性不包括是____. 移动应用营销 大型企业 网络安全 国家信息安全中心举报,-1 云南省网络安全 东莞网站设计公司 安徽大学 信息安全 长沙手机网站开发 4r营销书 如何用网络营销的方法有哪些方法 计算机安全与信息安全