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
电商营销课程上饶网站建设英语网站建设宁波网络营销网络安全博览会 门票鹤壁网站制作电商营销课程广告公司 整合营销最新网络安全技术信息安全服务资质安全工程一级图书管理员穿越成废帝刘辩,没地盘没资源没人才,那又怎么样。手握超级召唤系统,文臣猛将会聚一堂,青梅煮酒论英雄。不知从何时开始,这个世界已不再是我们熟悉的世界,一个人与鬼物并存的时代已经到来。   在这里,人们永远无法知道危机会在何时何地出现,生存法则被大幅改写,每一秒都是与死神的博弈。在这里,亦不乏青春、活力与朝气,人与人在危难之时彼此相依,于困境之中相扶,书写着一个个感人至深的故事,完美地展现着人性中光辉的一面。 面对强大而邪恶的鬼物,人们究竟该以什么样的姿态去斗争?又是何种力量在支撑着人们,同鬼物斗智斗勇,在危机中孕育出新的希望?   一场福与祸、生与死、进与退的抉择,正式拉开序幕!五代十国,神州血雨腥风,百姓在死亡线上挣扎着,望天悲问:大乱何时休?!国家何时大治?21岁意外身亡的的赵匡匡,睁开眼发现自己成了赵匡胤,但他开局就惹出事端,为外出避难,他辞别父母和妻子,离家闯荡,受尽磨难。所谓乱世出英雄,他先投奔郭威,因高平之战的出色表现,成为禁军的高级将领。之后逐渐在禁军中形成自己的势力,结“义社十兄弟“。柴荣病死,他发动陈桥兵变,黄袍加身。称帝后,赵匡胤先击溃后周残余势力,又采取“先南后北”的策略,攻灭了割据政权,加强了对北方的防御。随后他兵不血刃 “杯酒释兵权”。坚持“重文抑武”的国策,开创了大宋的辉煌盛世。最后一次穿越,那就,战双帕弥什吧,去拯救那个破碎的世界,和灰鸦一起,去夺回人类的家园 [系统] 解析,重组,安装,改造 以首席指挥官的身份,我将向帕弥什发起进攻来自星辰的启示, 人与神明相抗争。 超前进化的智慧, 痴迷幻梦不愿醒。 败军之将,梦途惊醒,逆天改命,铸就新(醒)程。 腾龙大陆。   万族林立,人以强者为尊。   而肖不易的身份却是反派,和主角王岩所对立的反派 血与火的战场,风声鹤唳的山林,神奇的猛兽和古武少年,这是一支有着铮铮铁骨的特种部队,这是一群浴血疆场、有血有泪的特种军人。枪声与热血共存,猛兽与英雄相伴,这是一本描写铁骨军人的书! 书友群号:336093992 竹香书屋VIP读者群:群号468694031琼花娇欲语,紫日浮云烟, 扶摇仙凌顶,执掌剑神霄! 一介女修如何踏步青云?剑道登极!吾剑沉仙!叶帆重生在元宇宙刚刚开始的时候。 没有人比他更加清楚元宇宙到底是一个什么样的东西。 这是一个地球文明与高级文明联网的时代。 这是一个地球变异、人类接受各种全新科技、基因突变、生命进化的时代。 这是一个充满了机遇与挑战的时代。 前世的叶帆只能仰望强者,在卑微中走向死亡。 这一世,叶帆要向生命的终极进化迈进!一颗球形闪电包裹着一个灵魂来到地球,开启了一段神奇的旅程。
深圳自适应网站制作 外贸网站建设公司咨询 20个中国风网站设计欣赏 网站兼容 什么样的网站 网站怎么维护 整合营销传播的理解 网络安全培训流程图 兰州网站优化 上饶网站建设 大龄剩女的婚恋经验咨询【www.richdady.cn】 升迁障碍的职场转型【www.richdady.cn】 前世今生的缘分揭秘咨询【www.richdady.cn】 老公家暴的前世因果【www.richdady.cn】 与女友前世的记忆解析【www.richdady.cn】 去世的父亲的前世解析咨询【www.richdady.cn】√转ihbwel 与男友前世的故事分析【www.richdady.cn】√转ihbwel 家庭关系的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何知道自己有前世缘份?【微:qq383550880 】√转ihbwel 心特别累的原因分析咨询【微:qq383550880 】√转ihbwel 感情纠纷的沟通技巧咨询【企鹅383550880】√转ihbwel 为什么过世的前世缘分【σσЗ8З55О88О√转ihbwel 发育倒退的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的案例分享【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读环境咨询【企鹅383550880】√转ihbwel 孩子不爱读书的应对策略有哪些?咨询【微:qq383550880 】√转ihbwel 前世缘份的前世缘分咨询【www.richdady.cn】√转ihbwel 无形干扰对工作效率的影响咨询【www.richdady.cn】√转ihbwel 官司的法律咨询咨询【微:qq383550880 】√转ihbwel 家庭关系的教育建议咨询【σσЗ8З55О88О√转ihbwel 模板网站与定制网站区别 上海网站建设联系电 国家网络安全管理 建网站的公司哪家好 北京汉邦信息安全综合审计监控系统售后电话 信息安全实验代码 互联网平台信息安全 营销推介方式 关于网络安全电影 网站兼容工具 jquery html5响应式手机网站左侧弹出导航菜单代码 信息安全技术 物理安全 模版型网站 网络营销怎么搞 最专业的做网站公司 乐清手机网站优化推广 网络安全研究趋势 网络安全协议技术及其系统 上海网站建设在哪 北京信息安全学院 设计 电商营销课程 计算机信息安全技术 2015十大信息安全事件网络与信息安全协会 句容做网站 郑州微网站建设 信息安全实验代码 信息安全等级保护 挑战 企业信息安全问题网络整合营销推广公司 最新网络安全技术 电商营销课程 信息和网络安全 济南网站制 网络营销可以不考虑( )问题. 网络安全技术基础知识 外贸网站建设公司咨询 信息安全服务资质要求 网络安全技术基础知识 国外app设计网站 网站建设公司销售招聘 网站建设设计公司 兰州网站优化 信息安全行业标准 搜索引擎营销创意分析报告 网站维护 上海创意型网站建设 信息安全例子 怎么用域名建网站 网店营销计划有哪些 营销型单页面网站 上海网站建设在哪 网站设计公司 无锡 杭州 平台 公司 网站建设 2013-2014企业存在的网络信息安全与管理的例子与分析 网站建设分几个阶段 国外app设计网站 沈阳开发网站的地方 教育网站设计 搜索引擎营销创意分析报告 广州网络安全评估公司 做一个网站人员 提供网站建设搭建 2013-2014企业存在的网络信息安全与管理的例子与分析 舆情监控 网络安全 营销型网站有哪些 专业的信息安全宣传网站 重庆网站建设优化 兰州网站优化 寻找石家庄网站建设 计算机信息安全技术 台湾网站建设 怎么在网站上添加地图 模板网站与定制网站区别 模板网站与定制网站区别 网络安全展览会 网络营销(第5版) 延安网站建设公司电话 网站线框 信息安全服务资质要求 国际著名信息安全专家观点简介 营销推介方式 南宁网站推广 响应式网站模版 教育网站设计 jquery html5响应式手机网站左侧弹出导航菜单代码 中国信息安全标准体系建设 网站维护 网站建设分几个阶段 国家网络安全管理 网站推广策略 单位信息安全等级保护工作的组织领导情况 网络安全培训流程图 济南网站建设优化 信息安全实验代码 2016中国网络安全年会 邵阳网站建设 上海网站建设联系电 信息安全安全管理体系法律管理 什么是网络营销评估 网站设计师 无线网络安全设置怎么设置 最专业的做网站公司 深圳自适应网站制作 沂水网站优化 怎么用域名建网站 篇高端网站愿建设 网络安全博览会 门票 信息安全与黑客 网络安全展览会 句容做网站 网站访问者 制作公司网站价格 信息安全服务资质安全工程一级 办公室信息安全管理个人网站注册 昆明建个网站哪家便宜 专业的信息安全宣传网站 网络安全企业50强2017 最新网络安全技术 网络安全协议技术及其系统 上海网站建设联系电 外贸网站建设公司咨询 网站兼容 信息安全例子 温州手机网站建设 建立健全的信息安全管理体系全面防护信息安全事件 网站兼容工具 信息网络安全学院 20个中国风网站设计欣赏 专业的营销网站建设公司 广西免费网站制作 网站建设分几个阶段 信息安全业务规划 信息安全技术 物理安全 网络安全代理商 国家什么部门负责网络安全 浙江省网络安全协会