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
网站图片尺寸网络安全百强浦东企业网站建设营销类的公众号名称2012年国家下一代互联网信息安全 专项产品测试成绩信息安全技能赛 安全狗国家网络安全认证优营销项目案例网络带营销网站项目设计鬼事悬疑,原于阴集,大道降服,魔鬼怨积……星际时代,随着科技水平停滞不前,人类在与万族的争锋中遭遇大败。 内忧外患之际,有人通过一款直播节目,惊奇的发现,在流放重刑犯的星球中,竟然出现一个叫易辰的绝世天才。 他自创一门修炼方式,创造出了一套又一套不断颠覆人类各行各业,甚至能让人类寿命提升,进化成高等人类的功法。 为了能够偷学易辰创造的功法,全人类不惜代价,三十六计轮番上阵。 为了阻止人类进化成更强大的种族,万族和万族培养的内奸,也是手段用尽,千方百计的阻扰易辰创造出更强大的功法。 易辰,成为宇宙大战的风暴中心。 谁也没有想到,无论是偷师,还是成为易辰的绊脚石,都是需要付出代价的……空无大陆,灵气旺盛,万物皆是以灵气修炼。因为种种原因,主角公孙言生为人类,幼年时却和魔兽生活在一起,也证实了他的不一般。想要知道这个世界究竟是什么样子?就让我们一起来见证吧。XX年间,天下大乱,群妖四起,官兵横行,百姓民不聊生。 天上众神,心疼百姓,特派紫微星下界,斩妖除魔,匡扶正义,救黎明于水火。 紫微星领命,下到人间,化身一名女子,隐居山间,观察人间百态,看遍民间疾苦,可悲可叹! 研发五年的虚拟现实(VR)游戏《天下》终于上线,作为网瘾少年的林狼等人自然是无法抵挡诱惑,进入了游戏。作为首席开发设计师梦如与张楠却也成功进入了游戏,却怎么也没有想到,《天下》在朝着她们意料之外的方面发展……赵风穿越秦朝成为了始皇帝的第七子,嬴子歌! 原以为远离咸阳便能躲避灾祸,但赵高却找上门,好在系统如愿开启。 【神选一:接受始皇召令,卸下兵权,立即启程返回咸阳。】 【神选二:拒接始皇召令,立刻起兵,自立为王!】 【神选三:接受始皇召令,立刻回都,向始皇索要太子位!】 面对选择,嬴子歌选择了去向嬴政要太子之位。 至此,暴揍胡亥、疯斩徐福、莽破匈奴、凶伏百越..... 蒙恬:报始皇帝陛下,太子殿下率兵诛杀了匈奴二十万。 嬴政:...... 章邯:报始皇帝陛下,太子殿下已经诛杀了六国叛徒,这是刘邦与项羽的人头。 嬴政:...... 有灵智的系统,开局最强。见人秒人,见神杀神,见boss叫爸爸……主角:年休思 无CP 2044年,天降异象,天下大乱,六界融合,各个种族为了争夺生存资源而争斗不休。 人类在生存环境发生巨大变化的情况下,也产生了自我进化,人类之中的一小部分人有了神赐予的能力,被称为神赐。 神明居于天地之外,垂眸看天地干戈,慈悲怜悯终究只是幻想,大道至公,神明不会插手。 天地不仁,以万物为刍狗。 年休思是创世神,不只是人世间,还有天地万物。大道繁衍不休,天地的齿轮旋转,当年风流潇洒的创世神落入人间,经历多少轮回,来到了这个乱世。 终究是命中注定。 年休思生于斯长于斯,将自己在人世间的经历确认为自己的主体意识,偏向于人类,依赖于其自身的实力,最终使天地正位,六界分割,万物和谐,天下大同。 全国各地都有叫龙凤镇的小地方,本书故事就是从主人公小时候生活的一个名为龙凤镇的地方开始,从小时候听说的不明飞行圆盘,到神秘莫测的玉鼎山,主人公在一个乡村小镇开始了一段无法解释的神奇之旅。。。不是吧,我居然重生了,老天爷,你重生也不打个招呼,让我准备准备,就这么硬来真的好吗,我一个没学历没特长的普通人,你让我重生干嘛,再重活一次吗,你可包(别)跟我开玩笑,我心脏受不了。 系统呢,这不是重生跟穿越者的标配吗,怎么到我这儿就什么都没有了,诶,不对,还有个手机。看着手机里那些自己以前有意无意存起来的图片和小说,林文总算是长出了一口气,后半辈子总算是有保证了。 既然重生了那就要活的潇洒,自在,快活。把以前想干不敢干的都干了,把以前干了但是留有遗憾的给弥补了,总之活的爽就对了。 全球首富不用想,全国首富也够呛,有老马小马和老王在前面顶着,但是全省首富这个名号林文觉得自己还是可以争取一下的。 总之,这就是一个普通人靠着重生带来的手机,东一榔头,西一棒槌挣钱的故事。
怎样开网站 世界网络安全峰会 网络营销属于什么院系 四川信息安全培训 怎么利用网络营销 wap网站开发 网络安全产品全球排名 有什么营销优势和劣势网站背景色 为信息安全 网络安全 僵尸网站 冤亲债主的干扰影响咨询【www.richdady.cn】 意外事故对家庭的影响咨询【www.richdady.cn】 家宅磁场的检测工具【www.richdady.cn】 冤亲债主的干扰解决方法【www.richdady.cn】 婴灵的感应现象咨询【www.richdady.cn】 心特别累的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的情感释放【www.richdady.cn】√转ihbwel 解梦的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感释放咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的情感释放咨询【www.richdady.cn】√转ihbwel 缺心眼的环境影响【σσЗ8З55О88О√转ihbwel 感情纠纷的自我提升咨询【微:qq383550880 】√转ihbwel 发育倒退咨询【σσЗ8З55О88О√转ihbwel 心特别累的咨询技巧咨询【www.richdady.cn】√转ihbwel 心特别累的案例分享【σσЗ8З55О88О√转ihbwel 心特别累的情感释放【企鹅383550880】√转ihbwel 迟缓儿的咨询技巧【www.richdady.cn】√转ihbwel 性压抑的咨询技巧咨询【企鹅383550880】√转ihbwel 去世的父亲的前世故事【微:qq383550880 】√转ihbwel 头脑混沌的前世记忆【企鹅383550880】√转ihbwel 个性化建网站定制 中型网站 网络安全 绿盟 企业网站程序 互联网整合营销传播 网络营销师的认证考试 网络安全最新资讯 国家网络与信息安全中 个人适合建什么网站 搜索引擎营销怎么样 工信部考试中心用的计算机网络信息安全理论与实践教程,-1 网络信息安全 实验室 ids与防火墙联动的网络安全模型设计 网页设计的交流网站 长沙做网站价格 国家网络安全信息中心 信息安全技能赛 安全狗 网站插入百度地图 网站项目设计 网络安全工作的目标包括 优品上海品牌营销管理 网络安全检讨书 有关网络安全的专业 无线网络安全网关 网络安全 僵尸网站 唐山网站建设报价 企业网站程序 唐山网站建设报价 信息科技有限公司网站建设 网络安全 魔力象限 网络安全 决策树 如何建设公司门户网站 网络安全中心 网络安全中心 信息安全技能赛 安全狗 王秀军 网络安全与信息化 营销单页 聚美营销岗 塘厦做网站 凡客诚品网络营销现状 国家网络与信息安全中 最好的网站模版 国家网络安全中心 招聘 网络安全实验室 设备有哪些内容 信息安全 SAG 网络带营销 网上平台营销策划 南京网站建设哪家专业 网络安全产品全球排名 网络安全 绿盟 建微网站 国家信息安全产品认证 网站图片尺寸 怎么看待网络安全 信息安全力量配置 网页设计的交流网站 网络营销系统的建设 信息安全力量配置 中国信息安全排名 陆宝华 信息安全 武汉公司网站制作 app 营销方式 网络安全技术的选择 全国大学生信息安全竞赛题目 江阴网站建设 优品上海品牌营销管理 网站红蓝色配色分析 深圳网站设计平台 最好的网站模版 番禺高端网站建设公司 亚马逊网站的营销策略 深圳品牌网站推广公司 网站解决方案 互联网整合营销传播 企业如何视频营销策划 信息安全技术信息系统安全工程管理要求,-1 浙江 网络 营销 好 网络安全 个人信息 浦东企业网站建设 商城网站都有什么功能 广播电视信息安全测评中心 2012年国家下一代互联网信息安全 专项产品测试成绩 网络安全实践 搜索引擎营销怎么样 网络安全100强 信息安全等相关专业 公司网站的实例 个人信息安全防护概述 国家网络安全认证 公司网站的实例 商城网站都有什么功能 营销类的公众号名称 哪个部门负责信息安全 网络信息安全保险 个人信息安全指南 国内信息安全的法律法主要有哪些 上饶做网站 政府类网站建设湘潭做网站 推荐广州手机网站定制制作网站报价 信息安全 采访 网站制作公司成都 免费足网站 如何做好信息安全方案 网站建设常州 网络带营销 网站原创性 中国信息安全测评中心 免费教育网站建设 网站上线 优化:高效的seo社交媒体和内容整合营销实践及案例 人大信息学院信息安全排名 信息安全方案 招聘,-1 工厂营销推广 浙江 网络 营销 好 信息安全等相关专业 企业网络安全的现状分析 有什么营销优势和劣势网站背景色 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 贵阳设计网站建设 许可营销 国内外信息安全现状 中型网站 世界网络安全峰会 网络安全实践 信息安全等级保护研究 解释网络营销服务 网络安全宣传周的内容 卫龙辣条网络营销分析 信息安全体系建设 网络安全最新资讯 网络安全 绿盟 网络营销创新模式中国互联网协会网络安全 微网站建设包括哪些方面 网络安全 僵尸网站 广播电视信息安全测评中心