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
综合营销互联网推广营销学院国企网站建设微信营销有多少种方式杭州 平台 公司 网站建设免费域名网站的信息安全评估多长时间html5网站打赏营销网络安全技术人员关于营销的网站有哪些内容赫赫有名的“白金”成就满级玩家,在删除账号却误入了新的时间,本以为是系统BUG,没想到却在这里开启了新的人生万法皆寂,诸神天堂; 神州漠林,戮仙屠神! 以我最强神兵,换你一世安稳;众神同寂,许你永世天堂!平静的城市下面 普通的人群里 也许 刚刚与你擦肩而过的人就是一名修仙者.我本无意争锋,却被迫推上高位,在血与火中,一步步走到天的举世瞩目的高度,那么就剩下天了......来自他的故事传奇。清末民初是个动荡不安的年代,同样也是英雄辈出的年代。李氏家族由无到有,由兴盛再到衰落,时间鉴证了这一切。他们不屈不挠,拼搏奋斗的精神,将永远激励我们不断前行。威武华夏!暗恋多年的感情始终无果,挡在我面前的是生活和现实。 现实和生活是沉重的枷锁,牢牢困住我的心中的理想。 纵使我奋不顾身,也只能头破血流。 古怪女孩出现在我的生活中,为我平淡而又灰暗的生活增添了一抹光彩,从此她成为了我生命的光。 掩藏在表面之下的,是人性中的恶。末世+自然灾害+无系统+求生 气候突变,打破了世界原有的平静,冰川时代降临,幸存者挣扎求生。 面对未知的灾难和危险,一个个小人物组建到一块,共度危机,只为在这末世之下,走的更远  穿越洪荒,成为人皇燧人氏!   【叮!你获得万界聊天群邀请!】   【叮!鸿蒙火种系统激活,获得亿万倍增幅!】   以燧人氏之位格,分封人族火种,获得神火加持之人,获得修行速度十倍至亿万倍增幅!   以功德神火献祭,献祭物品品质亿万倍增幅!   被分封者献祭之时,获得亿万倍增幅!   祖龙:“燧皇,朕想要修仙!”   【嬴政向你献祭三千精兵,触发亿万倍增幅,你获得三千太乙金仙!】   聚万界之神物,培育洪荒人族。   养万界之英才,反攻巫妖二族!   巫妖大战开启之日,万界人族揭竿而起,反攻洪荒,人族君临诸天!三年前,他家道衰落,被迫退婚! 三年后,他功成名就,强势归来! 作为战神,为了龙国安宁,他选择放下昔日仇恨;可让他没有想到的是,同袍竟利欲熏心,与仇人结盟谋害自己! 所幸天无绝人之路,林天权大难不死! 三年前,他能成就一方战神,三年后,他依旧能以天人之姿,让那些陷害自己的人,付出百倍、千倍代价!  【女帝】【开局无敌】【单女主狗粮】【摊牌】   本书又名《因为太宠娘子,被迫做无敌反派》   顾澜穿越玄幻小说,成为一名配角书生。   还多了一位貌美如花的小娇妻。   本想安稳苟住,凭借原著剧情躲开各路挂壁,和娘子相守一世。   可偏偏加载了文抄读书系统!   只要读书抄书,就能提取修为,成圣成神!   由于太过无敌,顾澜出门随便就碾死了大反派,各路气运之子气运之女争相认主!   实力起飞的同时,仕途也是邪了门的顺遂!   这一日。   顾澜高中状元郎,入殿觐见,却发现幕帘后那绝美女帝十分眼熟!   “娘子?”   “相公,穿上龙袍就不识得朕了吗?”   “......”   从此,全天下都知道了这对绝世夫妻。   原著男主角:“他都成天帝了,我才武之力三段,这怎么玩?”   【简介无力,全文爆爽】
html5网站 信息安全 自有 网站制作公司合肥 网络营销的特点和职能 什么是信息安全事态 衡水企业网站设计 沂水网站优化 jquery html5响应式手机网站左侧弹出导航菜单代码 网站设计说明书 个人网站注册 前世老公的前世因果【www.richdady.cn】 婴灵咨询【www.richdady.cn】 人际关系不好的心理调适咨询【www.richdady.cn】 婚姻生活不顺的前世因果咨询【www.richdady.cn】 与老公前世的记忆解析咨询【www.richdady.cn】 发育倒退的前世因果【企鹅383550880】√转ihbwel 儿子抑郁症的环境影响【σσЗ8З55О88О√转ihbwel 大龄剩女的改运方法咨询【企鹅383550880】√转ihbwel 自闭症的治疗方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的安抚有哪些实用技巧?【www.richdady.cn】√转ihbwel 意外的心理调适咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世案例咨询【σσЗ8З55О88О√转ihbwel 发育倒退的自我提升【微:qq383550880 】√转ihbwel 提高情商的方法【企鹅383550880】√转ihbwel 发育倒退的医学检查咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场策略有哪些?【σσЗ8З55О88О√转ihbwel 前世老公的前世解析咨询【www.richdady.cn】√转ihbwel 孩子压力大的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的案例分享【企鹅383550880】√转ihbwel 金融网络安全案例 网站icp备案 互联网推广营销学院 上海公司网站制作价格 网站设计说明书 营销的误点 微信营销的特点有 广东汽车品牌网站建设 公司网络安全检查 建网站的公司哪家好信息安全培训企业 智慧城市 网络信息安全 深蓝 信息安全 汕头网站制作公司 网站设计说明书 网络安全努力破除 中国信息安全测评中心华中测评中心怎么样 公司网络安全检查 杭州 平台 公司 网站建设 深圳企业网站公司 微博营销的推广方法 信息安全读研方向,-1 做个网站 建网站的公司哪家好信息安全培训企业 杭州 平台 公司 网站建设 国家信息安全文章 信息安全 自有 寻找石家庄网站建设 公司网站规划案例 天津网站制作公司 信息安全安全测试 微信营销的特点有 网站icp备案 网络安全一体化 大同网站建设 互联网推广营销学院 网站轮换图 什么是信息安全事态 杭州 平台 公司 网站建设 国家网络安全基地建设方案 香奈儿网络营销策划书 广州云创通营销手机 网站模版下载 小米怎么营销策划 edm营销招聘 网络安全等级保护工作的保障情况 电商营销师 武汉网站建设公司 网络安全一体化 成都企业网站建设 网站设计公司南京 email 营销 公司网络安全检查 企业营销信息平台构建 深圳自适应网站制作 信息安全分保内容 网站制作公司合肥 免费域名网站的信息安全评估多长时间 营销型视频 做静态网站 信息安全系统控制,-1 信息安全管理考试 做静态网站 公司网络安全检查 医院网络营销 网络安全中心举报 赤峰网站建设 做网站收费 网络安全配置 个人网站注册 成都企业网站建设 内部营销理论 在线教育营销策划方案 品牌网站建设公司 温州手机网站建设 关于营销的网站有哪些内容 国家网络安全基地建设方案 营销型网站搭建的工作 视频营销vip教程 互联网营销精髓 html5网站 网络安全整改 营销模式 杭州 平台 公司 网站建设 信息安全 等级评估中心 长春网站优化 营销培训基地 asp网站源码 信息安全安全测试 互联网营销精髓 信息安全读研方向,-1 深蓝 信息安全 赤峰网站建设 营销体系包括 信息安全控制措施是指 信息安全 等级评估中心 信息安全部审核建议 最大的网络营销公司 网络安全等级保护工作的保障情况 广州网络营销 温州手机网站建设 信息安全峰会2017 信息安全 自有 教育行业营销策划方案 信息安全保密专业大学 信息安全主要研究领域 信息安全峰会2017 网络营销的具体内容 营销模式 网络安全技术人员 广告与营销的区别与联系 汕头网站制作公司 网络安全问题原因 国家信息安全文章 网站制作公司合肥 中华人民共和国计算机信息安全保护条例 汉中建网站 中国信息安全测评中心华中测评中心怎么样 品牌网站建设公司 irs网络安全战略目标 信息安全资质 咨询 信息安全 英国 医院网络营销 深圳自适应网站制作 信息安全等级保护发布 深圳做网站的公司 大同网站建设 长春网站优化 怎么弄一个网站珠海网站建设哪家好 衡水企业网站设计 中华人民共和国计算机信息安全保护条例 汉中建网站 如何建自己的个人网站 免费域名网站的信息安全评估多长时间 英语网站建设 互联网加数据库营销