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
asp.net网站从数据库读取长文本到网页并保持原有格式2016网络安全大事记辛集做网站制作一个网站步骤排版东莞企业网站建设网络安全技术博客深圳网络安全木马培训营销九连环佛山微信营销珠海网站制作网络公司夜晚,幽静的小路上一对男女正在聊天,旁边的路灯在为他们的行程照明。 “听说世上真的有人会蛊术啊。” “是的,听说来的都不会错的。” “那你会吗。” “你就是想试试呗?” “我就是随便问问。比如那忠情蛊啊、傀儡蛊啊、控尸蛊啊之类的,还有什么吸血蛊、杀人蛊之类的。” “嗯,有的,这些都有的,除了这些之外呢,还有噬人蛊、鬼头蛊、人身蛊、绝命蛊等等。” “哈哈哈哈,你可真像个说书的。” “怎么说。” “编的一本正经。” “那感情你刚刚是在诈我?” “对的,世界上怎么可能会有这种奇怪的东西。不过你居然顺着编下去,我表示很满意。” “哈哈哈哈,让公主开心这是骑士的准则之一。” “好的,我的骑士,请将我安全护送到家。” “遵命,我的公主。” 可你不知道的是,谎言的谎言,有的时候将会化为真实。 (因为是奇幻小说,书本采用的是第一人称。)重回大唐贞观年间,来到了文昌武盛,民族自豪感最强的朝代,看李桂豫如何让大唐变得更强大。本书又名【大明:我人皇的身份被女帝曝光】。 绝世凶人朱厌,穿越到历史爽文《大明劫》中,成为存在感微弱的配角。 他本想安稳度日,跟着书中主角团队吃香的喝辣的,结果被迫绑定系统,拯救濒临毁灭的大明皇朝。 狗作者……你干得是人事儿吗?挖坑不填我就不说了,居然还太监? 现在轮到这些坑都要我解决……你妹!!! 恭喜绑定育儿成长系统 本系统因不可描述原因 受损程度78%,无法主动提供任何帮助 如遇危险请用爱感化对方 谢谢合作 简介?什么简介 作者已经被整疯了 哈哈哈 假的 假的 全是假的 去你的育儿系统啊啊啊啊! 紧急通知!紧急通知!各位同修们,现人妖两界出现了严重的漏洞,妖界封印松动,二十年前的阵法威力正在不断的减弱,人间即将大乱! 各派宗门、各位同修们,请暂且放下各自的恩怨,团结起来,认真守护自己所在的城市和普通群众们,以谨慎面对妖族大军的侵略…… —— 凌霄殿 齐罗年 十二月 二十八日 乱世即将来临,作为一个普通人,苏云感到无比的艰难,他的任务除了保护自己的妹妹外,也要调查自己的不明身世。 就这样,这种过程虽然艰难困苦,但苏云也逐渐得找到了一些有用、却奇怪的线索。 知道真相最后,苏云才知道,自己做法真的太可笑了。只可惜,以前的事,他再也想不起来了……大道唯我,无论道佛,一心为本,自在由我。 36位仙帝掌控仙域,瓜分世界果实强大己身,仙帝非圣贤,欲突破桎梏探索域外,仙域大乱,仙帝陨落。 且看叶林在机缘巧合之下获得魔尊残魂相助,最终踏上一段奇幻、动人心魄、荡气回肠的寻仙之路。 管你是神是佛,如不臣服,诸神灭佛。我是老中医,专治各种吹牛逼! 我武道超神,吊打一切不服气! 秦飞偶得神秘传承,拥有神眼,从此医术通天,武道超神,且看他逆天崛起,笑傲人生。简介:本该人生平平无为的主角,从一个性格柔弱到脱变成刚毅的成长故事,后来主角从这跌宕起伏的生涯中成就无上荣耀。俗话说,天机不可泄露,那么何为天机,天机为何不可泄露?天机如果泄露了又会怎样?不知你是否发现,身边的某些人与他人是不同的,这种不同表现在有些人天赋异禀,有些人天生异象,同样的事不同的人看法不同,甚至完全相反。你知道你自己是怎样想的,却不知道别人是怎样想的。本书致力于讲关于天机的故事,让你领略不一样的天机!一户人家二百年的风风雨雨
视频网站建设方案 网络安全公司招聘信息 网络安全压力测试 网站和手机网站 功能类网站 网站 模板 合肥营销型网站建设 潮州网络营销外包 网络安全领域 证书 南宁市制作网站的公司 前世缘份对现世的影响【www.richdady.cn】 投资项目的前世因果咨询【www.richdady.cn】 外灵咨询【www.richdady.cn】 升迁障碍的职业发展咨询【www.richdady.cn】 如何应对冤亲债主的干扰?【www.richdady.cn】 事业不顺的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 精神不振咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋经验咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份对现世的影响【www.richdady.cn】√转ihbwel 前世老公的前世影响咨询【微:qq383550880 】√转ihbwel 什么原因意外咨询【www.richdady.cn】√转ihbwel 婴灵的常见案例【σσЗ8З55О88О√转ihbwel 前世今生的神秘故事咨询【σσЗ8З55О88О√转ihbwel 婴灵的安抚有哪些实用技巧?咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的前世记忆咨询【企鹅383550880】√转ihbwel 精神不振的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的原因分析【企鹅383550880】√转ihbwel 头脑混沌的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询【σσЗ8З55О88О√转ihbwel 官司的原因分析【微:qq383550880 】√转ihbwel 长沙商城网站制作 团购网站建设 厦门网站开发公司 o2o网站系统 网络安全具有很强的 检查网络安全性 网络安全风险提示 杭州电子科技大学信息安全 信息安全服务集成资质 葫芦岛网站建设 建一个免费网站 网络安全实验室wp单位网站建设 电子邮件营销图片 信息安全 物理攻击 百度搜索营销 营销外包公司 深圳整合网络营销推广 3g网站制作 网络营销与马云牡丹江网站建设 互联网全网营销公司 有个网站是 asp伪静态 放在空间里无法访问我怎样配置 网站组网图 媒体营销群 2016网络安全案例分析 网络安全法主题 网络安全与个人 asp.net网站从数据库读取长文本到网页并保持原有格式 中国网络安全网站 功能类网站 浙江网络营销好的公司排名 台州建设网站 深圳网站开发公 北京建设网站的公司 网站建设联系电话 微信公众号的营销作用 网站建设都 包括哪些 信息安全入门 网站和手机网站 公司信息安全管理 微信群如何做网络营销 wifi信息安全 金融 信息安全体系建设方案,-1 网络安全控制中主要考虑的方面是 今日网络安全事件 天水建网站 网站页面组成部分 南宁市制作网站的公司 阿里网络安全 互联网 网站建设 手机企业网站设计 免费做外贸网站 团购网站建设 网络安全压力测试 做网站平台的公司 信息安全管理体系内审 网络安全助理 网站学什么 杭州电子科技大学信息安全 长沙商城网站制作 网站建设超链接字体变色代码 阿里网络安全 2015工控网络安全态势报告 网络安全领域 证书 2017 信息安全会议 珠海网站制作网络公司 有个网站是 asp伪静态 放在空间里无法访问我怎样配置 内容营销的现状 网站更新后为什么不显示 金融 信息安全体系建设方案,-1 网站建设的公司 企业网站建设技 在哪里可以学网络营销 合肥营销型网站建设 建设公司网站的重要意义 天津信息安全公司排名 营销外包公司 网络安全交流会 网络安全具有很强的 辛集做网站 佛山企业网站建设平台 计算机网络安全指什么 东莞企业网站建设 做网站平台的公司 营销型网站的作用 网络安全领域 证书 电力工控信息安全专题交流会 公众号营销有哪些策略 电信手机网络安全设定 深圳网络安全木马培训 q群营销 佛山企业网站建设平台 制作一个网站步骤排版 北京建设网站的公司 网络信息安全测评机构 苏州企业网站建 网络信息安全难学吗 网站域名组成 网站建设超链接字体变色代码 深圳网站开发公 上海企业网站 政府网站制作建设 视频网站建设方案 网络安全与控制技术能源行业网络信息安全 动易pe2006网站网页可以访问但后台进不去也没有提示 佛山微信营销 网站更新后为什么不显示 信息安全 实践 公众号营销有哪些策略 网站内容添加 wifi信息安全 合肥网站制作 网络安全协议理论与... 搜索引擎营销的发展 网络安全交流会 电力工控信息安全专题交流会 北京欢迎你网站制作公司 旅游营销推广是指 网站建设机构 手机网络营销普遍问题 济南网站制做 聂森 信息安全 o2o网站系统 网络安全协议理论与... 信息安全 物理攻击 国际网络安全顾问 河北公司网站制作设计 网络安全产品排名中科新业 网络营销之微信 网络安全控制中主要考虑的方面是 网站建设公司 中企动力公司 德惠网站 2015工控网络安全态势报告 手机企业网站设计 网络安全实验室wp单位网站建设 计算机网络安全指什么