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
网站编程制作公司网站价格无锡建设网站制作线上互动营销logo网络安全法 口令更换建网站首页图片哪里找餐厅网络营销网络安全 内容安全国家金融信息安全欧盟网络安全法律法规互联网营销平台我打开了那扇门, 后面有人正在追我, 我锁上了那扇门。 我开始观察门里面的世界: 头顶有一盏吊灯发出微弱的光,这样的吊灯总共有5个,从门口到对面,每隔3米有一个吊灯。这里像是一条走廊,走廊的尽头好像有一本书放在什么东西上。 我听到有人跑了过来,而且,他已经开始敲门了。 我感觉我就要死在这里了。 右手边突然亮起了灯光,很刺眼。 那里又是一道门,门上像是写了什么字,模模糊糊的,看不清。 我下意识地打开了那扇门。 …… …… …… “欢迎来到迷途游戏。” 【q1379381940】以完美的道构建世界。 完美的道是正是邪、是善是恶?完美的世界又是怎样一番模样?这是世界从未有的大变化,神灵的末年,各大势力天才纷涌不觉,犹如扑火的蛾,将这盛世点缀。人吃人的世界,李言作为一个特殊的变数,让这场乱流拉开序幕。 永生者的传说刺激世人,先天神灵也隐世不出,万族争霸,这场人为的盛世终将缔造一位真正的无敌者。一位永生的生灵!记录我在国企无聊的摸鱼生活东土国沿海的一户贫困人家的女儿蔡钟生与海鲜门店老板的儿子柳三军早恋生子,后来阴错阳差迁往内地生活,因劣根深厚,频频造孽,死后轮回转世为猴、鸡、蟑螂等多种禽兽虫豸偿还宿债。 继而再次转世变成鸽子,被主人训为信鸽,在一次战役中送信,使成千上万的老百姓逃离出来而保全生命。在送信途中,不幸被猛禽猎杀而魂归地府,阎王见它有功,赐它转生人身,成为一个爱唱歌的女人。 五百年后,又经过多世的轮回,先后变蝉、丹顶鹤和专为穷人治病的医生,由于素行善举,广积阴德,至上寿而殁。 又一世,他生在一个钱姓居士家里,取名济世。幼习佛经,后出家住庙修行,积极倡导护生放生,正值高龄,他把寺庙收拾得非常干净。一天,他跏趺而坐双手合十,脸带微笑。忽然凌空一声巨响,众人掩耳下视,发现老僧的打坐过的位置什么也没有,只留下毛发和指甲;再抬头看时,天上出现一道彩虹。有人高兴地叫道:钱和尚虹化了。 五个穿越者与少年欧阳凡辰修神,不经意中激怒黑暗势力,最后六人齐心灭了这个黑暗势力。三国演义的新版来了!赵国,燕国,楚国新的三国。他们相继在大陆上确立起帝国统治。三大王朝纷纷在亚洲,北美洲,南美洲建立起来后赵国迅速开始殖民扩张。在燕楚联军的联合打击下赵国不得不放缓“太平洋帝国”的计划。但是三国鼎立后,燕楚赵三国的经济全球化并没有因此放缓而是进一步加强,推动了世界的整体发展。远古人类探索,揭秘古老遥远的史前世界!陈御芝醒来,发现自己穿越到了自己曾经玩过的游戏《域外仙魔》中,而随之而来的除了系统面板,还有绑定的太祖长拳。 你有法术,&amp;quot;看我太祖火球拳。”一拳击出,举火烧天 你是剑仙,&amp;quot;看我拳剑相杀。”一拳击出,万剑横空 任你万法齐出,我自一拳破之。 修炼界流传着只要跟沈于安成为朋友便会被他给带歪。 只因他满口的歪道理,而你会在不知不觉间认同他的道理,甚至是对他所说出的每一个道理都近乎于疯狂的崇拜,病态的崇拜。 他的歪道理甚至是能够帮助他人顿悟。 直到有一天沈于安告诉世人其实不需要苦修就能提升修为,这让人一听不就是妥妥的歪理吗? 众修士:“不苦修怎能提升修为?” 沈于安:“那你们用过我研究出来的道具没?” 众修士:“什么玩意?” 沈于安:“都是一群土鳖。” 众修士:??(◣д◢)?? 本书又叫:(思想不端正,歪理来矫正) 本书又叫:(本公子有一口流利的歪道理) 本书又叫:(沈大公子的歪道理满天飞) 本书又叫:(我的歪道理是用来引导人的) 本书又叫:(异界大哲学家,大道具师) 本书又叫:(唯我沈大公子的歪理能通神)
深圳建网站公司 网站制作 手机 榆林网站建设 网络安全管理所 天钥网络安全审计 网络专业的网站建设 信息安全模板 利用密码技术可以实现网络安全所要求的 中山网站制 Fastcgi做网站 大龄剩女的情感生活【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 老公家暴的案例分享咨询【企鹅383550880】√转ihbwel 投资项目的咨询技巧【企鹅383550880】√转ihbwel 意外的前世缘分【企鹅383550880】√转ihbwel 迟缓儿的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的重逢故事【微:qq383550880 】√转ihbwel 冤亲债主的干扰与化解【企鹅383550880】√转ihbwel 前世记忆恢复技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生测试在线咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富管理方法有哪些?【www.richdady.cn】√转ihbwel 家庭关系的相处之道咨询【企鹅383550880】√转ihbwel 前世缘份如何影响事业发展?咨询【企鹅383550880】√转ihbwel 无形干扰对工作效率的影响【σσЗ8З55О88О√转ihbwel 中国网络安全50强 排版的网站 网络营销机会分析 病毒性营销的实例 三个成功问答营销案例 一键建网站 青岛网站推 信息安全咨询服务厂商 sem活动营销方案 服饰网站建设 厦门模版网站 大良营销网站建设流程 2016中国网络安全大事 物流行业网站建设方案 武汉设计网站公司 微网站教程 俄罗斯网络安全 昆山网站建设 昆山苏州网站建设 天钥网络安全审计 微网站教程 信息技术与信息安全 域名分为 信息安全模板 免费营销信息发布网络安全检测评估 网络安全法 口令更换 网络安全领域的工作 (1)计算机信息安全,-1 信息安全发展历程 网络信息安全通知 服饰网站建设 物流行业网站建设方案 架设网站 国家信息安全中心举报,-1 营销工程师 信息安全培训测试 网络安全管理所 网络空间安全 信息安全 三个成功问答营销案例 利用密码技术可以实现网络安全所要求的 国家信息安全漏洞通报 网络专业的网站建设 品牌营销策 4i营销理论的缺点 网络营销哪个学校好 网络营销中4C的特点 银行员工如何防范信息安全 sem活动营销方案 信息安全管理咨询 中国网络安全50强 大型企业 网络安全 济南模板网站制作 网络营销实训二 鹤岗网站建设 合作网站登录制作 网络安全保卫局3所 昆明网站制作 三个成功问答营销案例 哈尔滨做网站 网络安全应急响应中心 信息安全专业相关工作的通知 建网站首页图片哪里找 一键建网站 信息安全专业相关工作的通知 鹤岗网站建设 建设网站 中文网站模板 国家信息安全中心举报,-1 网站建设现状分析 信息安全咨询服务厂商 合肥微网站 网站与后台 泰州全网整合营销 深圳商城网站设计 sem活动营销方案 无锡建设网站制作 利于优化的网站 德阳网站建设 简述网络营销特点是什么 廊坊做网站 网络信息安全通知 2017年信息安全报告 信息安全迫与破 2016网络安全法进展 长安网站优化 信息安全技术防火墙技术要求 电力行业信息安全等级保护测评中心 中国人为网络安全事件 网络安全应急响应中心 合肥微网站 中国网络信息安全大会 网络营销策划公司 北京互联网营销培训 信息安全服务 全球 网络安全500强中国公司排名 网络营销的竞争分析报告 网站制作厦门公司 武汉设计网站公司 信息安全技术防火墙技术要求 专业培训网络营销 卫龙网络营销方案 网站的后期维护工作一般做什么 微网站教程 信息网络安全培训 个人备案能建立企业网站吗 上海 信息安全 企业,-1 廊坊做网站 网站宽度 服务器网络安全设备方案 昆山网站建设 专业网站制作 网络安全厂家介绍 网络营销的分销渠道常见的营销手法 营销推广介绍 昆山苏州网站建设 银行员工如何防范信息安全 北京高端网站建设 网络安全 历史 广州品牌设计网站建设 网络营销实训二 网络营销中4C的特点 微网站教程 整合营销公司简介 Fastcgi做网站 个人怎么制作网站 h5 展示 营销方案 信息安全共享 青岛高端网站开发 青岛网络营销 信息安全模板 网络安全 历史 展示用网站 手机网站模板下载 大良营销网站建设流程 网络安全 ppt 2017 长沙手机网站开发