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网络安全关注的问题网络安全最新技术在网站后台上传的图片为什么传到网站上后会变形应该怎么修改提供佛山顺德网站设计2015网络安全网络营销就是网上销售提瓦特大陆是一个有着七神统冶的七个国度,但换来这一切和平的,也正是二千年前的一场魔神大战。七神和创世神辰一起打败了魔神,换来了所谓的和平。而随着旅行者的到来,创世神辰的二十一条预言也慢慢开始服出水面。提瓦特大陆将再一次面临一场大的阴谋。 南疆荀国公子荀子修自六岁起被送至棠延皇都,做了寄住于皇宫内的质子,从此在惜泓居内读书,练字,画几笔山水,品茶,抚琴……看似平静,却也是步步惊心的日子。九年之间,天地照着他对临安公主的真心,神思从未有一时一刻的偏移,这样的赤诚却永远地埋葬在心之圣地,连一块墓碑也没有。 悲苦压抑的日子里,他常常做这样一个梦,长出了巨型翅膀的灵兽伙伴归来,飞跃皇城,带他回家。赢飞羽穿越大秦,开局年仅五岁半。 还好身携熊孩子系统,只要不断搞事就能获得奖励。 “什么?系统你说我爹是秦始皇?” 当得知自己竟是嬴政流落在外的第二十四子时,赢飞羽惊了。 为了大秦不再二世而亡,也为了自己的小命,赢飞羽只好出手为嬴政逆天改命,导演沙丘宫之变! 嬴政:“好孩子,跟朕回宫,宫里好吃的多的很!” 小正太:“有泡面吗?” 当代大儒:“小公子,咱们今天学四书!” 小正太:“你瞧瞧我倒背的如何?” 第一武将:“小公子,臣来教你几招!” 小正太:“还是我先给你表演一个空手舞石狮子吧!” 嬴政:“赵佗造反,谁去平定?” 百官:“小公子文能提笔安天下,武能马上定乾坤!” 小正太:“别急!容我先练一只特种兵!” 原本只想作妖混个系统奖励,不曾想竟被秦始皇当做接班人培养! 云之始,始为开始,终以极,万物有始。讲述一些恐怖的,悬疑的故事,(人物名并不是真的,如有冒犯请见谅)叶散死后获得了一支奇怪的笔,只要记录世事,便可增强法力。 于是世间便有了一名鬼仙(都市+搞笑+爽文+阴间改革) “昨晚梦到我死了,进了阎王殿。” “阎王爷让我给他的生死簿做个后台管理系统。” 一场大梦之后,余乐成为了地府现代化的主导者…… “小余啊,我之前提到的自动匹配投胎功能,进行的怎么样了。” “我一个人实在太忙了,要不您把后端那个技术拉下去问问……”剑道的极致是什么,是人剑合一,还是以身化剑,是万物皆剑,还是一剑无敌。 我一生追寻剑道,因剑而痴,因剑而疯,因剑入魔。 大道三千,万法争锋,唯我一剑无敌。 修炼境界从弱到强依次为;练气,凝台,神府,天殿,归虚……大学开学前几天,鹿鸣和几个好兄弟一块儿聚了聚。 一向不喝酒的他被几个好兄弟给灌醉后,进走错了厕所,进了女厕所。 当他醉醺醺推开一扇厕所门时,居然看到一个漂亮的女人。 于是乎,他不但被误会成了流氓和变态,还被那女人给狠狠揍了一拳。 …… 两人的缘分就此开始了为了男人的承诺,萧晨强势回归,化身美女总裁的贴身保镖,横扫八方之敌,谱写王者传奇!   他——   登巅峰,掌生死,醒掌天下权,醉卧美人膝! —————— 小舞的微信公众号:寂mo的舞者,可以去关注哦! 小舞的QQ:1589045849,可以去加好友! 唯舞独尊①群:545765633!   
长沙 网站建设 本地佛山顺德网站建设 计算机安信息安全比赛 2015网络安全大会 武汉个人做网站 南京网站设公司 网络安全的基本操作 新鸿儒网站 企业为何要做网站 vivo手机营销目标 心特别累的咨询技巧【www.richdady.cn】 如何知道自己有前世缘份?咨询【www.richdady.cn】 前世今生的故事是真的吗?【www.richdady.cn】 心特别累的案例分享咨询【www.richdady.cn】 孩子学习不好的原因分析【www.richdady.cn】 耳鸣的案例分享咨询【σσЗ8З55О88О√转ihbwel 投资项目的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的康复训练【σσЗ8З55О88О√转ihbwel 什么原因意外的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的应对策略【www.richdady.cn】√转ihbwel 亲子关系的共同成长方法有哪些?咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的案例分享【σσЗ8З55О88О√转ihbwel 财运不佳的自我提升【www.richdady.cn】√转ihbwel 婴灵的超度与慈悲心【www.richdady.cn】√转ihbwel 大龄剩女的婚恋建议有哪些?咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场晋升咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的前世因果【企鹅383550880】√转ihbwel 外灵干扰的前世因果【企鹅383550880】√转ihbwel 如何克服升迁障碍?咨询【企鹅383550880】√转ihbwel 个人主页网站模板 营销型网站推广 o2o营销模式发展特点机械厂网站建设 下例我们使用网络安全 深圳企业网站制作报价 网络信息安全事件分析 企业 网络安全 案例及分析 定制网站制作广州 网络安全 数据安全 论坛营销软件 web编程网络安全 邮件营销获取用户方式 湘潭网站建设 网络营销的优势在于张健 中国信息安全认证中心 网络安全监测系统 北京职业学校 网络营销 网站管理 外贸网站建设 信息安全审计 深入 探讨 网络安全关注的问题 计算机安信息安全比赛 h5营销分析是什么意思电商短信营销方案 信息安全讲座多少钱,-1 2015网络安全大会 提供佛山顺德网站设计 手机网站建设中心 网络安全电影网站 网络营销的基本形式有哪些 网络安全播报 路由器网络安全 网站建设广告 陕西网络安全监察大队 微信营销软件论坛网站 优秀网站制作 信息安全讲座多少钱,-1 青岛找网站建设公司 网络安全最新技术 网络安全与防火墙 亳州网站建设 个人主页网站模板 域名买下来如果半个月没有建网站会被搜索引擎弄到黑名单吗 个人主页网站模板 godaddy邮箱营销 低层次营销 网络营销之 提供佛山顺德网站设计 信息安全专题宣贯手册 顺义手机网站设计 网络营销的学费 什么是传统营销型企业 企业平台网站建设 下例我们使用网络安全 浙江省信息安全行业协会 信息安全 风险 合规 个人主页网站模板 灰色的网站 顺义手机网站设计 网络安全官方网站 外卖o2o 营销模式 网络信息安全事件分析 新媒体营销实训 网站优化推广公司 信息安全产品排名 信息安全 监控,-1 视频营销的策略有哪些 信息安全的内容是 网络安全最新技术 亚太网络安全协会 网站风格设计要素 营销型网站推广 网络安全 数据安全 品牌网站开发 中国信息安全法研究中心 网络安全的现状2017 网络营销网站建设 网站建设广告 北京职业学校 网络营销 网站提供商 o2o营销模式发展特点机械厂网站建设 项目营销策略模式 单一产品企业或多元化产品企业的网站建设与策划有什么不同? 河北省信息安全测评中心 南京网站设公司 优秀网站制作 培训营销 培训营销 网站优化推广公司 企业网络安全报告 网络安全缺陷 国有企业信息安全管理办法 手机网站建设价位 提供佛山顺德网站设计 本地佛山顺德网站建设 全国网络安全竞赛 银川网络营销 2016信息安全审计发展趋势 深圳企业网站制作报价 商场网站建设 网络安全做的好的公司 网络安全的基本操作 网络营销微观环境因素 农产品网络营销的策略研究现状 企业为何要做网站 计算机安信息安全比赛 信息安全体系设计 信息安全讲座多少钱,-1 网站管理 服务器 网络安全 网络安全的立法 cms网站 vivo手机营销目标 信息安全产品排名 国家信息网络安全局 网站管理 网络安全大神道哥面试 网站制作青岛 个人主页网站模板 星巴克怎么用微信营销 全国网络安全竞赛 视频营销的策略有哪些 信息安全审计 深入 探讨 web编程网络安全 外贸网站建设 网络安全与信息安全的区别 定制网站制作广州 海尔网络营销案例分析 营销订单培训 信息安全工程师 培训 佛山网站seo 深圳企业网站制作报价 网络安全的现状2017 网络安全的立法 中山网站建设方案 网站及单位网站建设情况 营销效果