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
网络安全应急济南seo网站推广公司sem整合营销服务网络营销在我国的发展现状分析2017 网络安全生态峰会网络营销教科书四川大学 信息安全 实验报告信息安全审核员要求深圳外贸网站建设旅游网站开发李文重生成了一颗灵气复苏时代的柳树,这个时代强者横空绝世,坐镇一方。   异兽咆哮山河,占地为王。   还好有进化系统无限强化自己,自身的生命灵液让万灵不断进化。   结出来的生命果实让无数生命疯狂。   有人称他为树神拯救一方生命,有人更愿意叫他魔树,树根一出抽取数万里精华……画皮之真爱无悔浮生和小唯的续写,很多年了重温了无数遍很喜欢他们的故事,想要续写一个完美结局。 上古洪荒之神面对天道何去何从,新的使命被天道赋予,人间炼狱场已经开启,心之血脉相连的仅仅是生命还是其他,若要我还你一句誓言,那便是永世!我许下的承诺定要你牢牢记在心里,永生永世不相弃!邪灵世界,妖魔丛生,鬼魅乱世。 凡人命如鸡犬,任人屠杀。 周晗觉醒了无限制修改武道修炼时长的系统,五毒手,金钟罩,旋风腿,统统修炼到一万年后。 武林盟主:我从没见过旋风腿真的可以踢出龙卷风…… 最强邪灵出世,一爪下去,连周晗的皮都蹭不破,震惊怒骂:你是邪灵我是邪灵? 周晗:以凡人之躯,比肩邪灵!世人虽渺小,可是每个人都想挣脱束缚。 诸神虽伟大,可是神也总有陨落的一天。 仙侠恩怨,王朝争霸,爱恨情仇。 且看他们演绎一场不朽传奇。 我是天的审判者,弹指间人间灰飞烟灭。我是天的审判者,这个世界由我来定义。我有及其强大的实力,有过人的气运。我的一生是孤独的,也是精彩的。我用一生来寻求变强的理由,在我付出千辛万苦的努力下,最终找到了答案,原来变强没有理由。少年苏渊经历三次凝丹失败,机缘巧合拜四圣兽之一的青龙为师,踏入武道之途,并且开启自身龙族和凤族血脉,从此天高海阔,前途无量。 探索秘境,结天骄,诛邪魔。满堂花醉三千客,一剑霜寒十四州。 觉醒了【无上剑心】的落魄皇子段宗成为了天山剑派的观剑弟子,手握灵剑,他能看到剑中蕴藏着的人生大道。 手持千万灵剑,掌握千万剑意。 【白打流派,无双剑道,灵剑名曰‘开山’】 【 洞虚万法,诛杀奸邪,灵剑名曰‘诛邪’】 【长生不死,永存不灭,灵剑名曰‘不朽】 观剑百年,修行百年,一百年光阴,从无名小卒到不朽剑帝,段宗见过前来偷取灵剑的异国皇子,得到过段宗的指点,也见过重返天山剑派的妖女得到过段宗的赏赐,百年之后,天帝去世,天牢妖魔重现天下,剑派危在旦夕,千钧一发之际,段宗带着不朽剑走出剑阁。 “本帝在此,狼狈为奸者,谋权篡位者,倒行逆施者,妖言惑众者,都要死!” 这里没有玄幻,没有穿越;只有新活的生命,逻辑的真实。 这是一个虚构的故事;一个关于生意与情怀的故事。一群年轻人,在小说主人翁李非的带领下,历经千辛万苦,克服重重困难,在小城香州,书写了一段商业传奇。香水星河酒店,一个给予了无数客人美好记忆,承载着一群酒店人理想的航器,在到达了它辉煌的顶峰后,突然掉头…… 结果怎么样?为什么会这样?是历史的悲剧,还是人生的释然?——一千个读者就有一千个哈姆雷特——如果你想得出自己的结论,请阅读天界无际的小说《香水星河》。“蓝星保卫战一级将士贺华,恭送龙将军!” “伏羲舰队全体舰员…恭送龙将军!” 九九年蓝星保卫战一役在跨越时代的钟声和烟花中,伴随着第一批零零后的婴儿哭声蓝星赢来了新的纪元! …… 二十年后,一个男人从南极的最深处走出,他承载着九九年的绝大部分的过往给所有的蓝星人类带回一个巨大的秘密! “什么?” “九九年的外星保卫战他们战胜的只是先锋部队,一**炮灰…!” “时隔二十年,真正的入侵即将正式展开!” 人类危机存亡之际,原本“死去”二十年的伏羲舰队舰长龙五从南极最深处带着人类最后的希望走出! “我名龙五,龙的传人,武安天下!” “大厦将倾在即,愿挽天倾者随我一起…发起反攻!”天罡大陆,人人皆可觉醒命魂,命魂形态决定着个人修行的方向。 这一天,一个不属于这个世界的灵魂来到了这里,这个世界的画风开始走偏了。 “恭喜宿主觉醒最强辅修系统!” “什么鬼?辅修?我可是一直只当主C的男人!” 夜无尘无力的咆哮着。 系统沉默了片刻:“你可以选择不接受!当然,作为惩罚,你将做不了男人!” “哎……既然你态度这么坚决,我只能答应了!先说明,我可不是怕了,谁让我本就是一个点燃自己照亮别人的好人。” “哼哼……这个世界的最强辅修我当定了!” …… 某混乱之地。 “小子,你们胆子太大了,居然敢打我们辅修主意,老实点,把身上的东西交出来……” 某妖兽战场。 一位辅修脱下长袍,露出了一身腱子肉,拿起锤子狞笑走向妖兽。 此刻,人们似乎隐约中听到了妖兽在受惊之后口吐人言。 “站住,你不要过来呀……” ……
投诉期新产品 营销策略 合肥网站制作前3名的 网络安全的热点问题 传统的市场营销 莱芜网站建设 深圳公司网站改版通知 哈尔滨做平台网站平台公司 网上银行系统信息安全保障评估准则 领航网络营销 上海三零卫士信息安全有限公司北京科技分公司 缺心眼的沟通技巧咨询【www.richdady.cn】 前世缘份如何影响事业发展?【www.richdady.cn】 孩子不爱读书的家长引导咨询【www.richdady.cn】 化解咨询【www.richdady.cn】 意外的前世影响咨询【www.richdady.cn】 财运不佳的财运提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的相处之道有哪些?【企鹅383550880】√转ihbwel 暗恋的情感释放【σσЗ8З55О88О√转ihbwel 外灵干扰的原因分析【微:qq383550880 】√转ihbwel 成人发育倒退的可能症状咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的咨询技巧【σσЗ8З55О88О√转ihbwel 解梦的心理学意义咨询【σσЗ8З55О88О√转ihbwel 冤亲债主化解咨询【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 前世今生的故事如何改变命运?咨询【σσЗ8З55О88О√转ihbwel 家宅磁场干扰的原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的自我保护咨询【微:qq383550880 】√转ihbwel 与老公前世的前世解析咨询【www.richdady.cn】√转ihbwel 前世缘份的续写有哪些方法?咨询【σσЗ8З55О88О√转ihbwel 工作压力大导致的精神不振【www.richdady.cn】√转ihbwel php网站建设公司 四川大学 信息安全 实验报告 营销班级 服务营销优缺点 博客营销细节 与信息安全相关的公司 传统的市场营销 网络营销的费用问题 上海网站推广公司 企业网络软文营销推广多少钱 网站建设西安 郑州建网站公司 沈阳做网站公司 广州外贸网站信息 网站所有页面 网络营销证书名称 河北网站设计制作 如何做好网上营销 深圳市建网站 html5电影网站建设 网络营销优缺点分析 深圳公司网站改版通知 顺德网站设计 华为网络安全案例分析 济南seo网站推广公司 网络安全审计措施 哈尔滨做平台网站平台公司 什么是网络安全扫描 长安网站建设 中国信息安全认证中心邮箱 兰州网站建设公司 核心网络安全小组 信息安全服务运维承诺 网络营销在我国的发展现状分析 网站添加百度地图 网络安全管理局报警 公安网络安全监察 公安网络安全监察 创新的网站建站 深圳市建网站 网络营销的费用问题 互联网营销学什么 智慧城市信息安全体系建设方案 河北网络营销 网站建设使用哪种语言好 html5电影网站建设 济南seo网站推广公司 深圳公司网站改版通知 餐饮业营销 国家信息安全师三级产生信息安全事件的原因有哪些 投诉期新产品 营销策略 我们国家网络安全吗 精品课程网站设计 精品课程网站设计 网站建设的搜索栏怎么设置 招远做网站 深圳公司网站改版通知 陕西营销型手机网站建设 信息安全等级保护的原则是,-1 网络安全身份认证 我想建网站 莱芜网站制作 沈阳做网站公司 商务网站建设方案 网络营销相关证书 麦克crm 信息安全吗 网络营销有用的书籍 营销策略特点 苏州正规网站制作公司 徐州网站建设 动态小网站 信息安全管理体系中要素通常包括 网站年费 关于网络安全的总结 成都网站模板 公安部网络安全员 龙岗网站制作讯息 核心网络安全小组 php网站建设公司 兰州网站建设公司 如何做好网上营销 品牌社会化口碑营销 找人做网站重庆整合营销那家好 网站建设西安 佛山营销网站建设服务 济南seo网站推广公司 莱芜网站制作 营销帮手4.0官方网站 兰州网站建设公司 哈尔滨做平台网站平台公司 网络营销的职位要求 html5电影网站建设 网站怎么弄 服务营销优缺点 2017网络安全日宣传 网络安全偷取手机内的信息 建设网站需要问的问题 网络营销相关证书 网站所有页面 营销型网站和展示型网站的区别 搜索引擎营销企业 网络营销的影响力调查 公安网络安全监察 互联网广告营销特点是什么意思 网络安全架构ppt 2017 网络安全生态峰会 河北网站设计制作 2015 信息安全学术会议,-1 商城网站建站程序 微信营销标题怎么写 四川大学 信息安全 实验报告 网络安全的热点问题 网站建设天津 河北网站设计制作 广州外贸网站信息 莱芜网站建设 成都网站优化公司 网络安全管理局报警 服务营销优缺点 江西企业网站建设 徐州建网站 阿里妈妈的营销推广平台中产品有哪些?每个产品的作用有哪些? 常州网站价格 武汉网络推广营销公司 网络安全等级保护规定 郑州建网站公司 麦克crm 信息安全吗 网络安全应急 招远做网站 joomla 2.5:你的网站建设使用与管理 pdf 顺德网站设计 公安局网络安全 我们国家网络安全吗 我们国家网络安全吗 徐州网站建设