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
信息安全文件互联网信息安全办法金盾信息安全招聘王老吉网络营销方法日照网站制作网络安全协调局人员长春微信做网站学营销网上海企业网站上海网站公司加建网网站命运长河的波澜一往无前 受到命运之神的眷顾 万石成为这一代的机械主神 带领机械文明走向复兴已然二十岁的我们会是青春,会是热血,会有一场拖拉机下山轰轰烈烈的恋爱.........而有些人的二十岁,会是迷茫,不知所措,也许,会是你我......什么是咖啡?如果你在半年前问我,我就会说,咖啡是苦茶。80%的后悔,并不是你做了什么而后悔,而是因为你没有做什么而后悔你可能并不知道,你的基因中藏着怎样的秘密。它就像藏在你内心的深处的猛兽。当面临绝境时,它们就会如困兽出笼般被释放。 沈弋、白铭、齐方想三人在一个偶然的条件下被召唤进了一个名为“主神空间”的轮回死亡游戏,在这个游戏中,“玩家”会被不断送入名为“死亡幻境”游戏场景之中:进入病毒肆虐的城市击杀丧尸,于失落的海底王国探寻宝藏,在霓虹闪烁的赛博都市里反击人工智能,穿越奇幻的魔境阻挡黑暗入侵,又或是潜入百年前雾气弥漫的夜色中追察著名的连环杀人魔……完成场景目标即可获得奖励强化自身,但如果在游戏中死亡就会被系统抹杀。在这危险的游戏里三人很快就意识到,除了各种怪诞奇幻的场景,更多的危险其实来自主神空间里的其他人,各方势力藏龙卧虎、明争暗斗,被卷入其中的三人又该如何突破眼前的绝境?生死抉择,爱恨纠葛,主神空间存在的真正目的又是为何,一切的疑问都能“无限绝境”的世界里找到答案。 人生几何,对酒当歌,道路长远,上下求索。 如果有一天,你不用再去考虑任何东西,只需要去做自己想要做的,那你会想要去做什么? 高骑大马的白衣少侠,手捧书卷的儒袍读书人,端着破碗的褴褛乞丐,身份贵重的华袍官员······ 如果有一天,你突然穿越之后,又发现了自己不会死,你又会想要做什么? 我叫李三四,木子李,不三不四的三四。 从现在开始,我宣布我是最大的,我宣布我是最自由的,我宣布,这个时代······它就叫李三四! “三个月后灵气复苏,全民兽化植物化!” “同时,蓝星原住民远古蛮兽会走出地壳,两极反转,人类危矣!” 重生回到灵气复苏时代降临三月前,白良提前变异成柳树。 通过制造神迹,他被中州奉为通天建木! 国家一边疯狂喂养白良,一边根据白良的指引开启一系列准备计划,每一天都在震惊全球! “中州竟然开始迁都了!” “中州围绕江南市建立新天都!” “中州收回了所有外驻部队,千万军队围绕江南市建立绝密保护区!” “江南市上空有一层万米高空屏障!卫星完全侦察不到!” “中州江南到底隐藏了什么?” 三个月后,灵气复苏时代降临! 全球人类深陷水深火热,弱肉强食! 而此时白良于江南市公园中崛起,鞭劈八面蛮兽,以柳神之名抵抗四方兽王,甚至硬撼兽皇! 这次,换他来守护中州族人! 柳神庇护之下,其余国家人类还在四处躲避蛮兽之时,中州族人正在不断诞生一尊尊神!这是一个神奇的世界,要着不同的种族划分,无人类社会,全是以兽为核心价值观的一个起点,也可以理解为相似人类世界的其次元界我叫李易一个,一个非常废的人。我呢也没什么追求,就想这样平静简单的生活,但……叶辰懂医术,会古武,下山后的他,还在幻想着自己逍遥纵横都市,吊打一切不服! 万万没想到,参加自己婚礼的时候,新郎竟然不是他…… 九州大陆,万国林立。   赢云穿越大秦,成为始皇第九子,并获得了咸鱼系统,只要咸鱼,就可以持续不断的获得奖励。   于是,   赢云直接咸鱼起来,默默签到,不仅获得了无数奖励,还顺利突破,成了九州唯一一尊陆地神仙!   ……   有一日,   天降金榜,盘点最强生灵。   只见,   大漠之中,赢云一剑开天门,入陆地神仙,屠数十万军,举世震惊!   帝释天:“什么?这世界上还有比我更强的人?!”   孤独求败:“杀尽仇寇,败尽英雄,平求一敌手而不可得!这赢云,值得一战!”   ……   紧接着,   天道神兵榜、天军榜等相继曝光。   神兵榜第一,圣剑轩辕,属大秦九皇子赢云!   天军榜第一,大雪龙骑,属大秦九皇子赢云!   ……   嬴政:“这是朕那咸鱼儿子?!”   ……
装修营销课程培训班 下载免费网站模板下载安装 下载免费网站模板下载安装 宁夏网站设计 建网站报价 教你做网站 平顶山网站建设 京东销售部门网络营销系统 营销型网站效果不好 网络营销软件下载站 事业不顺的职场突破技巧有哪些?【www.richdady.cn】 迟缓儿的前世因果咨询【www.richdady.cn】 迟缓儿的心理调适咨询【www.richdady.cn】 财运不佳的财富积累方法有哪些?咨询【www.richdady.cn】 学习成绩差的解决方法【www.richdady.cn】 感情纠纷的情感疏导【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书的教育建议咨询【σσЗ8З55О88О√转ihbwel 如何预防冤亲债主的干扰?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰可能是哪些疾病的表现【微:qq383550880 】√转ihbwel 与老公前世咨询【企鹅383550880】√转ihbwel 与男友前世的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的案例分享【www.richdady.cn】√转ihbwel 脑部不清晰可能是哪些疾病的表现【σσЗ8З55О88О√转ihbwel 什么是婴灵?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的原因分析【www.richdady.cn】√转ihbwel 老公家暴的应对方法【企鹅383550880】√转ihbwel 下载免费网站模板下载安装 airbnb营销模式 最新无线网络安全防护技巧 网络安全测试与评估 网络科技营销 网络信息技术应用与网络安全 信息安全管理 网络安全设备销售 家具网络营销推广 公安 网络安全 网络安全的漫画 网络安全法 断网 亚信网络安全 信息安全实验室研究方向 网店营销计划模块 信息安全 工作 交流,-1 烟台网站优化常州做网站的公司 网络安全经典实验 一个网站的主题和设计风格 信息安全组织架构 杭州 网站建设公司排名 b2b网络营销的定义 电商营销培训课程大纲 网络安全协调局人员 旅游网站策划书 银行网络安全事件 许可email营销的实施 开商城网站 深圳网络安全公司招聘网站开发团队人员 咸宁网站建设 大良营销网站建设好么 b2b网络营销的定义 营销型网站效果不好 上海营销平台网站建设 信息安全与网络安全 保定投递网站建设 信息安全组织架构 华中科技大学信息安全综合设计与实践 王老吉网络营销方法 网络营销的缺点 导航网站怎么建 网站构成 临沂网站建设 网络安全测试与评估 营销重要性 网络安全的漫画 玉林做网站 濮阳网站建设 自助建站网站建设 网站建设 cms 下载 枣庄做网站 原生营销定义 网御网络安全审计系统v3.0 烟台网站优化常州做网站的公司 信息安全保密技术,-1 信息安全提醒 日照网站制作 长春微信做网站 上海企业网站 加建网网站 家具网络营销推广 网络安全测试与评估 东营专业网站建设 芜湖网站开发 顶尖网络安全公司 网络安全平台代理商 网络信息安全分类 免费申请网站域名 网络安全展 东营专业网站建设 网店营销计划模块 信息安全实验室研究方向 全球网络安全企业500强 太原网站建设需要多少钱 网站建设 cms 下载 成都网站设计哪家好 临沂网站建设 信息安全 工作 交流,-1 网站建设 中企动力公司 网络营销软件下载站 网络信息安全中心 设计企业网络安全方案 网络营销的缺点 网络信息技术应用与网络安全 芜湖网站开发 网络安全运维管理系统网络营销推广环境分析报告 青岛信息安全企业 信息安全的技术有那些 企业员工信息安全培训班 信息安全国际会议排名 企业网站首页应如何布局 网站网页制作机构 网络营销建立在 设计企业网络安全方案 枣庄做网站 电商营销培训课程大纲 金融网站建设 网络安全设备销售 信息安全保密技术,-1 华中科技大学信息安全综合设计与实践 新浪微博营销的优势 枣庄做网站 b2b网络营销的定义 信息安全系统设计,-1 重大信息安全考研,-1 信息安全标准分为 东营专业网站建设 全球网络安全企业500强 中华人民共和国工业和信息化部就业指导中心认证网络营销师 网络信息安全最新技术 高端网站设计建设 网站建设 cms 下载 最新无线网络安全防护技巧 西安网站建设平台 网络安全展 保定投递网站建设 互联网效果营销服务商 中华人民共和国工业和信息化部就业指导中心认证网络营销师 网络营销产品定价 网络营销的缺点 网络信息安全技术 网站构成 临沂网站建设 网络安全 网络选择 玉林做网站 全球网络安全企业500强 设计企业网络安全方案 网络安全需打好组合拳 网站建设 cms 下载 企业员工信息安全培训班 信息安全的技术有那些 东营专业网站建设 信息安全保密技术,-1 专业网络整合营销公司 网站方案