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
email营销手段昆明做网站公司网络安全主要技术包括信息安全等级保护关键技术国家工程实验室网站推广报价外贸社交营销的关键东营市报名系统网站设计公司学院网络安全解决方案舟山网站建设国标 信息安全产品,-1一个人的成长故事天下纷争,西京、启阳,北燕,鬼方四国争雄。西京国第一大江湖门派问刀门门主呼延燚,率天下门徒,纵横四海,征伐天下,无论是四国庙堂还是远涉江湖都无可避免地卷入其中。说我是九天云外望穿了虚空的盖世神帝也好?还是大陆之巅漂泊半生的逍遥魔头也罢,但只有我知道,我始终是凡尘市井中的那个锦衣玉食的纨绔少年,我也愿意当!顾星辰,云锦山有史以来最年轻的天师,通阴阳明医术,占卜看相无所不能。五年期满,返回云镇,自此一代天师之名不胫而走。 风水堪舆,易如反掌;不治之症,一针救魂;牛鬼蛇神,一剑平之。 小小云镇,很快就成了首富大佬挤破头都想瞻仰的神圣之地。小小天师,畅游都市,只手定乾坤!不知道咋写,以后再改。就是写魔法。这是一个异能者的世界,飓风,隐身,火焰,雷电,飞行等各种千奇百怪的异能。 这里没有严苛的等级制度,有些人一生下来就是天生的主角。 没办法,人生本来就是不公平的,请祈祷命运怜悯与你吧对不起啊,萧儿,没想到这最后的最后,我依然还是没能找到那个我想要的答案呢!或许人都会在生命即将迎来终结的那一刻彻底醒悟,但我想,可能那时已经有些晚了吧! 我们之所以会觉得悬崖边上的花很美,并不是它本身有多么耀眼,是因为我们总会在悬崖边枉然止步,而花朵则会向着空中迈出属于他那成功的第一步。 到这里,我的故事,也终于是····结束了!虽说这结局好像看起来的确····很难····让人接受呢! 这是父亲当年临走时留下来的话,的确很难让人理解,不过······ 身边的种种怪事在一夜间接踵而至,这一切假象的背后到底又掩盖着一个怎样的真相,各种谜团接连不断的笼罩而来,这幕后的操刀者究竟又是人是鬼,故事还在继续———我!又怎能后退!本书又名《我在三国强行拼团》《三国砍我,我一人砍三国》 刘云穿越到东汉,绑定附身了拼团系统,本想活命发育,偏偏黄巾起义,一个不小心还将刘备给秒杀了,不得已卷入三国时代。 刘云:“开团了,赶紧冲!来呀,砍我呀!这点兵马,砍我都不够,怎么当反派的?” 刘云:“来嘛,切磋切磋,是兄弟,就来砍我,砍一刀,一刀接一刀,完事请你喝酒。” 只见刘云一路横跳,到处强行找人拼团,势力越砍越大。 天子脖子架着刀:“刘云,你再不登基,我就砍自己了。” 少年沈翔得到无上传承,获得逆天神脉,学得绝世神功,掌握超绝丹术,这使他在武道之路春风得意……饿的时候炼点丹药当零食吃,无聊时耍耍那些来求丹的武道高人……想观看更多的精彩内容,请收藏关注《傲世丹神》! 【微信公众号jixiaozei88 QQ群572384158】不同的经历,不同的基因,不同的环境,造就一群不同的人。 总有人会从普通人群中脱颖而出, 有的人成为商人老板 有的人成为国家栋梁 有的人成为娱乐明星 而有的人却成为了普通人眼中的异类。
工控 信息安全 互联网营销面试问题 国内顶级网络安全公司排名 网络安全系统建设 学校网站的作用 《信息安全等级保护管理办法》 武汉市大型的网站制作公司 信息安全等级保护技...,-1 网络营销策划方案 长葛网站建设 内心恐惧胆怯的解决方法【www.richdady.cn】 缺心眼的前世记忆咨询【www.richdady.cn】 发育倒退【www.richdady.cn】 内心恐惧胆怯的心理调适咨询【www.richdady.cn】 如何知道自己有前世缘份?咨询【www.richdady.cn】 婴灵的安抚与超度咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的前世记忆【www.richdady.cn】√转ihbwel 潜能开发与自我提升咨询【σσЗ8З55О88О√转ihbwel 冤亲债主对生活的影响【σσЗ8З55О88О√转ihbwel 长期耳鸣可能是哪些疾病的信号【企鹅383550880】√转ihbwel 冤亲债主的定义【企鹅383550880】√转ihbwel 家庭关系的矛盾化解方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世因果【微:qq383550880 】√转ihbwel 前世今生【企鹅383550880】√转ihbwel 如何提高孩子的阅读兴趣?【企鹅383550880】√转ihbwel 如何了解自己的前世今生?【微:qq383550880 】√转ihbwel 外灵干扰的案例分享【σσЗ8З55О88О√转ihbwel 如何预防过早离世【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂种子治疗【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的自我提升【微:qq383550880 】√转ihbwel 中国信息安全测评师 衢州做网站 使用同一路由器个人信息安全吗 国外的网络营销商城 互联网营销领域的公司 济南优化网站 网络营销策划方案 重庆网站建设公司 网站建设:翰臣科技 网络安全培训班 北京做信息安全 长春网络营销外包 部门网站建设 广州外贸营销型网站 网络安全信息法 美国 2000 深圳企业网站建设公司哪家好 企业网站模板下载 教育信息安全等级保护测评中心 云平台的运维与管理 ppt 参与网络安全国家标准 房山网络安全小镇 响应国家网络安全 昆明做网站公司 公司网站设计与制作 重庆 营销公司排名 上海做网站公司 学校病毒营销方案 注册信息安全专家考试 学校病毒营销方案 信息安全相关设计 从重大事件看网络安全形势答案 网站制作 武汉 网站案例教育部 信息安全 重庆网站建设公司 深圳全网营销外包公司 为什么要做互联网营销 学网站前端 信息安全考试报名 西安高端网站制作公司哪家好 网站建设设计重庆整合营销哪家好 传媒公司营销策划方案 263网站建设怎么样 广州外贸营销型网站 网络营销策略翻译 263网站建设怎么样 信息安全等保三级标准 网络信息安全犯罪案例,-1 网络安全防护证书 微网站的功能 重庆 营销公司排名 高端网站设计建设 网络营销的发展过程 公司网络安全负责人 信息安全等级保护技...,-1 东莞营销型网站建站 网络安全信息法 美国 2000 王老吉 春节营销案例 优优营销软件 网络安全主要技术包括 长葛网站建设 互联网营销领域的公司 武汉想做网站 大连做网站的公司有哪些 网站建设问题大全 全网营销思路 网络安全通报预警机制 信工所信息安全,-1 河间做网站 网站如何被百度收入 网站制做公司 网络安全培训班 微网站建设资讯 河间做网站 沈阳做企业网站的公司 绿色调网站 网络营销环境的变化 沈阳做企业网站的公司 网络信息安全演讲 营销导向企业网站策划 珠海网络营销 信息安全等保三级标准 舟山网站建设 全球网络安全公司排名 信息安全等级保护关键技术国家工程实验室 网络安全与技术 网络安全与防护实验报告 合肥网站制作需 网络信息安全的主要特征包括 重庆营销策划公司 互联网营销面试问题 注册信息安全专家考试 网络信息安全犯罪案例,-1 网站推广报价 网络安全技术图片 计算机网络安全等级 公共网络安全备案 网站建设开发公司 信息安全相关设计 吕梁网络营销师 网络安全 汽车 网站建设资料 2017年最新网站设计风格 网络安全密匙破解 西安高端网站制作公司哪家好 国内顶级网络安全公司排名 安徽网络安全专业的大学 中国网络安全局图标 网络安全 入侵检测 网络营销效果评估指标 营销方案中的价格策略 云网站系统 必知的网站 全网营销方案及布局 网络安全的大数据分析 微信营销的目的 email营销手段 网络营销策划方案 云南建网站 网络安全 汽车 深圳电商互联网营销 上海做网站公司 河间做网站 网络营销方案简述 营销导向企业网站策划 企业网站模板下载 大学生信息安全 参与网络安全国家标准 微信营销的目的 网站建设:翰臣科技 社交媒体营销英文怎么说 大连网站建设 网络安全必读书籍推荐 中国信息安全测评师 响应国家网络安全 网络餐饮营销案例 网络营销效果评估指标