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
长安网站优化信息安全工培训中心支付宝网络营销策划网络安全 断网论营销模仿网站建设中国信息安全 政府比例网络安全专家委员会美国银行 网络安全攻击 防范公众号营销策划营销要素宋帝都临安府爱国人士:吴俊振,与用时光机穿越过来的现代大学生:马维,两人一起被龙卷风漩涡黑洞带着,穿越到了明崇祯十六年公元1643年兴都留守司显陵卫境内,在机缘巧合之下他们俩主动应征入伍参军,从此开启一段帮助大明帝国收复失地的旅程,本文群号799968110每个人心中都有一个自己的江湖,江湖故事。 凌云被师傅赶下山,一人独闯江湖。 江湖纷争,人心难测,我自清醒。 太初大陆,强者为尊。 草根出身的天才少年被情人背叛,惨遭杀害,却意外开启了仙帝传承。 从此,丹方、秘法应有尽有,天骄、强者无须畏惧! 练最高深的仙家道法; 去最危险的遗迹寻宝; 泡最优秀的绝色美人! 一路高歌猛进,所向无敌,感悟混沌法则,问鼎仙魔两界!我曾在辉煌中等待灾难,也曾在夜幕中等待黎明!主角无限强大,不管是在武力上还是智力上。主角永远是打不死的小强,即使他遭遇到在危险的境界,都会脱困,不管是因为什么奇遇啊还是他人解救。他是渡仙宗三千年来最耀眼的天才,却被最信任的师兄暗算,落得身死下场。 千年之后,他的灵魂摆脱束缚,托体重生在一名绝脉少年身上,开启轰轰烈烈的复仇之旅。 这是一个近似未来地球的异世界。 名为“黑石”的神秘矿物能将人的情绪与欲望收割转化,为这个世界提供了近乎无穷无尽的能源。 普通人就是被无尽收割的活能源,如同“工具”和“零件”生存。 财团,高官,各种特权者们争权夺利。 而他将颠覆这个世界的规则。一场“意外”车祸,苏鸿穿越到一个跟地球很像的平行世界。 惊喜发现这个平行世界的娱乐圈至少落后地球十年。 苏鸿顿时感觉整个人生就此开挂了。 当口水歌泛滥的时候,苏鸿开始引领国风歌曲的潮流。 当言情剧霸屏的时候,苏鸿开创了武侠大时代。 当好莱坞电影称霸的时候,苏鸿让国人看到了国产电影的希望。 还有综艺节目、直播和短视频等等,苏鸿亲自缔造一个个璀璨奇迹。 如果娱乐圈有教父的话,那么只能是苏鸿!未来2054年,极之竞技上线,游戏内千奇百怪而又充满乐趣的随机地图与各色各样的主线剧情吸引着玩家们不断的进入游戏,然而,这个游戏真的像玩家们看到的一样简单吗?我希望这部作品能涵盖上至弘达庄严的创世神话,浪漫史诗,下至充满奇趣的凡间故事,中国五千年的悠久历史,展现了宏大的画卷,波澜壮阔的背景,开拓了我们的想象力,让我们看到了人性的光辉。深邃的思想,和人性的真实。
信息安全等级保护官网 福州网络营销网站网络安全新技术概述 张家港早晨网站制作 dns根服务器与网络安全 制作企业网站 网络安全审计联通海尔网络营销案例分析 网络营销课程设计 公共网络安全服务平台 网络营销的的概念 网站设计形式 前世今生的轮回转世咨询【www.richdady.cn】 孩子压力大的自我提升咨询【www.richdady.cn】 心慌胸闷头晕的医学检查【www.richdady.cn】 改善亲子关系的技巧咨询【www.richdady.cn】 大龄剩女的婚恋规划【www.richdady.cn】 事业不顺的解决之道咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感和解方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世影响咨询【企鹅383550880】√转ihbwel 与公婆前世的咨询技巧【企鹅383550880】√转ihbwel 强迫症咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的教育理念有哪些?【www.richdady.cn】√转ihbwel 发育倒退的前世记忆【微:qq383550880 】√转ihbwel 冤亲债主的前世今生咨询【企鹅383550880】√转ihbwel 大龄剩女【企鹅383550880】√转ihbwel 冤亲债主干扰的真实案例有哪些?【企鹅383550880】√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富转运【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解决孩子不爱读书的问题咨询【www.richdady.cn】√转ihbwel 意外事故的预防措施咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的超度方法咨询【σσЗ8З55О88О√转ihbwel 东莞php网站开发 企业网站制作 徐州 网络信息安全攻防大赛 区块链 信息安全大赛 中央企业网络安全 信息安全 2016 公共网络安全服务平台 信息安全防护体系原则 什么是网络营销 网络安全概述ppt 双十一内容营销 社交网络营销的定义 网络安全法 网络攻击 网络信息安全认证证书 单位网站建设 潍坊网站建设公司电话 棕色网站 福州网络营销网站网络安全新技术概述 张家港早晨网站制作 B2B网站系统 信息安全网络大会 信息安全技术手段 如何构建一个网站 淘宝网店营销培训 制作企业网站 济源建网站 2017北京信息安全峰会 济源建网站 定制网站案例 健康起源秉承怎样的营销理念. 网络安全数据可视化 有关网络安全的内容 山西信息安全 信息安全与服务有限公司 互联网金融 网络安全 美国网络安全信息共享 信息安全 2016 网络安全 异常检测 外贸企业网站 内容营销作用 如何构建一个网站 乐清网站制作推广 张家港早晨网站制作 如何构建一个网站 单位网站建设 网站icp备案 网站曝光率 济南建网站 淘宝网店营销培训 移动营销优缺点 信息安全防护体系原则 网站备案时间 网络安全法 网络攻击 有关网络安全的内容 关于的网络营销文章 我国网络安全技术 单位网站建设 网站未收录 西安网络营销 教育行业网站建设 信息安全专业。黑客 网络安全咨询服务方案 网络信息安全安全号 网站设计形式 移动营销优缺点 教育行业网站建设 论营销 福州网络营销网站网络安全新技术概述 如何构建一个网站 秦安 信息安全 城阳网站建设 我国网络安全技术 单位网站建设 长安网站建设多少钱 搜素引擎营销 单位网站建设 信息安全专业。黑客 互联网金融 网络安全 网络营销公司培训 郴州网站建设 网络安全法 网络攻击 javascript实现网站顶部出现几秒后图片缓慢消失的效果 乐清网站制作推广 网络安全专家委员会 全网霸屏营销系统 中央企业网络安全 双十一内容营销 东莞php网站开发 社交网络营销的定义 展示用网站 企业网站制作 徐州 潍坊网站建设公司电话 大连企业网站建站 网站的色彩 中国信息安全 政府比例 公众号营销策划 网络营销平台 定价 什么是搜索引擎营销策划 徐州网站推广 对网络营销的建议决策 网络安全数据可视化 美国网络安全信息共享 下面哪些不是基本的网络安全防御产品 信息安全技术需要掌握的技能 2013年互联网网络安全态势综述 高级设置 网络安全 网站未收录 政府无线网络安全隐患 网络内容营销案例 b2c网站建设 广州 达内培训 网络营销 国家网络安全相关规定 网站制作价 网络安全的第一道防线是 长安网站优化信息安全工培训中心 信息安全与服务有限公司 酒店网络营销具体方案 徐州网站推广 模仿网站建设 快速设计网站 我国网络安全技术 网站设计费 互联网金融 网络安全 烟台哪个公司做网站好 定制网站案例 网络安全审计联通海尔网络营销案例分析 网络安全的第一道防线是 潍坊市网站制作 江苏省信息安全测评中心 惠州网站建设公司 贝贝网营销 网站模板怎么用 信息安全防护体系原则 青色系网站 政府无线网络安全隐患