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
rce信息安全国内信息安全公司排名,-1广东 网络安全工组部 信息安全成都公司建网站邢台做网站推广价格乐营销网站网站建立费用多语网站建网站首页图片哪里找武威网站建设青岛模板化网站建设王浩穿越到了修仙世界,成为了一名朝廷追杀的匪二代。 好在他觉醒了命运模拟器。 亿万次的模拟,只为主宰命运,寻找绝境中的一线生机,逆天改命。【灵气复苏、异兽流、无女主、不圣母】 苏辰穿越成为了一只长臂猿,竟能看到属性面板和未来命数! 因得到了所有母猴芳心,引来猴群追杀…… 好在天降神雷,灵气复苏,群猴心性大乱,开始自相残杀。 嗯?这只猕猴未来能找到洗髓果? 你以为这是你的命中注定吗?错,被我看见,你的机遇就成我的了! 与此同时,灵气复苏之后,世界大变,无数野兽血脉觉醒! 几十米长的巨蟒,一口咬碎游轮的狂鲨,周身被火焰萦绕的狼王…… 更有沉睡之中山海经异兽,不断的苏醒!人活着无论干什么都挺困难。即使坚守不招惹人的原则都躲不过被人刁难。即使是对的,在金钱和权力的逼迫下变成了错的。人活着是最痛苦的事了,压抑的怒火早已烧毁了心脏。人需要发泄的地方,请来疯狂直播间。一个普通的主播,一个对他而言可怕的故事!玄幻篇别看了,写崩了,直接跳过。还有杂文不写了完结了!真!正文才开始!如果图一乐,请看第一卷和玄幻篇!如果不是,看!真正文开始。意见我会看看,但是严重影响了剧情的,我就不用了。谁说修仙一定是人,谁说冷血不适合修仙,白蛇凭刻苦努力不断升级修炼时间长河若有尽头,我只看一眼,便回来找你。 哪怕武道极致,哪怕商道极致,只为那一句承诺。 什么《经商十年算法》,什么《武道十段成神》。 与我而言,倘若与你无关,便是浮云。一觉醒来,赵然发现自己穿越了,还特么被女土匪抓去当压寨小郎君了…… 他只是想在这个异世界好好地过完这一辈子,但是他的命运早就和女土匪绑在一起了…… 走投无路的他,只能和女土匪在土匪的道路上越走越远……“老爷,那孙猴子又来找你了?” “嗯?他又惹什么事了?” “他把镇元子的人参果树给打倒了!” ... 魏征! 西游中的一个小卒。 但他很久之前就在想着,要不要打醒天庭? 因此帮了孙悟空大闹地府,打闹天宫。 而后又再想如来势力是否发展太快了,是否要压制一下 ...... 任何人都不知道魏征往取经之路上,安排了多少只自己的妖精,孙悟空所请的救兵,有多少是魏征手下的? 天庭,西方,都认为取经之事在自己掌控之中。 却不知,他们尽在凡间大臣魏征的掌控之中。沈浪,天生盲人,自小被父母遗弃。靠着自己的乐观开朗,独自乞讨生活了十几年。 某日乞讨时意外出了车祸,醒来时,眼前的世界便发生了变化,也改变了沈浪的命运。 且看沈浪如何携妻之手,遨游宇宙浩瀚之旅。当你的世界,重新融入神秘。我们作为“生灵″的玩家能做些什么。试问,甄选的游戏又重新开始。亲情,友情,爱情。我们守得住那些,又守不出哪些。游戏已经开始。无法后退,无法结束,只能继续努力下去。
国外优秀网站设计欣赏 无锡建设网站 重庆有那些制作网站的公司 郑州网站建设 网络营销创新模式 网络安全逆向工程 信息安全认证 以前的域名是非经营性网站备案现在如何转成经营性网站备案 网站建站前期准备工作 成都市网络安全现状 前世老婆的前世记忆咨询【www.richdady.cn】 无形干扰的案例分享咨询【www.richdady.cn】 冤亲债主的干扰与化解【www.richdady.cn】 过世前可能出现的征兆咨询【www.richdady.cn】 事业发展瓶颈突破咨询【www.richdady.cn】 前世老婆的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的影响分析咨询【微:qq383550880 】√转ihbwel 前世今生的故事如何影响现代生活?【微:qq383550880 】√转ihbwel 大龄剩女的咨询技巧咨询【www.richdady.cn】√转ihbwel 与老公前世的故事分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的前世解析咨询【www.richdady.cn】√转ihbwel 与老公前世的故事分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的咨询技巧咨询【微:qq383550880 】√转ihbwel 意外的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富积累方法有哪些?【微:qq383550880 】√转ihbwel 前世老婆的识别方法咨询【企鹅383550880】√转ihbwel 缺心眼的前世因果咨询【微:qq383550880 】√转ihbwel 前世缘份的故事有哪些案例?【σσЗ8З55О88О√转ihbwel 官司的预防措施【www.richdady.cn】√转ihbwel 婴灵的超度方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 网络安全攻防课程 网络安全专家采访北京新营销 网络营销环境特性 建网站怎么弄 个人信息安全管理 台州市网站建设 asp网站运行时浏览器兼容模式为什么显示不了商品图片?极速模式可以 2017年 信息安全大会 东营有哪些制作网站 制作公司网站价格 网站内容的实现方式 网络安全技术保障 西安做网站公司? 以前的域名是非经营性网站备案现在如何转成经营性网站备案 网站建设公司是什么 2016网络安全市场份额 信息安全 研究员 平台营销有哪些方式 网络营销环境特性 佛山外贸网站建设平台 网站利用百度离线地图 高端大气上档次网站 最好的网站建设公司 3g手机网站 重庆网站开发设计公司电话 淘宝营销中心 平台营销有哪些方式 高大上网站建设公司 信息安全等级评估证书 国家注册信息安全咨询师 网络安全监督管理 中山网站优化 深圳电子商城网站建设 关于手机网络安全的 网络安全和人工智能 东莞长安网络营销招聘 广东 网络安全 网络安全测试方案 重庆网站开发设计公司电话 信息安全违规案例 昆山网站建设· 小米公司网络营销 计算机网络工程!|辅修程序设计网络安全等课程! 高级网络安全 广东手机网站建设报价 rce信息安全 网络安全法 金融机构 青岛开发区网站建设 信息安全违规案例 关于手机网络安全的 3g手机网站 武威网站建设 请人做网站 客户信息安全与管理 网站内容的实现方式 营销机构图 番禺建网站 长沙 营销顾问公司 网络信息安全教学实验平台 广东 网络安全 浙江营销策划 在线营销工具包 工信部信息安全资质 多语网站 平台营销有哪些方式 信息安全服务体系认证 建网站怎么弄 企业公司网站建设 网站建站前期准备工作 商城网站都有什么功能吗 搜索引擎营销的发展历史 甘肃网站建设 如何建网站 营销机构图 科技类网站色彩搭配 网站的构思 最优的网站建设 重庆网站开发设计公司电话 全网视频营销 asp网站运行时浏览器兼容模式为什么显示不了商品图片?极速模式可以 关于手机网络安全的 江苏信息安全事件通报 微博口碑营销案例 互联网公司怎么营销策划 网络安全应急处置图 南京网站关键词优化 网络安全漏洞报告 国家信息安全工程技术 认识网络营销调查的基本方法有哪些方面 微博口碑营销案例 网络安全逆向工程 太原手机网站开发 以前的域名是非经营性网站备案现在如何转成经营性网站备案 信息安全犯罪事件,-1 问答营销策划 佛山外贸网站建设平台 工信部信息安全资质 网络安全攻防课程 做公司网站的专业公司深圳 榆林网站建设 无锡建设网站 深圳电子商城网站建设 成都市网络安全现状 客户信息安全与管理 国家注册信息安全咨询师 网络营销创新模式 病毒营销 案例 2016 在线营销工具包 网络安全周内容 网络安全法 金融机构 企业网络安全定级备案 信息安全认证 网站建设制作 网络安全专家采访北京新营销 网络安全加密 商城网站都有什么功能吗 网站内容的实现方式 信息安全等级评估证书 分析社会热点与网络营销的关联 重庆有那些制作网站的公司 信息安全服务体系认证 网络安全监督管理 南通网站建设空间 病毒营销 案例 2016 工信部信息安全资质 青岛开发区网站建设 信息安全认证 中国网络营销论坛 重庆有那些制作网站的公司 微信运营营销的区别 广州飞天诚信信息安全 如何建网站 国家信息安全相关部门 信息安全 研究员 做公司网站的专业公司深圳