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
网络营销中4C的特点网站建设 网络推广网络安全调研队名营销传播国外网站空间网站所属权网络营销网络市场调研风云网络信息安全渗透测试课程全国信息安全服务公司排行优化企业营销双日凌空,神秘再现,在科技崩溃的废墟中,万物迎来了无限进化! 穿越而来的沈凌,激活了自己的无限世界模拟器。 只要是花费足够的能量,就能够获得在模拟世界中得到的修为、武功和物品! 于是,在小李飞刀的世界中,沈凌获得了小李飞刀! 在大唐双龙的世界中,沈凌修成了剑心通明! 在蜀山的世界中,沈凌拿到了化血神刀! 在洪荒的世界中,他夺取了诛仙四剑……一个人如果能够回到过去,他的人生是否会发生变化,答案或许是肯定的!那么他是否也能够改变他人的命运呢,如果也是,那么又能改变多少呢?叶荇的这个故事就从回到过去开始......兼任宇主的万物皇降临灵汉恢复盛世,转眼间到了转移回原本宇宙的时候,万物皇创造出一个猫形移动储物库,命其成为自己小儿子的爱宠,便将传国之宝·敬天法祖大玉圭等多种神器存放于储物库,等待小儿子继任宇主大位,持宝玺名正言顺的继续完成他的大业……作为海城警局刚刚入职的萌新,程望打死也想不到,有一天会和鬼打交道。 给鬼做饭,陪鬼逛街,跟着鬼探案,跟着鬼捉鬼…… 等等等等!鬼捉鬼? 哦哦,原来是鬼仙!还是个仙子!! 仔细看看,这鬼仙长得还蛮好看的。 其实,和鬼仙呆在一起,还算不赖。 可是你要回你的苦厄界,我还要混迹在这尘世间,你我二人总是要散场的。 别哭了,我再陪你捉最后一只鬼。 好吗? 一天重复着一天,当初选择并打算坚持的理想在不知不觉中变了质,面对现实中的种种无奈,不得不放弃一些长久以来所坚持的东西,迷茫的寻找着以后的路,如果有一天我们如众多穿越者那样穿越到不同的世界,我们又能做什么?又能改变什么?(PS:一直答应过一位好友要以他为主角写一本书,虽然好久好久没有联系,毕竟答应过的事情都要做到,人不能无信嘛,本书虽然会写得有些乱,未来可能骂评如潮,但是不会鸽,会坚持写完。) 一颗天地初开时,第一缕鸿蒙紫气孕育的神秘源种。 一部被尊为万法之源,大道之纲的逆天功法。 一把替天罚神、屠戮万界神魔的残破古剑。 一个死而复生,天资妖孽的热血少年。 一段逆天改命,横扫万界天骄,镇压亿万神魔的狂暴之旅。 我名楚天辰,这是我的传奇,我为众神之主! 【本书纯属虚构,不要较真,看着开心就好,最好不带脑子(狗头)】 【穿越+系统+爽文+无女主】 礼鹤因为车祸去世了,成了反派,还绑定了“反派系统”。 又从系统那得知要集齐1亿积分才能回到他原来的世界。 不过他能够一直穿越,直到集齐1亿积分,回到他原来的世界。 “叮,恭喜宿主完成任务,奖励10000免死金牌。” “叮,恭喜宿主完成任务,奖励10000黄金。” “叮,恭喜宿主完成任务,奖励10w积分。” “叮,恭喜宿主完成任务,奖励……” 一百年、两百年、或许时间已经不重要了,无论是科技高度发达的未来,还是灵力极度丰沛的远古,亦或是现在,他都会失败了,他依旧无法拯救她。   “穿越准备!代号426,你准备好了吗!”   “好的”   “坐标L·S-152,准备充能”   “灵力充沛,空间跳跃开始”   “世界线已重合”   “~”“待大地之上响起我们的呢喃,待高天之下回荡起我们的战歌,死去的将从坟墓中爬出,活着的将从天穹外归来。”   “修我三尺剑,震我通天鼓,奏我战时歌,沸我不灭魂,我以我之血,染尽九重天。”李天命做梦都要笑醒了。他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食的‘永恒炼狱凤凰’。 他的黑猫,是以雷霆炼化万界的‘太初混沌雷魔’。 连他家的小强,都是拥有万亿不死分身的‘万界永生兽’…… 从此,他驾驭十头太古混沌巨兽,化身万古第一混沌神灵,周游诸天万界,镇守无尽神域。万物魔灵,诸天邪魔,连爬带滚,哀呼颤抖!
珠海哪里做网站的 营销合作 2017 网络安全生态峰会 东莞制作网站 欧盟网络安全 哪一年 信息安全 活动视频,-1 西安网站建设制作 网站 开发 价格 网络安全调研队名 医疗服务营销策划 儿子抑郁症【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】 无形干扰的心理调适【www.richdady.cn】 亲子关系的心理建设【www.richdady.cn】 内心恐惧胆怯的前世影响咨询【www.richdady.cn】 什么是婴灵?【微:qq383550880 】√转ihbwel 孩子压力大的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵的感应现象【www.richdady.cn】√转ihbwel 灵魂化解的具体步骤威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的真实案例有哪些?【微:qq383550880 】√转ihbwel 缺心眼的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好对工作的影响【微:qq383550880 】√转ihbwel 与男友前世的故事分析咨询【σσЗ8З55О88О√转ihbwel 失业期间的心理调适方法【σσЗ8З55О88О√转ihbwel 公司破产对股东的影响【企鹅383550880】√转ihbwel 孩子不爱读书的阅读计划咨询【www.richdady.cn】√转ihbwel 如何解决孩子不爱读书的问题?【σσЗ8З55О88О√转ihbwel 耳鸣的心理调适咨询【www.richdady.cn】√转ihbwel 升职加薪的障碍分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 医疗大数据信息安全,-1 网站制作厦门公司 深圳专业服务网络安全公司排名 做个人网站 简洁的网站 欧盟网络安全 哪一年 营销传播 浙江网站建设 网络安全错误 错误代码 浙江华企做网站 时代营销网 邮件营销 网络安全问题产生的原因专业培训网络营销 无锡网站建设 工厂信息安全培训内容 网站建设 网络推广 国外网站空间 风云网络信息安全渗透测试课程 服务类如何做网络营销 德国网络安全法信息安全对抗大赛 衡水做企业网站的公司 下列哪个属于常见的网络安全问题 网络安全问题产生的原因专业培训网络营销 淘宝常见营销手段 珠海网站推广 网站建设技术网站建设 信息安全 活动视频,-1 免费设立网站 信息安全 化 春秋网络安全官网 北大 网络安全 网络安全 宣传 信息安全服务 全球 品牌营销策 一键建网站 下列哪个属于常见的网络安全问题 安庆做网站 php的网站 国网信息安全试题,-1 网站的管理 自贡网站建设 英国信息安全硕士认证 网络营销中4C的特点 快消品网络营销 如何利用网络平台营销策略 东莞那里有营销课堂 设计网站 2017年网络安全案例 医疗服务营销策划 信息安全知乎 网络对营销的好处网络与信息安全等级 网站 开发 价格 免费设立网站 医疗服务营销策划 深圳制作企业网站 鹰潭网站建设 如何用网络营销的方法有哪些方法有哪些方法有哪些内容 高端网站设计品牌 营销作用 网络营销人员能力 腾讯网络安全总监 2016 网络安全 淘宝常见营销手段 网站推广文章 科技网站建设 浙江华企做网站 网络安全协调局 胡啸 小米手机网络营销预算 工厂信息安全培训内容 网络安全新闻 电子产品商务网站模板 装饰微营销 网络安全看年龄吗 简洁的网站 西安做北郊做网站 义乌商城集团的网站建设 网站推广文章 网络营销基础报告 无线网络安全要求 信息安全服务 全球 展示用网站 深圳网站外包 北京旅游型网站建设 高大上公司网站 珠海哪里做网站的 展示用网站 国家信息安全二级等保 深圳网络营销公司招聘 4i营销理论的缺点 国家信息安全二级等保 (1)计算机信息安全,-1 电子产品商务网站模板 信息安全基本属性 营销作用 招商网站建设 河南信息安全 东莞网络营销 中国网络安全中心 网络营销宣传推广方案 网站制作的趋势 网络营销干嘛的 病毒是营销 浙江网站建设 信息安全 活动视频,-1 网络营销人员能力 网站翻页 网络与信息安全课程报告 个人信息安全评估 网络安全查询 营销型网站建 烟草行业信息安全 手机网站免费 宿迁做网站 娄底网站建设 网站制作厦门公司 网络安全和信息化领导小组 聊城网站优化案例 做个人网站 网络推广网络营销软件公司 网络安全协调局 胡啸 欧盟网络安全 哪一年 苏州网络营销公司 百度知识营销审核 浙江网站建设 长沙市网站制作 (1)计算机信息安全,-1 浙江华企做网站 信息安全编程语言 珠海网站推广 邮件营销 全网营销网 宿迁做网站 无锡网站建设 网络营销的成本优势 网站怎么备案