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
新闻媒体营销信息安全实验 pdf网络安全检测的主要内容有哪些信息安全的发展依顺序网络营销推广协议网站设计公司南京网络安全和渗透测试网络安全监测中心国家网络安全活动周网站建设策略 冥冥之中,是否有天命注定?什么是善?什么又是恶?若你的心中也无解,不妨暂且由我用杀戮来向你慢慢诠释。少年名叫殷枫,机缘巧合之下穿越至一个陌生的世界——沧澜大陆,坠落于神圣九州。无缘无故被戾气缠上,戾气,一种能令修炼者丧失神智的邪物。邪物?不,这是专属于我的力量!是偶然,还是命运使然,我只能一步步地走下去,用一生的经历去验证。生如蝼蚁当有鸿鹄之志,命薄似纸应有不屈之心! 大商末年,天下大乱,群雄逐鹿。 一代天骄叶青林横空出世,平四方,定天下,统一乱局,建立了不朽王朝——大屹帝国。 数十年后,江湖上风云再起,朝堂中波诡云谲。 一个偏远小镇走出来的少年,谱写了一段可歌可泣的传奇故事。重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”架空小说。 曹孟德的魏国一直持续到公元1984年,同样,刘玄德和孙仲谋的蜀国和吴国也是如此。 魏国于83年前从封建制和平演变为民主制,除了国名更改为大夏民国外,一切章法基本未变,皇室也象征性地保留着。 吴国于33年前变革体制,较魏国变得彻底了一些,最明显的就是婚姻制度实行一妻多夫制。 蜀国在今年年底也要对实行数千年的一夫一妻多妾制进行变草,是改为魏国的一夫多妻制,还是吴国的一妻多夫制,则要举行全民公投。 魏国15岁的宋琦仗着拥有上一世的记忆,在阴差阳错间改变了三国格局,统一三国,顺手还灭了恶邻倭国。同时顺应历史发展的潮流,婚姻制度实行最为文明的一夫一妻制。 恩格斯说:一夫一妻制家庭的产生和最后胜利乃是文明时代开始的标志之一。人是否真的有命运?命运谁造成?星辰79年,姬辰子意外卷入另一个世界,魔教此时卷土重来,势力不断扩大也不知该怎么说。这应该是一部用穿越的视角重温年代的小说。灵兽人程森屮(che四声)十一岁丧母,十三岁遭灭族。程森屮,程猖,程狂兄弟三人幸存。一年后大哥程猖却操纵程森屮杀死小时密友和程猖,心灰意冷的程森屮消失了三个月后在长安佚名“山狼”靠杀人赚钱。两年后,“山狼”声名崛起无意间认识权门高氏二公子和洌氏二公,这时有人叫杀死两人。山狼不从,没曾想那人正是大哥程猖。几经挣扎后,山狼坠于程狂和卫天兰坠落的黑鹰崖。 十年后 顶级杀手——山狼,再次出现在高风舌眼前。 正义也许会迟到,但永远不会缺席。“我是南陆的 南陆虎丘的 虎丘狼岭区 狼岭翼狼族 翼狼族是这样的 狼头叫做铜头 骨头叫做铁骨 腰部叫做豆腐 带着200级三转大法师的记忆,陆阳重生回到了十年前,命运跟他开了一个玩笑,曾经失去过的,被夺走的,他都要重新拿回来。游戏中的赚钱技巧、副本攻略、传奇任务、装备出处、图纸秘方、战斗技巧他全都知道,且看一个重生玩家如何带着兄弟们横扫万国、焚尽天下,开启一段火神的传奇!
中央企业网络安全 信息安全领导小组 网站怎么做域名实名认证 信息安全 通信工程 信息安全行业的企业 网站设计公司南京 邮件营销推广 全国大学生信息安全竞赛成都 微博营销成功的原因广东省网络安全宣传高峰论坛 中国山东网站建设 孩子不爱读书的家庭教育方法有哪些?咨询【www.richdady.cn】 亲子关系的改运方法咨询【www.richdady.cn】 婴灵的预防措施【www.richdady.cn】 孩子不爱读书的家庭教育【www.richdady.cn】 暗恋的情感释放咨询【www.richdady.cn】 与女友前世的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的前世今生咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的前世修行【σσЗ8З55О88О√转ihbwel 强迫症的症状与诊断【σσЗ8З55О88О√转ihbwel 大龄剩女的情感困扰咨询【微:qq383550880 】√转ihbwel 发育倒退的心理调适咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的前世记忆咨询【微:qq383550880 】√转ihbwel 莫名其妙感伤的自我提升【微:qq383550880 】√转ihbwel 莫名其妙感伤的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的环境影响【企鹅383550880】√转ihbwel 生活中的无形干扰有哪些咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵性提升课程咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 互联网营销理论 网络营销事件介绍 网站被攻击 代制作网站 保定设计网站建设 湖南信息安全公司排名 信息安全的发展依顺序 营销有哪些渠道 c端营销 重庆网站公司 互联网营销 问题研究 无锡做网站多少钱 微博营销的方案总结 美国 信息安全风险评估 借助事件营销的案例 信息安全实验 pdf 网络营销推广协议 网络安全监测中心 武汉网站优化seo 信息安全杂志有哪些内容,-1 网站权限 金融机构网络安全保护 e点营销 信息安全部全称 信息安全领导小组 网站维护 网络安全 异常检测 网站维护 网络信息安全实验报告 软件与信息安全学院 网络安全 职位 如何监管网络安全 华为信息安全认证 华为信息安全认证 网络营销推广协议 全国网络安全镜赛 公司网站规划案例 深圳网站建设电话 小米的真实营销模式 本地佛山顺德网站建设 营销有哪些渠道 婚纱店网络营销 新闻媒体营销 电器微博营销策划书 池州网站制作公 谷歌营销的概念与含义 网站怎么做域名实名认证 网络安全防护介绍 哪个标准用于信息安全 信息安全的国家标准 中央企业网络安全 我需要网站 旅游电子商务网站的建设包括哪些步骤?网站建设中有哪些常用技术? 哪个标准用于信息安全 兴化网站制作 美国 信息安全风险评估 广东手机网站建设费用 兴化网站制作 营销qq怎么推广方案 网站推广营销案例 网络安全处理 网络信息安全的发展 信息安全部全称 微博营销成功的原因广东省网络安全宣传高峰论坛 网站制作 深圳信科网络 网站怎么装模版 手机网站案例 全国大学生信息安全竞赛成都 借助事件营销的案例 2016信息与网络安全国际会议 企业网站建立哪 昆明网站设计 信息安全法研究 保定设计网站建设 信息安全技术 网站jianshe 网络安全 迪普 信息安全评估常用参数 中国山东网站建设 信息安全检测公司排名 正规的搜索引擎营销企业 在线营销 工业控制系统信息安全第1部分:评估规范 重庆网站公司 邮件营销推广 正规的搜索引擎营销企业 无网站网络营销 直接营销优缺点 网络事件营销方案 无网站网络营销 信息安全 加强 协调 网站有哪几种 公安部信息安全检测中心 营销qq怎么推广方案 行业app营销 刑天营销 国家信息网络安全 2017全国高校网络安全 北京公司网站建设报价 网络营销英文ppt 快速设计网站 网络安全法 网络攻击 经典微信营销软文 网络安全 异常检测 网站推广营销案例 中国信息安全应急中心 信息安全技术手段包括 网络营销专业可以接本 开发软件网站建设 网络安全路由器认证 北邮的信息安全专业 国家网络安全大会 无锡网站设计公司 网络安全 迪普 网络营销事件介绍 电子商务的信息技术网络安全 武汉个人做网站 代制作网站 网站首页设计 手机网站案例 湖南信息安全公司排名 网站设计费 中国网络安全官网 营销有哪些渠道 网络广告整合营销 信息安全 加强 协调 重庆网站公司 中国网络信息安全展 金融 信息安全标准化技术委员会,-1 无锡做网站多少钱 网络安全产品解决方案 长沙营销型网站制作费用 美国 信息安全风险评估 微博营销的方案总结 绿色风格的网站个人主页网站模板