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
沧州做网站大兴做网站深圳家居网站建设公司部队个人手机网络安全网站被k官方网站怎么建设的hr服务台理解信息安全[美]艾露斯61库佩 时启亮 吴凤羽 章学拯的《网络营销学》书评网络营销小文案例子网络营销需要做什么的唯品会营销方案案例转生为一条哈士奇,看本汪怎么用科学的方法拆拆家,助助兴。 唉,那边的汽车真豪华,不错不错,来,标记标记下。 哇,那边的沙发也挺不错,拆开看看是怎么材质。 咦,这里有一大堆鬼画符,真难看,看本汪一泡尿标记标记。 唉,你这个破道士想干什么,为什么一副深仇大恨的样子看着本汪,本汪可没干什么。 嗷,看本狗一副铁齿铜牙,咬不死你…… 民间的灵异和恐怖故事距今约50年前,神秘陨石索莎降落于地球,使得这个世界上突然出现了被称为“魔法”的不可思议力量,因为魔法的出现,世界的格局也重新被改变……   少年雷昂从小在父母的指导下学习剑术和魔法,成为了一名高强的魔剑士,但是……他却是向众人隐瞒了自己的高超实力。  因为一次机缘巧合,雷昂和妹妹娜娜一起入读了月幽学园并结识了学园最强前辈雷沙、曾经的DEATH PARADISE十大杀手之一水镜、学园智将群云星羽、可爱的努力后辈枫,从此,雷昂开始与各种邪恶势力进行着斗智斗勇的战斗……同时,也知道了父母失踪的真相。落点有误,被迫成了太监的,经历千辛万苦修炼到重生境,得知失去的是大道五十中那循去的一。只有圆满了,才可获得不知道跑到哪里的宝贝! 书中的主人公萧云,当时只有十岁,萧家便惨遭屠杀,他为了报血海深仇,经历磨难,练成盖世武功重出江湖,灭杀仇家,书中既然表现出了曲折离奇,让人拍手称快的奇事,也体现了少年英豪的赤子纯情之心。军阀割据的硝烟拉开血色幕帘,震颤的华夏撕心裂肺,真理萌芽崛起,热血青年何以报国? 他们血肉之躯先行,为民生而立志,为真理而捐躯,为华夏之崛起而浴血奋战。 苏家二少幸遇刁五爷,改写了病怏怏的一生,幸遇李美英,热血青年找到真理的最终方向,与日寇拼死搏杀,用血肉筑起华夏尊严,然而在国内战争伊始,面对同胞之间的刀兵相见,他茫然失去了方向,何以为家?何以卫家?何以同袍? 北平在风雨中飘摇, 封建贵族、帮会、特务处处设立陷阱,为和平解放北平的地下党将面临怎样的艰难险阻? 在迎来解放军入城的那一刻,正阳门的城楼上,他头悬绞刑架,她刀架虎头铡,红日冉冉升起,是血祭?还是新生? 此文是麻辣女兵续文,之前一直在别的地方有更新,现在搬到这里是因为17k是我写文章的起点。此文为虐文,是5年前想出来的大纲,之所以写出来是觉得里面有的情节还不错,希望大家喜欢。文章我确实是按照麻辣女兵之前的性格人物来写的,所以读者有质疑欢迎提出来我们做探讨!九灵大陆,广袤无垠!其上有修炼之人,可飞天遁地!大能之辈,更可移山填海!失忆少年,心中有梦!披荆斩棘,踏仙路而行!儿女情长,述世间痴情!热血澎湃,结兄弟情义!修神功,诛妖魔,终临世间之巅!所思既所得 所想既所有——觉界所以屹立万界之巅,便因这独特而强力的位面法则。但当法则被撕碎,界灵被污染,又待谁来力挽狂澜?小小下界之子林韦,被迫卷入这场黑暗漩涡,又将翻起多少波澜? 长恨画戟不似月,一耀寒光洗九天。 【全族+全家+末日求生+种田】苏成重新回到了灾难的起点,再一次要面临各种灾难的洗礼。 从一场全球性的血雾开始,然后干旱,高温,地震,史前瘟疫,全球冰冻…… 几乎是人类能够遇到的灾难,他都将要再一次经历一次。 这一次重新回归的苏成,在自己家族系统的辅助下,究竟如何带领全族人挺过这些灾难? 故事,从2024年开始……
c2c电子商务网站 信息安全工具排名 中小型企业信息网络安全架构浅析 深圳手机网站 网站建设需要多少钱 网站被k 创建网站公司 徐州 2016信息安全产业规模 网站好坏 黄国外网站 什么原因意外的前世案例【www.richdady.cn】 前世缘份的前世案例咨询【www.richdady.cn】 暗恋的原因分析【www.richdady.cn】 心特别累的前世因果【www.richdady.cn】 脑部不清晰的症状与治疗咨询【www.richdady.cn】 忧郁症的预防措施咨询【微:qq383550880 】√转ihbwel 与男友前世的记忆解析咨询【σσЗ8З55О88О√转ihbwel 孩子厌学咨询【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧咨询【微:qq383550880 】√转ihbwel 小企业破产的主要原因【企鹅383550880】√转ihbwel 婴灵的超度与慈悲心咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的案例分享【www.richdady.cn】√转ihbwel 亲子关系的教育理念【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的环境影响咨询【企鹅383550880】√转ihbwel 灵魂化解【企鹅383550880】√转ihbwel 孩子压力大的前世记忆【微:qq383550880 】√转ihbwel 财运不佳的改善方法咨询【σσЗ8З55О88О√转ihbwel 失业的心理调适咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的环境影响咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站好坏 网络安全共享中心 中央信息安全 嵌入式系统信息安全 电信 网络安全 全球十大信息安全公司排名 营销培训学院招生 购物型网站 营销服务? 信息安全 历史策略,-1 创建网站公司 徐州 深圳手机网站 杭州 网站建站 网络信息安全服务类型,-1 网络营销证书有用吗 天津网站优化公司 网络安全需要注意哪些 网络营销形式有 永川做网站的 展示网站方案 信息安全产品采购名录 全网营销推广公司 网站建设价格标准信息 网络营销合作方案 微信营销广告多少钱 网络信息安全事件报告 vpc网络安全 网络信息安全事件报告 网络营销与营销的区别 杭州网站设计渠道 最实战的全网营销培训 北京网络营销外包 营销网络说明 营销网络说明 威胁网络安全的主要因素 是网络安全原则之一 hr服务台理解信息安全 高校网络安全案例 创建网站公司 徐州 营销服务? 网站 网络安全防护技术 网站内页 淘宝客网站建站 网络安全威胁的现状 贴贴万能营销软件下载 易尚网络营销公司国家信息安全等级保护制度 信息安全风险评估流程 最实战的全网营销培训 广告营销法 中国信息安全投稿 深圳 信息安全 案例 网络安全学院课程设置网络安全目录 青岛网站推广 网海营销有网站后台 公安部交通信息安全 美橙互联旗下网站 网络营销与营销的区别 中国国家信息安全漏洞库cnnvd 饥饿营销的作用 深圳整合营销行业 最实战的全网营销培训 做软件网站 多语言网站 全国大学生网络安全实战竞赛 沧州网站建设制作设计优化 信息安全攻防赛 今日头条网络营销手段 信息安全测评与风险评估 网站内页 永川做网站的 营销网络说明 单页的网站怎么做的 展示网站方案 传统零售营销的特点是什么意思 无限动力网站 公安部交通信息安全 东莞政府信息安全 网站被k 病毒营销六要素 石家庄医院网站建设 威胁网络安全的主要因素 网络安全网 大兴做网站 ecshop防官网收采集信息安全补丁 c2c电子商务网站 网络安全产品系列名称 网站好坏 网站建设官方网站 网络安全配置基线 网站字体怎么设置 石家庄医院网站建设 营销培训学院招生 上海网络营销策划 微营销真的假的 pkav网络安全 营销学术语 安徽省信息安全测评中心 重庆江北营销型网站建设公司推荐 网络安全案例故事 网络安全需要注意哪些 电信 网络安全 安徽省信息安全测评中心 深圳公安 网络安全 深圳 信息安全 案例 易尚网络营销公司国家信息安全等级保护制度 专业网站建设公司电话 中央信息安全 网站好坏 北京网络营销外包 无限动力网站 中国信息安全投稿 企业网站程序 信息安全告知 哈工大网络与信息安全 网络安全产品系列名称 2017 信息安全 最牛营销 深圳营销手机 唯品会营销方案案例 网络营销证书有用吗 东凤网站建设 网络安全立国 聚美优品创意广告营销 2017年网络安全时间 网络安全共享中心 专注武汉手机网站建设 关于开展信息安全等级保护安全建设整改工作的指导意见,-1 网站死链 网站建设价格标准信息 网络营销师前景 2017 信息安全大会 信息安全工具排名 专业网站建设公司电话 网站建设需要多少钱 android智能手机信息安全研究,-1