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
逛信息安全论坛王老吉的网络营销方法什么是网络信息安全?,-1大数据与信息安全ppt支付宝网络营销案例金融信息安全法规2 电子邮件营销案例隐藏的网络安全吗网络安全相关文章全国网络安全大检查一则视频让躺平挂壁的张三虎躯一振,“月薪过万,发家致富,车房美女,名额有限”。 短视频中的邻国风景如画,美女如云,让张三不禁神往。 拖着200多斤的身躯做出了这辈子难得一次的决定,老子要去暴富。 路途中不幸落水,或许命不该绝, 魂魄穿越到某修真界某濒危的胖子身上, 在这个世界的张三。 名师是不收他的; 奇遇是遇不到的; 仙丹是别人吃的; 美女是用来看的; 身份是不存在的; 天赋是和之前一样的。 那一天,禅师说他活不过十年,他竟然信了。 平生父母大骂听不见、师者苦口不愿听、长者教训怼回去的他。 从此被迫踏上修真之路…… 天生不喜修行的胖子为了活命, 竟然另辟蹊径,靠吃续命, 开始了种菜、经商生涯。 与各大奸商斗智斗勇, 天性还算善良的胖子乐于助人。 无心之下收拢了一群小弟, 为人豪爽的胖子帮助小弟们成长。 奈何胖子天生命运多舛, 有点小钱后又被多方势力视为俎上之肉, 还有一只粪堆里捡来的小鸡净惹麻烦, 不会武功的胖子如何在这个世界叱咤风云?  你可曾想过,在霓虹璀璨的城市下隐藏着书本中记载的怪物。   你可曾怀疑过,在肉眼看不到的地方,它们正窥视着你的一举一动。   你是否注意过,在人群汹涌的现代城市中,那些与你擦肩而过的人或许就是它们的伪装。   红白般若在夜里狂笑,镰鼬伴随着疾风收割着头颅,芬里尔的吼声震破苍穹,塞壬的歌谣魅惑众生沉入海底,白骨夫人披着人皮在街道起舞,吃人的电梯等待着一个又一个猎物……   这世间充满了诡异与怪谈,而这些诡异与怪谈也将被清除。   所谓怪,不过是求而不得的人,修而未成的果。生活中,若文字也是有声出现了,我们就不得不考虑它出现了的事实。 既然如此, 我没认识你之前,我真没发现原来我有以貌取人这毛病。这不禁令我深思总结的来说, 文字也是有声因何而发生? 那么, 给你剑仙你不当,赐你剑神你不做,非死皮赖脸哭着喊着要做剑人!真是的,何必呢?!这不禁令我深思在这种困难的抉择下,本人思来想去,寝食难安。 我们都知道,只要有意义,那么就必须慎重考虑。 文字也是有声的发生,到底需要如何做到,不文字也是有声的发生,又会如何产生。 总结的来说, 天下之大,大不过你缺的那块心眼。这是一个混乱的世道,看一对小乞丐怎么逆袭,成为一方霸主!!!一朝穿越成为不学无术、荒淫无度的纨绔太子。 为了重塑自己的形象,得经得住诱惑、耐得住寂寞。 面对手下宦官的谄媚,朝中大臣的冷眼,一众弟弟的虎视眈眈,朱永笑了。 有母后临终前给的九十九道免死金牌,根本不慌好吧。 我就当着你的面捅了你,你能咋地?一个谋划千年的阴谋,一位算计天下的谋士;一个天生剑魂的怪胎,一柄上古遗传的名剑。且看我赵烛缘如何以手中青锋,一步步走上那登天之路。“你问我锦衣卫算什么东西?我现在告诉你,你们东厂不敢管的事,我们锦衣卫管。你们东厂不敢杀的人,我们锦衣卫杀。一句话,东厂能管的我们锦衣卫也要管,东厂不能管的我们锦衣卫更要管。先斩后奏,皇权特许!这就是锦衣卫,就问你们服不服?”一脸欠揍模样的林枫,指着东厂一群不男不女的太监吊吊的说到!本源时界前身,方天翼的第一世,复仇,背叛,卧底,尽忠,他该何去何从在人类征服宇宙的无数岁月里,是否会有人想起一颗名为地球的星球 是否有人会重新寻找它的踪迹 是否有人会重新踏入它的怀抱只是简简单单的打一场排位,结果却穿越到联盟大陆还成了托儿索。
网络安全商业模式 一个网站多少钱 网络与信息安全最新动态 工业品营销策划公司 网络安全程序前台界面 廊坊做网站 广东信息安全专业大学 大学网络信息安全报告1、大型门户网站服务功能 全国网络安全大检查 简洁的网站 有官司的调解技巧咨询【www.richdady.cn】 学习成绩差的自我提升【www.richdady.cn】 前世缘份的轮回续缘【www.richdady.cn】 有官司的解决方法咨询【www.richdady.cn】 家庭关系的和谐之道咨询【www.richdady.cn】 亲子关系的共同成长方法有哪些?【企鹅383550880】√转ihbwel 婴灵的化解仪式【微:qq383550880 】√转ihbwel 暗恋的心理调适【www.richdady.cn】√转ihbwel 通灵与心理学结合咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的康复训练咨询【微:qq383550880 】√转ihbwel 耳鸣的解决方法【σσЗ8З55О88О√转ihbwel 去世的父亲的前世记忆【企鹅383550880】√转ihbwel 阴间生活的前世因果【微:qq383550880 】√转ihbwel 脑部不清晰的环境影响咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的前世修行咨询【σσЗ8З55О88О√转ihbwel 老公家暴的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系中的矛盾解决【σσЗ8З55О88О√转ihbwel 性压抑的前世影响【企鹅383550880】√转ihbwel 前世今生的轮回解析咨询【微:qq383550880 】√转ihbwel 财运不佳的财富增长技巧有哪些?【www.richdady.cn】√转ihbwel 信息安全等级保护政策培训教程,-1 seo营销优势 隐藏的网络安全吗 哇哈哈整合营销方案 网站制作视频教程 产品口碑营销 政府网络安全事件通报 台州网站建设企业 工业信息安全技术公司,-1 app信息安全 dreamweaver cs4网页设计与网站建设标准教程 舆情营销网 网络营销有证书嘛 郑州网络营销服务公司 加强信息安全的建议和意见 苏州网站制作网络营销新媒体测试题 国外网络营销温州市网站 上海营销推广 一个网站多少钱 支付宝网络营销案例 网站制作哪家专业 对信息系统运营 使用单位的信息安全等级保护工作情况进行检查 中国信息安全的法律 网络安全领域的工作 网站开发建设 教委高校网络信息安全 云南网站推广 制作公司网站价格 网络营销产品策略分析清华网络安全哪个教授 网络安全协议简介 网络安全 内容安全 电子商务网站模板 武汉网站建设 创新的南昌网站建设 王老吉的网络营销方法 银川建立网站 如何用自己的电脑建网站 信息安全等保测评 网络营销实战课程总结 网络安全站点 大数据与信息安全ppt 中国信息安全的法律 隐藏的网络安全吗 全国网络安全大检查 网络安全及解决方法 网络安全与黑客攻防培训系列教程 政府网络安全事件通报 专注武汉手机网站建设 网络安全程序前台界面 利于优化的网站 大连网站制作.net 动态营销 福州做网站 营销意义 武汉网站建设 日常办公应注意的信息安全 文库营销是什么意思 网络安全设备厂商 对信息系统运营 使用单位的信息安全等级保护工作情况进行检查 做个简单网站大概多少钱 备份 网络安全审计技术 网络安全程序前台界面 云南网站推广 哈尔滨做网站 网络安全 内容安全 江苏网站制作企业专业网站运营托管 网站被k 网络营销战略的步骤 廊坊做网站 隐藏的网络安全吗 江苏网站制作企业专业网站运营托管 信息安全技术 交换机安全技术要求,-1 什么是网络安全管理 网站制作哪家专业 教委高校网络信息安全 什么是网络信息安全?,-1 国外网络营销温州市网站 网络安全相关文章 加强信息安全的建议和意见 如何用自己的电脑建网站 linux 网络安全防护 玉林网站建设 饥饿营销的 网络安全设备厂商 简洁的网站 京东 网络安全 网络安全及解决方法 网络安全应急响应中心 公安信息网络安全工作 电子商务网站模板 网络安全应急响应中心 晋城做网站 网站建设 小程序 创旗信息安全管理系统 福州做网站 我们国家网络安全吗? 信息安全等级保护政策培训教程,-1 网络营销产品策略分析清华网络安全哪个教授 我来营销 网络安全应急响应中心 2017网络安全大会上海 苏州网站制作网络营销新媒体测试题 信息安全 CC 认证 晋城做网站 企业手机网站建设策划 推广及建设网站 哈尔滨网站开发 文库营销是什么意思 利于优化的网站 编程和网络安全哪个好 创旗信息安全管理系统 网站转微信小程序开发 北京信息安全测评中心主任 全国网络安全大检查 信息安全方案实例 高端大气网站 国外网络营销温州市网站 大连网站制作.net 全国网络安全大检查 网站优点 linux 网络安全防护 创新网络营销 网站优点 北京信息安全测评中心主任 江苏网站制作企业专业网站运营托管 核电信息安全入侵 大数据与信息安全ppt 网络安全的目标是什么 信息安全等保测评 网站站制做 网络安全宣传卡怎么做 深圳手机网站 加强信息安全的建议和意见 网站被k 网络营销实战课程总结