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
番禺网站推广公司信息安全 电脑推荐考网络安全什么证书邀请码营销绵阳的网站制作公司2013年网络安全中国国家信息安全测评中心信息安全博士 高校,-1蘑菇街营销模式是什么?许可email营销的实施柳岸晓月,临沂人,文学爱好者,先后发表多篇作品。一个中年上班男意外进入异界星球,开始流浪融入闯荡的故事!陈阳被困在了一个永远无法逃离的循环里,只要过了情人节的15点15分,他就会重新回到15天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....修为被废,丹田被毁,李羽仙成了人人口中的废物,被宗门丢到思过崖面壁,这时系统觉醒,重塑丹田。 百年后,天道榜第一名赫然成为了李羽仙。 从石朝太祖开国以后,历经百年,大陆风云变幻,北方的狼已露出了他的爪牙。年少的英雄们又将如何搅动风云,各种谋算藏于心中,天下终将落入谁人手?一个强盛的王朝,在烈焰中轰然倒塌。覆巢之下,人们挣扎在未尽的余灰中。许多人扛起了复国的渴望。可是,汹汹而来的鬼蜮伎俩,却将乱局搅动得愈加波诡云谲。好在,大智大勇者的神机妙算,最终冲破了鬼魅的阴霾。然而,一桩被掩藏了数十年的王朝秘事,却始终裹挟在迷雾之中,如今,它更是幻化成一张正缓缓地张开的血盆大口,誓要将这破碎的王朝一口吞下。上天界武魁之尊,为人所害,转生下界。 修神诀,斩敌首,一刀一剑,誓要杀回诸天上界! 至此,傲笑天地,镇压万圣,掌控寰宇,不朽不灭!五年前,一心沉迷于武侠梦与仙游的他,高考名落孙山,一次与少林的邂逅,成就了五年后身怀绝技的少林俗家弟子,在这个现代文明的暗黑江湖,他身怀绝技,更也柔情似水,怀揣着武侠梦,收服恶势力,成就小人物的一番霸业。暗黑世界,儿女柔情,铁汉硬血,看混世小武僧如何成就雄霸伟业。 这是全新的故事,没有草草的结局,继续记叙着未来,毕竟咸鱼泽还没完成low逼系统的任务,还没建立起属于他与她们的商业帝国,还没让天方成为娱乐界的大佬呢,所以故事并没有结束,接下来就由我来续写,希望大家喜欢!天下已乱,战火纷飞,百姓水深火热。 奸臣当道,忠臣受迫,庙堂妖风邪气。 此时,江流正在赶往金陵的路上。 ”忧苍生之所忧,愁国君之所愁。“ ”我江流就是要开创个太平盛世!“
信息安全服务资质管理办法安检门 公安部第三研究所安全防范与信息安全产品 企业网络安全公司 2017 信息安全 峰会 常用的网络安全工具 网站左侧滚动带微信二维码的jquery在线qq客服代码 企业建网站多少钱 杭州做网络安全的公司排名 台州网站设计 国家信息安全扫描 深圳互联网营销 学习成绩差的原因分析咨询【www.richdady.cn】 如何预防过早离世【www.richdady.cn】 外灵对人的影响咨询【www.richdady.cn】 婴灵的超度与化解咨询【www.richdady.cn】 前世缘份如何影响情感生活?咨询【www.richdady.cn】 财运不佳的财富规划如何制定?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的案例分享【σσЗ8З55О88О√转ihbwel 前世缘份的化解方法咨询【企鹅383550880】√转ihbwel 灵魂种子治疗【σσЗ8З55О88О√转ihbwel 为什么过世的前世记忆咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的超度方法【σσЗ8З55О88О√转ihbwel 儿子抑郁症的家庭支持咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的风水调整方法有哪些?【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的解决方法咨询【企鹅383550880】√转ihbwel 前世老婆的前世缘分【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰与超度咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的案例分享咨询【微:qq383550880 】√转ihbwel 网络安全管理工作方案。 网络营销案件分析报告 网络安全渗透测试 营销型网站成功案例 信息安全标准与法律... 2017上海网络安全周 网络安全idc排名 东莞网站设计制作 网络安全加固设计方案 2017中国信息安全招标 个人网站建立 如何利用搜索引擎开展营销活动 国家有网络安全制度吗 网络与信息安全领导小组办公室 金水郑州网站建设 网络安全标准化 网站设计公司网站 网络营销评价方法有哪些 滁州做网站 金融网站建设 网络安全法 6月1日 gb/t 20272-2006 信息安全技术 操作系统安全技术要求 昆明手机网站建设 台州网站设计 企业网络安全公司 2017中国信息安全招标 网络与信息安全领导小组办公室 手机网站制作服务机构 2014信息安全发展趋势,-1 网络安全防护手段 衡水网站设计费用 绵阳房产网站建设 cnvd信息安全共享平台 太原网站建设优化 沙井做网站 网络安全法 6月1日 大连网站制作公司 手机网站空间 加强信息安全意识 蘑菇街营销模式是什么? 网站建设师 厦门网站建设的公司 网络营销案件分析报告 功能性网站制作 软件开发和网络安全 传统市场的营销活动 python 网络安全 广州做网站的 网络营销的个性化 网络安全预警设备 营销型网站成功案例 网络营销英文怎么读 屈臣氏营销 信息安全服务资质管理办法安检门 公安部第三研究所安全防范与信息安全产品 工业互联网网络安全 网络安全防护手段 美国大学信息安全 中小企业网络营销 2017上海网络安全周 昆明手机网站建设 2012年信息安全事件 营销网站建设 厦门网站建设的公司 关系营销缺点 单位网络安全预案 迪庆网站建设 东莞网站设计制作 杭州 网络安全公司 信息安全 国标 网站建设师 网络营销英文怎么读 网络安全加固设计方案 信息安全监控系统 如何为公司做网站 启明星辰 工业网络安全 常用的网络安全工具 广州域名企业网站建站哪家好 无锡做网站哪家好 如何扫描网站漏洞 东莞网站设计制作 杭州做网络安全的公司排名 中国信息安全产业联盟 移动互联网的网络营销 番禺网站推广公司 网站建设营销技巧 信息安全专业大二课程 国家有网络安全制度吗 2012年信息安全事件 营销要素是什么 重庆网站公司 网站用字体 下载免费网站模板下载安装 重庆网站公司 国美网络营销策略 许可email营销的实施 学校网站建设 营销网站建设 某网站4p组合营销策略 两会 网络安全法 网络安全保护方案 当当网营销 滁州做网站 重庆全网营销建设 网络安全产业 国家网络安全示范基地 台州网站设计 杭州做网络安全的公司排名 网络营销的概念有哪些 网站建设 cms 下载H5建网站 中国国家信息安全测评中心 国家信息安全举报投诉,-1 网络安全设备应用分析 企业建网站多少钱 中国网络安全 国际 湖南网站设计企业 网络安全主题日 大连 网站制作 绵阳房产网站建设 网络安全防护手段 唯品会的营销新手入门 网络安全主题日 如何利用搜索引擎开展营销活动 开发软件网站建设 衡水网站设计费用 如何利用搜索引擎开展营销活动 网站与网页 功能性网站制作 太原网站建设优化 国美网络营销策略 国家有网络安全制度吗 深圳互联网营销 中小企业网络营销 2017 信息安全 峰会 网络与信息安全领导小组办公室 中国网络安全产业大会