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
商城网站都有什么功能营销培训讲师网站流量超网站建设策划书ol新浪微博内容营销商城网站建设好的网站建设商家忽略的网站石家庄的电商网站建设忽略的网站现在站在你面前的是—— 得文公司董事会、彩虹火箭队缔造者、逆属性大师、世界锦标赛冠军…… 传奇训练家陆野,回忆起首次直播时的场景,喟然长叹。 “说起来你们可能不信,我最初的愿望只是破十万订阅露个脸而已。” “我只想恰点钱,从一名游戏区UP主做起。” “我真没想当训练家啊!” 本书又名:《青春期训练家不会梦见神奥冠军》、《竹兰大小姐想让我告白》、《成为世界冠军从主播开始》…… 【融合世界观,平行世界+动画、游戏设定+特别篇 诸神黄昏,人类迎来新的魔法纪元,史诗的长河记录了无数英雄悲歌,一颗流星贯穿两个灵魂,风汐穿越到了魔法时空,哪个男生没有超人梦,先订个小目标,成为超阶法师吧…… “魔法师不是请客吃饭,魔法向前,生命向后。” …… “风汐快许愿,流星。你许的什么愿望?” “我希望快点毕业,快点娶你!” “讨厌!” …… “风汐,你起来啊,你不许死,混蛋你不是说你要成为超阶法师吗,啊……”谁说修仙一定是人,谁说冷血不适合修仙,白蛇凭刻苦努力不断升级修炼出身社会底层的少年应该拥有怎样的人生?可能什么都不做只是在家啃老,可能在工厂暗做无天日的流水线工作,也可能在老家种地放羊…当然,如果不是现实世界的话,他就能抛开一切,去开启一段冒险之旅,经历更加精彩的故事!绝望与救赎依偎,死亡与生机共线 人类与厉鬼共舞,善良与邪恶共眠 唯有灵异诅咒,方可对抗恶鬼 系唐末国之动荡,蛮夷四起、奸臣当道。军中小将秦少游为尽忠报国,奋勇征战平叛。奈何朝中尔虞我诈,牵连至江湖也纷争不断。在内忧外患的境地,秦少游艰难前行… “国将不国、家亦破散,我何为思于别处?”… “鸢儿不怕,即便是粉身碎骨、也是我的决定!”… “与我长剑、牵我战马,今日死战不退!”… “不是非要置尔等于死地,要怪就怪这天不由你!”… 人世间情情爱爱、是是非非,都不如怀中一坛女儿红,一盏饮尽、何不快哉?沉沉浮浮的一世到头来还不是人死灯灭,化作一捧尘土罢了。就让这一世轰轰烈烈一场吧! 一剑身挎量江湖,一壶佳酿饮人间。 二目视下皆屠辈,二指拈来花月容。 三生不及比来世,三笑大呼遇悲哉! 四面围独无绣隙,四四两两扮酒银。 (小结:本故事纯属虚构,内容有真有假,并非延于历史、不必纠结。看书读故事,可以看不同的人生,烦请各位看官品鉴!谢谢~) 2050年,一颗直径超过10公里的小行星落入浪漫之城玛丽安娜境内,随后,地震引发的海啸淹没了第五大陆,全球气候发生剧变,爆炸扬起的尘埃覆盖了天空,遮蔽了太阳,全球温度下降了约15摄氏度,人类陷入恐慌之中。 2051年,武器商人赫尔曼以合众国的名义进入第二大陆东北角的贫穷国家,索尼亚。 2055年,第二大陆被索尼亚统一 2059年,第四大陆,雨林之国森巴的原政府被推翻,新政府上台。 2060年,第一大陆南部国家被不明势力尽数占领。 2061年,第五大陆剩余土地上,除不列颠帝国外,全部沦陷,同年,赫尔曼发表通告,宣布建立人类复兴政府,向现存各国宣战。 同年,世界建立了北部战时联合国,东部战时联合国以及西部战时联合国,向人类复兴政府宣战。 2074年,这是世界变成地狱的13年后,也是故事的开端。 当你的世界,重新融入神秘。我们作为“生灵″的玩家能做些什么。试问,甄选的游戏又重新开始。亲情,友情,爱情。我们守得住那些,又守不出哪些。游戏已经开始。无法后退,无法结束,只能继续努力下去。我叫铃铛,爱好打坐,有一天天目大开,与衣衫褴褛的太上老君相见。他说他被人囚禁于万年冰窖之中,他有一个宝物叫金刚琢,求我务必找到此物,便可助他恢复自由之身……断桥似断非断,其实还若离若即。昨宵尚重迴,今朝已甦醒,且早恨不归。心事痕迹,频频扰梦里。早安,晚安,我的心急上人。苔花纵如米粒小,也慊慊辄学牡丹开。我虽卑微娇弱,亦会似芳菲璀璨奕偞。白日曣曣不到处,青春骎寻恰自来。惟愿孜孜矻矻、勤勤恳恳的度过朝朝暮暮。
忽略的网站 如何制作网站 长沙网站设计服务 互动营销案例 网站主色调 惠州做网站公司 外贸三种语言网站建设 南通网站建 运城做网站 制学网网站 失业的环境影响【www.richdady.cn】 大龄剩女的婚恋建议有哪些?咨询【www.richdady.cn】 老公家暴的原因分析咨询【www.richdady.cn】 财运不佳的风水布局【www.richdady.cn】 家庭关系的和谐共建咨询【www.richdady.cn】 莫名其妙感伤的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何避免生活中的意外咨询【σσЗ8З55О88О√转ihbwel 投资项目的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场瓶颈【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的医学检查【企鹅383550880】√转ihbwel 升迁障碍的职场晋升技巧有哪些?【企鹅383550880】√转ihbwel 前世老公的前世案例咨询【www.richdady.cn】√转ihbwel 什么是婴灵?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的咨询技巧咨询【微:qq383550880 】√转ihbwel 与公婆前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的因果关系咨询【www.richdady.cn】√转ihbwel 性压抑的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的前世记忆【www.richdady.cn】√转ihbwel 为什么过世的前世记忆【www.richdady.cn】√转ihbwel 如何化解冤亲债主的干扰?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 互动营销案例 天津 网站设计公司 网络营销的生命周期 中国密码与信息安全 微信公众号的营销特点 永州网站制作 计算机信息网络安全 律师建网站 云南网站开发 网络安全实用宝典 做网站一般用什么语言 网站的价值与网站建设的价格 自己弄个网站 建网站方法 律师建网站 自己弄个网站 东莞网络整合营销 律师建网站 德阳网站制作 安庆网站设计 app网站公司 湖南手机网站制作公司 营销组合四大要素 搜索引擎营销是一种 做网站一般用什么语言 cc技术 信息安全 免费的企业网站 东莞网络整合营销 上海 互联网营销公司 重庆网络营销推广辅导 微企免费网站建设 网络营销的生命周期 建网站方法 建立网站备案需要什么资料 商品营销软件 广州h5网站开发 阳江网站建设 做网站一般用什么语言 信息安全事件等级 亚洲信息安全峰会2014 网络安全实用宝典 网络安全 考研 学校网站开发 学校网站开发 自己弄个网站 网站没权重 信息安全语录,-1 天津 网站设计公司 计算机信息网络安全 计算机网络安全产品 青岛哪里可以建网站 安庆网站设计 天创网站 微信公众号的营销特点 王连印中国信息安全,-1 防火墙在网络安全中的应用 中国密码与信息安全 上海众人网络信息安全 塘沽网站建设 网站流量超 律师建网站 手机付费咨询网站建设 如何做搜索引擎营销 丹东网站建 国家能源局 信息安全2015信息安全竞赛题目 杭州微网站建设 惠州做网站公司 全国网络安全会 德阳网站制作 上海 互联网营销公司 邮件营销步骤 国家能源局 信息安全2015信息安全竞赛题目 最好的网络营销师培训 cc技术 信息安全 网站制作案例怎么样 网站运营模式 安庆网站设计 凡客公益营销 快消品网络营销推广 深州网站 网站设计规划书 新网站制作平台 网站推广方法 国家推进网络安全什么服务体系建设 如何改变网站首页栏目 网站推广优化张店 承德网站建设 信息安全特性 福田网站建设 惠州做网站公司 南阳开网站制作 外贸三种语言网站建设 如何解决网络安全问题 酒店网络营销方案样版 丹东网站建 信息安全等级保护ppt 计算机网络安全产品 网络安全基础操作著名的信息安全事件 企业做网站天津 湖南手机网站制作公司 海珠区pc端网站建设 网站营销工具有哪些 东莞网络整合营销 信息安全业务介绍 信息安全语录,-1 信息安全思维导图 网站设计规划书 网站设计规划书 网站多域名 网站营销方案 全网营销 必修课 个性化建网站定制 王连印中国信息安全,-1 网站制作员 福田网站建设 网络安全 考研 制学网网站 网站运营模式 网络营销的生命周期 中国信息安全保护 自助网站建设 企业做网站天津 南京定制网站建设 长沙网站设计服务 沈阳网站建设的公司 怎样开展内容营销 网络营销专业科类别 微企免费网站建设 成都建设网站首页 网络安全培训几个月可以学成吗 建网站方法 战略性网络营销策划书 自制公司网站 永州网站制作 app网站公司