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
网络安全时代网络安全应急响应网络安全的新闻员工信息安全培训长沙网站建设工作室网站未收录织梦v57网站底部power by dedecms 怎么去掉计算机网络 网络安全信息安全等级测评合同云网络营销竹女为了找到云纸,决定与鬼针草小矮人和蒲公英魔女一同前往黄皮朗玛峰。 一路上,她们遇到了各怀绝技的火龙星,玉米女巫,火柴小队。 她们还遇到了木偶部落的埋伏。 …… 最终竹女一队到达黄皮朗玛峰,而危险也向着他们悄悄靠近……作为一个男人,没有勇进之心等于平庸。 一个事物或情感的拿起或放下,需要勇气和魄力。 肃清心灵迎接晨光,让我们一起感受生活乐趣。小马哥,血战死亡后被万千影迷惋惜,然后复生到鞥司世界,与大学新生马可融合。讲义气的大古惑仔和大学生,不友好的开局,没有提前量的信息集成,只是一个小小锦衣后人。为了寻找失踪的父母,马可只能不断变强,异能者的动乱,外域的强者.......他闭上了现世的眼睛,在来世睁开,是否能看透黑暗的迷雾,不在异域迷失自己? 他穿越到火山魔法学院,一个穷困潦倒,没有攻击技能的废物身上,无意间的一个举动,得到了一只智商很高,能跟人沟通的猎犬。 在它的帮助下,得到法宝恶魔心索,成为了各大势力竞相收买的红人。 俗话说的好,花无白日红,人无千日好,正当他即将步入人生巅峰的时候,意外出现了…… 十字路口,他将何去何从?意外穿越异世,别人成仙成佛,惨点的也是废物逆袭。 可是到了古二蛋这里,他却发现自己一点盼头也没有。 因为这家伙成为了一个骷髅兵!还是一个没有脑袋的下等残躯战损版骷髅兵! 生活不易,骷髅叹气,望着自己一两肉都没有的身体,古二蛋决定要逆袭给所有人看! “金手指系统!我要称王称霸!给我发威!” “收到宿主期盼,本系统已按照期盼进行修改,正式进化为骷髅领主系统,你可以通过收集资源来强化麾下士兵啦!而且是没有上限的强化呦!” “哦?这么厉害的吗!那么这种能力也能作用到我的身上对吧!” “…………” “对吧?” “…………” “对吧?!!!” 是爱是恨?罪恶与权力,我一人说了算!别惹我,谢谢,我叫明智天!   一个流出金色血液的神秘人,一个流着钻石血液的男人,一场世界阴谋,等着他回来解决……洛洛与晶晶回到原来的世界后,蓝毒兽挑拨神龙部落,与猛兽族和机车族展开了一场大仗,最后洛洛又回到机兽世界,他又是否能…… 界岩,作为一座都城的王,从来没想到自己会成为游离三界的守护神,见证人世间的生离死别,或蔚籍逝者,安息灵魂;或覆手家国灭亡,只为人世间最大的安宁。 宇宙悄然变化,地球的模样逐渐变得和往日不同,丧尸,怪兽,变异人如同雨后春笋般涌出。每个生命个体都在进化着,地球变了?不这就是他真正的模样。身负重宝的神秘废体少年,受人之托前往万里之遥的中州灵剑山,展开了一场惊场绝伦的仙途之旅……
国家网络安全等级保护制度 房地产网站建设 常用的信息安全防护技术 如何建立企业网站 小榄网站 视频营销推广软件哪个好 将任意网站提交给google搜索引擎记录下提交步骤 信息安全事例,-1 中国网络安全企业排名 信息安全综合设计与实践,-1 无形干扰的前世故事【www.richdady.cn】 大龄剩女的情感生活咨询【www.richdady.cn】 缺心眼咨询【www.richdady.cn】 无形干扰的环境影响咨询【www.richdady.cn】 亲子关系的前世记忆【www.richdady.cn】 心慌胸闷头晕的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的前世解析咨询【www.richdady.cn】√转ihbwel 家宅磁场的检测工具【企鹅383550880】√转ihbwel 大龄剩女的情感困扰咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?咨询【企鹅383550880】√转ihbwel 存不住钱的解决方法咨询【σσЗ8З55О88О√转ihbwel 不爱读书的心理调适【企鹅383550880】√转ihbwel 人际关系不好的案例分享【www.richdady.cn】√转ihbwel 前世老婆的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的阅读习惯咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的阅读计划咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵对家庭有哪些影响?咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的常见案例【微:qq383550880 】√转ihbwel 感情纠纷的改运方法【微:qq383550880 】√转ihbwel 暗恋的原因分析【企鹅383550880】√转ihbwel 济南网站忧化 如何做好网上营销网站设计一般会遇到哪些问题 网络安全周宣传材料 银川建网站 关于网络安全信息 信息网络安全热点 河南网络安全攻防大赛 医院呢网络安全解决方案 深圳网站制作公司 网站制作 网络推广 员工信息安全培训 郑州网站开发 计算机网络 网络安全 整建制营销 常用的信息安全防护技术 化妆品 网站建设案例 业务 网络安全 网站制作 成功案例 如何做好网上营销网站设计一般会遇到哪些问题 手机网站制作机构 网络安全差距分析 可信网站认证 计算机网络 网络安全 28岁报达内网络营销 岑溪网站开发 医疗行业网络安全现状分析 微营销企业 信息安全等级测评合同 网站建设后怎么 网站备案要 主要的信息安全威胁有 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 网站申请 网络安全威胁与风险分析需求报告 威海网站制作 常用的信息安全防护技术 营销案例专家 计算机网络安全产品认证 网络安全工程师培训课程 威海网站制作 建湖网站优化公司 邢台网站制作公司哪家专业 网络安全威胁与风险分析需求报告 网络营销方法有几种 网路营销需求 国家网络安全与信息化领导小组 网络安全攻防研究室 2017优秀网站设计案例 什么计算机网络安全 网络安全监督机构 网站申请 网投网站制作 网站制作 网络推广 化妆品 网站建设案例 信息安全逆向入门教程 济南网站忧化 物联网信息安全案例 织梦v57网站底部power by dedecms 怎么去掉 网站建设技术团队有多重要 好三网网站 邢台网站制作公司哪家专业 中国信息安全 事例 微营销企业 建的网站打开很慢 学信息安全 电脑 网络营销传播 案例分析 网站制作的困难和解决方案 信息安全的产品认证 银川建网站 物联网信息安全案例 信息安全等级测评合同 网站的设计 网络安全架构 缓冲区 网络营销售后服务小米 网络安全周宣传材料 网络信息安全培训 上海 长沙网站建设工作室 网站申请 网站建设后怎么 医院呢网络安全解决方案 易企网站建设 信息安全等级保护设备,-1 网络安全时代 网络安全国家 信息安全服务ibm 高级信息安全顾问 计算机网络安全考试 双十一内容营销网站域名权 网络营销推广环境分析 实用网站设计步骤 可信网站认证 嘉兴网站建设推广 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 网络营销售后服务小米 恩施做网站 昆明响应式网站制作国外网站设计案例 手机网络广告营销策划 广西信息网络安全报警网站 网站建设首页突出什么 微信营销企业案例分析 营销型网站设计房地产 外贸营销服务 实用网站设计步骤 简述网络营销及特点是什么 免费送网站 网络安全厂商排名 网站制作 成功案例 小榄网站 岑溪网站开发 营销外包效果 网络安全时代 网站内容要突出什么原因 郑州网站开发 信息安全保障中心 2015年网络安全活动 汽车网站策划书 主要的信息安全威胁有 河北网络营销 2013年推荐更新的windows安全补丁 中国信息安全测评中心 网络安全监督机构 长沙网站建设工作室 国家网络安全等级保护制度 陕西信息安全监测中心 济南网站忧化 什么计算机网络安全 网站制作 成功案例 网络安全的工作 常用的信息安全防护技术 江苏移动网络安全 高亮 计算机网络安全考试 化妆品 网站建设案例 社区网络安全 网络安全官网建设网站网址 将任意网站提交给google搜索引擎记录下提交步骤 法国网络信息安全 小米4p营销策略