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
网站迭代网络安全设计指标网络营销适合的年龄段网络安全主要特征是什么网络安全技术 教程网络营销的优势与劣势饿了么的网络营销模式网络安全通报机制建网站公司知道创宇信息安全大离王朝,有一剑斩天穹的剑仙,有一拳崩碎山河的武者...... 我只是大离王朝最普通的一名百姓,只因生父留下的一枚丹药,助我踏上了一条不平凡的路。这是一个游戏。 这是一个人人公平的游戏。 【当万物复苏时,而你却在沉睡…… 当万物沉睡时,你却重现在永恒的盛世迷梦中……】 不知是谁在Conenaridian百科辞典里写下了这句神秘的咒语,盛世界究竟是什么,人类难以预料…… 他们不知道,有的人为了拯救人类,在这个世界,血流成河…… 就是为了艺术真理的紫晶玫瑰…… 他们为了盛世,为了人世间的盛世…… 乔德的小提琴早已化作尘埃飘逝,沃安的华美矢车菊庄园却世世永恒……那里开放着盛世的花朵,还留着沃安的尸骨……路易的黑白键早已成了碎片,而他的力量最后形成了新的世界,让弗笛踏上了与命运最后交战的路程,人类无法战胜自然的意志,却毁灭了世界,创造了新的自己…… “万事万物,向光生长。”——乔德 “为了我所要追求的美,我宁愿飞蛾扑火然后死去。”——沃安 “与自己战斗,毁灭自己,创造永恒的世界。”——路易 “愿一切都如梦般消失。”——弗笛 毁灭自己,就是游戏的目的……在超一线城市当贫困户怎么办? 别慌,本系统带你装逼带你飞! 秦寿:系统,你不是人,但你是真的狗啊! 系统:嗯哼,你最近有点飘啊!信不信本大爷解绑? 秦寿:系统爸爸我错了! ………………………穿越异界三年的林锋,成为了神剑宗宗主!   “叮!看到宿主作为一个堂堂炎黄子孙,穿越后一事无成,垃圾到没谱!” 系统愤怒了!    “叮!资源填补升级开始……”    “叮!宿主的宗门获得主峰逆天峰,一百零八侧峰!”    “叮!宿主的宗门获得气运金龙一条!获得神级功法!”    不知不觉中,神剑宗俨然已名动天下,登临巅峰。    林锋:唉,我真没努力啊,奈何系统太给力了…… 太古年间 四大神兽争锋 引得妖修进入狂潮 公元521年间 四大神兽 古麒麟 古青龙 古白虎 古玄武传承....大象老师给儿子、女儿写的系列书信,讲述自己在他们那个年龄时的故事。剧情接着《勇者》、《超能战士》。2014年9月,ME如愿地考上了重点高中。更想不到的是,在新学校中他跟过去的所有伙伴都重逢了。轩影、电紫更是成为TFL36的导师,每天指挥着ME他们训练……30多人齐冒险,将会发生什么趣事?【简介:御兽 +单女主+宠物+搞笑】 源星这个奇妙的世界,充斥着许多既美丽又强大的生物,“月渊兽 幽冥龙 婆罗花……… 人类只要达到16岁就会觉醒属于自己的本命契约兽。 而牧清辰则不一样他一出生就有了自己的本命契约兽……“暗黑金龙王” “龙皇大人你是公的还是母的啊! “龙皇大人为什么我和别人不一样” “龙皇大人你为什么会说话啊!” “闭嘴!” 他似乎命中注定一生孤独,身边所有亲近之人皆难逃厄运。大敌当前,他空负一身武学却有仇难报。纵然同命运万般抗争,终究仍不免红颜薄命,故友凋零。他唯有斩断尘世纠缠再次只身远走西北大漠,一如当初孤身一人走出茫茫长白山林。天地间回荡起悲怆的歌声……  末日之乱三百年后,人类终于在异兽的铁蹄下重建安身之所。 陆香作为英雄之子,却在父亲死后沉迷书海,逃避现实。然而意外发现父亲或许不是死在异兽之手。 为了查明父亲死亡的真相,陆香终于踏上狩猎异兽之路。 然而真相或许比他想象中更加可怕,他们并没有在异兽口中的取得胜利,他们生活的世界或许只是一个巨大的牢笼罢了……
衡水如何做企业网站 做网站一般用什么语言 商业网站设计 网站及单位网站建设情况 上海营销外包公司 湖南网站seo 网络安全通报机制 黑客转网络安全师 网络安全告知书 免费造网站 家庭关系的幸福指南有哪些?【www.richdady.cn】 外灵干扰的咨询技巧【www.richdady.cn】 投资项目的财务规划【www.richdady.cn】 心慌胸闷头晕的原因分析咨询【www.richdady.cn】 冤亲债主干扰的根源是什么?【www.richdady.cn】 有官司的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决方法【σσЗ8З55О88О√转ihbwel 孩子学习不好的辅导方法【www.richdady.cn】√转ihbwel 心慌胸闷头晕的环境影响【企鹅383550880】√转ihbwel 发育倒退的心理调适【微:qq383550880 】√转ihbwel 耳鸣【σσЗ8З55О88О√转ihbwel 暗恋的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的早期干预措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的康复训练【σσЗ8З55О88О√转ihbwel 去世的母亲的前世解析【www.richdady.cn】√转ihbwel 与老公前世的因果关系咨询【www.richdady.cn】√转ihbwel 缺心眼的案例分享咨询【微:qq383550880 】√转ihbwel 精神不振的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场转型咨询【www.richdady.cn】√转ihbwel 信息安全管理体系的通用步骤 网络安全通报机制 顺的品牌网站建设 网站类型 网站名称 表现主题 内容设计 色彩搭配 服务对象 网络营销效果评价方式 网站迭代 做网站一般用什么语言 专业的内蒙古网站建设 深圳市移动端网站建设 wap手机网站 网络信息安全的总体形势及展望营销学课程 单位信息安全服务 网络营销公司地图 营销pc端 仿网站建设 昆明网站设计 网络安全大牛的博客深圳网站建设公司平台 建英文网站 西安做网站 BBS营销 衡水如何做企业网站 商业网站设计 网络营销标语 全国信息安全人才培训问题研究 重庆信息网络安全 江苏网站建设效果 动画网站模板 廊坊网站推广 信息安全集成服务 等级 网络安全企业高峰论坛 企业软文营销素材 浙江信息安全 重庆信息网络安全 新媒体营销外包公司哪家好 微信营销月总结报告 网络安全与攻防 北邮网络安全研究中心 机械厂网站建设 网站类型 网站名称 表现主题 内容设计 色彩搭配 服务对象 天津专业网站建设公司 网站及单位网站建设情况 吴忠网站建设 网络安全衡量标准 wap手机网站 信息安全管理体系的通用步骤 企业网站建站元素 女生适合做网络安全 网络营销工具的概念 网站建设公司 深圳 王老吉营销事件 移动营销主要的优点 中国国家信息安全漏洞库 中央信息安全管理中心,-1 北海网站建设 哪些是网络安全 网络营销公司地图 网站维护www 国家实施网络安全等级保护制度 饿了么的网络营销模式 网站组成费用 天津专业网站建设公司 网络安全教育与培训 网络营销的优势与劣势 建网站公司 上海营销外包公司 徐文渊 网络安全 大岭山网站 网站类型 网站名称 表现主题 内容设计 色彩搭配 服务对象 王老吉营销事件 网络安全 统计 信息安全等级测评要求 东莞网站建设哪家好 网络安全技术 教程 沈阳网站制作 东莞网站建设哪家好 上海营销外包公司 深圳市移动端网站建设 网络营销公司 优帮云 网络营销的优势与劣势 有关网络安全的信息 营销的层次 全国信息安全人才培训问题研究 网站都需要续费吗 网络安全主要特征是什么 网络安全测评中心 扁平化网站建设公司 信息安全等级测评要求 hd网络信息安全论坛 西宁做网站 沈阳网站制作 信息安全培训的机构 上海营销外包公司 新媒体营销热点 营销的层次 网站建设学习 单位信息安全服务 网络营销标语 新鸿儒网站 重庆信息网络安全 企业软文营销素材 网络安全与信息安全 做网站一般用什么语言 网络建设的网站 珠海网站策划公司 学校网站开发 佛山本地的网站设计公司 手机网站开发技巧 如何提高网络营销ar值 营销引流软件 重庆怎么做整合营销 商贸公司营销网站建设 网站及单位网站建设情况 以色列的网络安全技术 h5case什么网站 软件营销站 免费网站制作新闻 新鸿儒网站 网络安全委员会 青岛网站设计哪家好 网站组建 三零盛安 信息安全培训 网络安全论文1500 上海网网站建设 网站对比 免费建建网站 以色列的网络安全技术 前端营销 网络营销的基础职能有 软件信息安全测评中心待遇,-1 网络安全企业排行 网站建设 360网络安全大学 网络营销调研 网络安全告知书 网络安全企业排行