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
工控信息安全佛山网站建设怎么做深圳网站建设网络推广开放网络安全网络安全 道哥网站域名费娱乐场营销方案营销服务?网络信息安全ppt信息安全展示平台,-1淘宝护肤品的营销策略一个即将毕业的对生活迷茫的咸鱼少年,一条穿越时空带着传承而来的诡异项链,两者碰撞将会产生怎样的火花? 平静的生活下竟然暗藏玄机,无数光怪陆离层出不穷,究竟是在劫难中迷失自我拥抱死亡,还是在历经磨难后成为 最强的收藏家!浪漫的收藏家陆宇,参见。本书可操作空间极大,你喜欢看什么类型的可以告诉我,后面随时可以安排上,或者你的经历等等都可以润色后成为章节 陆然继承了爷爷的遗产杂货铺,发现可以跨越两界,地球和玄幻世界。   玄幻世界灵气稀薄,物资匮乏,但修炼体系完善,地球灵气浓郁的可怕,却没多少人修炼,修炼体系更是一塌糊涂。   随便带过去一株中药去玄幻世界,都是人人疯抢的天材地宝。   玄幻世界不值一提的功法,法宝,拿到地球,都是顶级的。 依靠两界的物资差距,陆然迅速修炼,并发家致富。“快来救我,我被困在相亲对象家的棺材里了!” 接到这个电话的吴邪和谢小花一脸懵逼。 现在小年轻都玩的这么花? 棺材? 还把自己困进去了? 而当他们根据地址赶来之后,却险些丧命于这看似普通的店铺当中! 最后找到了霍秀秀,却也没办法将其解救。 即便是暗中保护的小哥和吴三省也手足无措。 反而是差点被守护的扎纸人给一刀两断! 在这危急万分的时刻,阴风四起,一顶纸人抬轿停在了门口...... 多年以后。 霍秀秀注视着陌上少年:“扎纸匠、赶尸人、阴阳先生.....顾言,你到底还有多少身份啊?” 顾言腼腆的笑了笑,“方方面面都懂亿点吧!”当主角醒来,发现穿越成少年时的慕容复,而且身处十四部金书融合的大武侠世界里,他该何去何从,兴复大燕?争霸天下?又或是勾搭几个美女逍遥一生呢?本书书友群(扣扣群):463587739乱世争霸,在混乱之中崛起,十大王体出世,是龙是蛇,尽在诸天哀吾生之须臾时,时乱如麻切莫哀,哀须臾,须臾鹤发乱如丝。一代院士大梦至少年时代,此世定不负佳人不负卿。 这里是一个名为天元大陆的地方,在这里没有炫迈的魔法,更没有斗气,真气等。有的只是繁衍到巅峰的灵力。等级为灵者、灵士、灵师、灵君、灵王、灵宗、灵皇、灵圣、灵尊、灵至尊。现代都市和平生活并未持续多久。当平行的世界被人们挖掘到信息,位面重叠,世界重启。这里变成了修行者的世界。无尽的尸海,广阔的荒漠,万族林立,百家争霸,无情的杀戮将一切虚幻斩断,而何处才是人类栖息之地? 简介:“我”作为一名社畜,在国庆即将到来的前几天,烦恼是出去玩还是宅宿舍打游戏?却突然偶遇了十年前有过一面之缘的中二少年,虽说是一面之缘但“我”却对他印象深刻,因为写第一部小说的灵感就是来自于他,而他也是主角的原形! 一直把他当做中二少年的“我”,在与他第二次相遇时,把他说的去另一个世界历练当成了野营,因为“我”在他那个年纪的时候也是如此,所以“我”欣然接受了他的邀请! 不曾想,所谓的原形竟然就是他的真身,在十月一号与他会合的那天,“我”穿越了?和他的人宠(妖神收的人类宠物,相当于神仙收妖精做宠物一样)泷泽娜拉,开始了一场“度日如年”的异世界旅行!
网站设计公司北京 国家信息网络安全机构 东莞网站设计价格 开放网络安全 2016年429网络安全 网络安全审计系统 报价 手机付费咨询网站建设 linux 网络安全防护 网站多域名 安庆网站设计 孩子不爱读书的阅读环境如何营造?咨询【www.richdady.cn】 为什么过世【www.richdady.cn】 失业的心理调适咨询【www.richdady.cn】 前世老公的前世影响【www.richdady.cn】 前世缘份的故事有哪些真实经历?【www.richdady.cn】 小企业破产的主要原因【企鹅383550880】√转ihbwel 什么原因意外咨询【企鹅383550880】√转ihbwel 头脑混沌的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的自我提升咨询【微:qq383550880 】√转ihbwel 孩子压力大的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世记忆恢复技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的案例分享【微:qq383550880 】√转ihbwel 家庭关系中的矛盾解决【σσЗ8З55О88О√转ihbwel 什么原因意外的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富管理方法有哪些?【微:qq383550880 】√转ihbwel 事业不顺的应对策略咨询【微:qq383550880 】√转ihbwel 去世的父亲在哪威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的自我保护咨询【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 老公家暴的环境影响咨询【www.richdady.cn】√转ihbwel 网站多域名 dreamweaver cs4网页设计与网站建设标准教程 公安信息网络安全工作 计算机网络安全的措施有哪些 国家推进网络安全什么服务体系建设 哪些品牌是微信营销策略 东城网站设计 设计好的网站 房地产网站制作 网络安全商业模式 手机付费咨询网站建设 开放网络安全 建手机网站 网络营销有证书嘛 化妆品手机端网站模板 网络营销策略包括哪些内容 网站建设 小程序 重庆知名网络营销公司 四平网站建设 太原建立网站 linux 网络安全防护 国内顶尖信息安全企业有哪些 建手机网站 网络信息安全主持 hr服务台理解信息安全 中国密码与信息安全 网络安全配置基线 信息安全思维导图 大连网络营销策划公司电话 手机网站设计开发服务 信息安全应急响应机制 湖南省信息网络安全协会 网站靠什么 什么叫做网站维护 如何用自己的电脑建网站 国内顶尖信息安全企业有哪些 网络安全监测技术手段 高端大气网站 电商做网站 做网站域名 房地产网站建设解决方案 长沙网站改版 深圳网站制作公司资讯 网站重建 西北工业大学信息安全 全国网络安全会 大连网站制作.net 如何做论坛营销 信息系统网络安全 淘宝营销推广 网络安全威胁的现状 电子商务网站模板 信息安全思维导图 中国国家信息安全漏洞库cnnvd 2016年429网络安全 微信红人营销 网络安全专利 网站设计公司北京 安庆网站设计 湖南手机网站制作公司 腾讯营销活动案例 哪些品牌是微信营销策略 全球十大信息安全公司排名 微信的网络营销 网络安全威胁应对经历 网络安全商业模式 富阳网站建设怎样 信息系统网络安全 化妆品手机端网站模板 腾讯网络安全网站 网络安全实用宝典 西安网站制作鹰潭做网站 制作网站 2017年国家网络安全周活动主题 网络营销的误区社会化网络营销的特征 营销产品定价策略涨价 建网站哪家好新闻 网络安全审计系统 报价 中国互联网信息安全中心 支付宝渠道营销策略 网站备案幕 手机网站制作时应该注意的问题 房地产网站建设解决方案 如何构建网络安全体系 网站设计公司北京 网站备案幕 网站没权重 简述网络安全的目标 信息安全与管理评估 网站没权重 医疗行业的网络营销 东城网站设计 公安部交通信息安全 群体营销 网站特点 北京的网络安全公司排名 中国密码与信息安全 信息安全认证公司 网络安全专利 如何用自己的电脑建网站 国家推进网络安全什么服务体系建设 cc技术 信息安全邮件营销是什么意思 信息安全等级测评 报告,-1 国家领导人信息安全 互联网营销平台选择 昆明网站建设多少钱 全国网络安全大检查 网站多域名 湖南省信息网络安全协会 网络营销证书有用吗 网站 网络安全防护技术 搜索引擎营销推广 计算机网络安全的措施有哪些 建网站哪家好新闻 政府网站模板 网络安全的的好句子 容易做的网站 电商做网站 营销策划基础知识 成都网站建设电话 网站链接数 如何解决网络安全问题 最牛营销 信息安全 应用安全 dreamweaver cs4网页设计与网站建设标准教程 医疗行业的网络营销 如何构建网络安全体系 营销计划书 建手机网站 全球十大信息安全公司排名 微信红人营销 国家信息网络安全机构 怎样做网站 网络安全等级测评机构 如何组织网络营销部门