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
深圳手机网站建设多少钱高端网站定制费用是多少广州网站制b2c电子商务网站央企网络安全博客营销法布吉网站建设公司网站定制平台营销推广方案网站备案 办理幕布拍照混沌初开天道始,万族林立生者适。天道如海唤天堑,踏海征途道之巅。 ——洛尘兮 世间万物皆修行,道俱万千谁能赢。百花齐放争天地,唯有强者动乾坤。 ——黄梦燃 天堑海之巅,道祖洛尘兮与仙祖黄梦燃为道统之争一决胜负。最终洛尘兮技高一筹,将黄梦燃打下天堑海之下。自此天堑海上再无仙祖黄梦燃之威名,殊不知这只是黄梦燃借此达到他计划的第一步——重生!【恐怖】【玄幻】【灵异】【搞笑】老式港产恐怖片画风的悬疑小说。 当什么社畜,不如辞职去当玄术大师。手执八卦镜,身背桃木剑,一身庄严肃穆的道袍;举手投足之间无一不显现出自己是个万民敬仰,救人于水火的大英雄。不过选择了这条路,难免会与鬼怪打交道。所以...你准备好了吗?他高傲,但是宅心仁厚。 他低调,但是万人敬仰。 他是天启皇帝的好朋友,亿万人的心中偶像。 他的宗旨是创建和谐新大明。 外籍雇佣军团的雇佣兵王权在执行完任务之后,一觉醒来发现自己穿越到了的70年代的东南亚的南国地区,从此以后,他凭着自己现代的智慧与经验,在充满危险的南国地区不断奋斗征战,罂粟运输,军火,金矿每一次的冒险都伴随着巨大的财富与残酷的斗争,而这,也只是这个危险世界的冰山一角。。。 一次穿越! 王权---地下世界一代霸主,霸业征途,就此开启!架空小说。 曹孟德的魏国一直持续到公元1984年,同样,刘玄德和孙仲谋的蜀国和吴国也是如此。 魏国于83年前从封建制和平演变为民主制,除了国名更改为大夏民国外,一切章法基本未变,皇室也象征性地保留着。 吴国于33年前变革体制,较魏国变得彻底了一些,最明显的就是婚姻制度实行一妻多夫制。 蜀国在今年年底也要对实行数千年的一夫一妻多妾制进行变草,是改为魏国的一夫多妻制,还是吴国的一妻多夫制,则要举行全民公投。 魏国15岁的宋琦仗着拥有上一世的记忆,在阴差阳错间改变了三国格局,统一三国,顺手还灭了恶邻倭国。同时顺应历史发展的潮流,婚姻制度实行最为文明的一夫一妻制。 恩格斯说:一夫一妻制家庭的产生和最后胜利乃是文明时代开始的标志之一。我乃计都星下凡,先天便拥有阴阳眼。未出生就遭人算计,不足月被人挖出母体,先天有缺,易招恶鬼,命格犯煞,注定活不过百日。在奄奄一息之际,幸得牛四海相救,从此跟随其生活在一起,耳濡目染,终成一方守界人,自此可与神灵交流,可随意出入地府,逆天改命!当书店里扫帚自己动了起来,书本可以自动回到原位,书店能自动选择顾客,还能给老板颁发任务,一切都将变的不一样……人鬼哀嚎,圣者泣血,万物枯萎,轮回与重生交相辉映。 事外之圣不断介入,没有想到,九天十三界的圣者皆是轮回游戏一员。 江成手持残剑,斩邪魔,渡乾坤,抓住“主角”就问你一句:为什么? 万物归一,一变万物。 带着转化万物的能力的苏韵,来到了鸣潮的世界,在这片充满危机的土地成长了十几年后,来到了“隼”小队。 就算崩解的大地不再安稳 伤痕也依然会生长出顽强的意志 文明啊,再度越过了荒凉与崎岖 在狂乱的边境发掘新生的种子 杨立因为农村出身被女友家嫌弃,被五十万彩礼逼退。看破感情,又不慎坠崖,被豪门美女救下,意外得到先祖传承。自此杨立玩转都市,纵横天下......
徐州网站推广 静安微信手机网站制作 布吉网站建设 网络安全周致辞 网络营销的网络直播 瓦房店营销课程培训班 h5经典营销案例 太原seo网站建设 酒店网络营销概念 公司网站可以个人备案吗 前世今生的故事与轮回咨询【www.richdady.cn】 与公婆前世【www.richdady.cn】 老公家暴的心理调适咨询【www.richdady.cn】 有官司的心理调适咨询【www.richdady.cn】 婴灵的超度方法有哪些?咨询【www.richdady.cn】 解梦的心理学意义【微:qq383550880 】√转ihbwel 儿子不读书咨询【微:qq383550880 】√转ihbwel 前世因果咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世【微:qq383550880 】√转ihbwel 灵魂化解的重要性咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的原因分析咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的沟通技巧咨询【www.richdady.cn】√转ihbwel 外灵的驱除方法【www.richdady.cn】√转ihbwel 家庭关系的和谐共建威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰与化解技巧【微:qq383550880 】√转ihbwel 外灵干扰的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚姻建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的咨询技巧咨询【微:qq383550880 】√转ihbwel 广东网络安全 soc网络安全管理平台 asp网站设计 电子邮箱营销 客户型网站 信息安全评估工具 中国人为网络安全事件 电子邮箱营销 绵阳房产网站建设 中国网络安全组长 利用密码技术可以实现网络安全所要求的 高校网站首页设计 信息安全专项风险评估 网络营销手机软件 国家信息安全中心举报,-1 上海 网络安全公司 信息安全公告 武汉网站建设企业 广州网站制 h5经典营销案例 国家信息安全测评 网络安全相关会议 徐州网站推广 信息安全四大会议 b2c电子商务网站 大型企业 网络安全 布吉网站建设 陕西网络安全企业 武汉大学暑期信息安全 网络安全 历史 黑客与网络信息安全 网站开发功能需求文档合作网站登录制作 保定网站优化 网络安全入门书籍推荐 福安做网站 珠海网站设计 电力行业信息安全第三测评实验室 广东网络安全 b2c电子商务网站 太原seo网站建设 网络安全 人工智能结合 soc网络安全管理平台 自助建设分销商城网站 网络安全监测软件 信息安全迫与破 长沙手机网站开发 上海做网站 公司排名 网络安全 人工智能结合 电子邮箱营销 营销贸易 太原网站改版 建网站怎么上线 2017年网络安全重要性 网络安全周致辞 网站建设现状分析 美胸 热点.事件营销 信息安全评估工具 国家信息安全中心举报,-1 做网站武汉 yunos 信息安全 石家庄市制作网站公司 中国人为网络安全事件 网络安全应急服务支撑单位证书 信息安全 案例视频 网站开发功能需求文档合作网站登录制作 电子邮箱营销 企业网络安全评估 网络安全 历史 网络安全周致辞 病毒式营销案例 中国人为网络安全事件 酒店网络营销概念 国内全屏网站有哪些 网络营销的分销渠道 网络信息安全教程 信息安全公告 濮阳做网站 利用密码技术可以实现网络安全所要求的 win8 网络安全 上海做网站 公司排名 上海营销型网站制作 做网站怎么赚钱 网络信息安全通知 信息安全咨询服务厂商 信息安全专项风险评估 网络营销与消费心理 病毒式营销案例 上海做网站 公司排名 安徽网站推广 网站开发功能需求文档合作网站登录制作 网络安全poc 网络信息安全通知 国务院负责统筹协调网络安全 网络营销与消费心理 网站seo 珠海网站制作 B2B网站系统信息安全检查通报,-1 著名网络营销案例 营销贸易 营销贸易 网络安全 历史 客户型网站 网络营销与消费心理 网络安全应急服务支撑单位证书 微信营销号的劣势 网站怎做 江苏网络安全认证 信息安全发展历程 网络信息安全演讲稿 网站背景音乐 深圳网站建设迅美 网络营销的网络直播 网络安全 人工智能结合 2014年网络安全日 电子邮箱营销 自助建设分销商城网站 信息安全咨询服务厂商 石家庄市制作网站公司 信息安全竞赛 2014龙岗网站优化公司案例 win8 网络安全 网络营销传播含义 网络安全专业全球排名 太原网站改版 福安做网站 关于进一步推进中央企业信息安全等级保护工作的通知 网络安全等级保护基本要求 长沙手机网站开发 网站搭建价格 信息安全 案例视频 网络安全 人工智能结合 做网站怎么赚钱 做网站怎么赚钱 石家庄市制作网站公司 濮阳做网站 网络安全等级保护基本要求