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
软文营销的作用及优势营销系统性能测试信息安全好的大学2016信息安全泄密案例网站无备案信息安全基础课程简介网络安全事件种类大学生的网络信息安全国家级网络安全事件网络安全及信息管理网站代运营一觉醒来,这个世界再也不是熟悉的那个车水马龙的样子,纷乱的战火,各色的超能力,这是干嘛啊!觉醒了SSS级别的超能力,我是奶妈?不,我这是圣职者,惩戒与祝福才是我的专长,那个劳什子治疗,只是我附带的能力罢了!以战国纷争为模式,杜撰、拟造全新世界格局。从始乱纷争,到一统天下,再到风云再起,最终回归一统的庞大布局体系。楔子 我叫千羽,二十四岁,打工人,每天做着相同的工作,我却很满足,因为家里人多不用安排家庭的事情,无牵无挂属实是躺平了。 因为一场意外,我来到了海贼王的世界,不过我对于力量并不渴望,我只想好好过好每一天,珍惜还活着的时间。一位山中女子,深入江湖,无奈她身边爱她的人一个个离她去,为了保护她想保护的人,学习武术,变强大,在江湖中风卷残云,江湖门派听到她的名号无不闻风丧胆.....一把被遗忘的斩魄刀,静静的在拘突中等待新的主人的来临。 在火车中沉睡的少年刚刚清醒,在一阵猛烈的冲击感后失去了意识,醒来之时却在一片液体的包裹之下,接着,传送界门打开,他被来历不明的拘突吸入。 拘突之中,被遗忘的斩魄刀再次感受到了人类的体温。 一人,执起斩魄刀划破黑暗。 他一直梦想成为热血动漫中的人物,今日,梦想成真,可是,他很快发现,那里等待他的不是他梦想中炫酷的冒险,而是为了保命与朋友无奈选择的斗争与杀戮。 五十年后,他梦想着找到一片安宁的世界,脱离无尽的血海。他找到了回到原来世界的路。 时间一晃,六十年过去,他静静的躺在病床上,神态很安详,双眼永远闭上。 一片液体中,他静静的躺着,又一次传送界门打开,又一次被拘突吸入,等待他的,是一百一十年前那声熟悉的呼唤。死刑犯9527被执行枪决,竟然意外重生,不服就干,血战强敌,强行逆袭,逆天改命,我命由我不由天!看一个死刑犯如何叱咤风云,问鼎天下。 讲述自鸦片战争至抗美援朝的一些事情。 菩萨低眉,所以慈悲六道! 撒旦低头,所以血流成河! 以撒旦之名,专职杀戮,他要当最强的那个男人! 最燃的都市,且看一个男人如何成就霸业,成为傲立巅峰的一代传奇!   【七少出品,铁血霸气】 撒旦军团群:198247503 一身青衣两柄剑,半卷真经一壶酒。 书中的江湖,镜中的富贵。 睡过去的恐龙,醒来的蝴蝶,眼中飘洒的是天下和世界。不平凡的男人和不平凡的女人相遇在一起,会产生什么效应? 是悲惋动人凄美缠绵的恋爱故事吗? 不平凡的浪子和不平凡的狂人相遇在一起,又会谱写出什么? 是惊心动魄荡气迴肠的英雄故事吗?   乾坤宇宙,总有意想不到的东西存在。 世间万物,总有光明与黑暗的一面。 万人欢呼的胜利者,得到的是王者的荣耀!   穷途末路的落败人,得到的是最后的悲歌!   
网络安全技术平台 资阳建网站 免费婚庆网站模板 网信办网络安全分级 广州微营销 信息安全学校平台 网络安全有哪些产品 重庆网站设计 名词解释网络营销组织 通信信息安全优先级秩序:可用可靠完整 冤亲债主咨询【www.richdady.cn】 纠纷的调解技巧【www.richdady.cn】 感情纠纷的心理调适【www.richdady.cn】 耳鸣的咨询技巧咨询【www.richdady.cn】 家宅磁场的检测工具【www.richdady.cn】 升迁障碍的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感调解技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运问题在线咨询【微:qq383550880 】√转ihbwel 祖灵的祭祀方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何化解婴灵带来的负面影响?咨询【微:qq383550880 】√转ihbwel 事业不顺的案例分享【企鹅383550880】√转ihbwel 发育倒退的医学检查咨询【企鹅383550880】√转ihbwel 灵魂化解的仪式【www.richdady.cn】√转ihbwel 如何知道自己是否有前世缘份?【微:qq383550880 】√转ihbwel 感情纠纷的案例分享【企鹅383550880】√转ihbwel 感情纠纷的解决方法【微:qq383550880 】√转ihbwel 前世老婆的识别方法【www.richdady.cn】√转ihbwel 邪灵的防范方法【www.richdady.cn】√转ihbwel 亲子关系的互动模式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的故事有哪些真实经历?咨询【企鹅383550880】√转ihbwel 图解 网络安全和信息化领导小组 营销免费温州做网站的公司 佛山新网站建设代理商 定制型网站 松原网站建设 关于计算机网络安全 武汉国际网络安全论坛 网站建设设计 网络安全怎样辨别 十三五 信息安全保障措施 信息安全好的大学 服务器 信息安全性 营销客软件 免费婚庆网站模板 整合营销方案 计算机网络安全课程 淘宝 病毒式营销 网络安全问题安全讨论 四川大学信息安全实验室 重庆网站优化公司 医疗行业网络安全现状 网络安全事件种类 外国教程网站有哪些 如何架设php网站 2016信息安全泄密案例 网站代运营 网络和信息安全通报实行小时联络制度 网络安全技术培训班 公司网络安全部门规划方案 图解 网络安全和信息化领导小组 直销网站建设 中国信息安全网作业,-1商务网站开发 2014第十五届中国信息安全大会 2016年第十七届中国信息安全大会 信息安全红蓝对抗 网络安全有哪些产品 信息安全好的大学 深证市信息安全等级保护网 做电子商务网站 除了域名 网页设计 还有服务器 和网站空间 手机网站范例 营销推广课程 菜鸟做网站 卫龙网络营销方案范文 如何架设php网站 两会期间信息安全 信息安全技术 数据库管理 家居营销网 株洲网站制作 品牌整合营销 王者荣耀 平凉网站建设 四川大学信息安全实验室 关于计算机网络安全 网络安全门槛 广州微营销 手机网站设计机构 网络安全案例视频 营销型网站设计特点 网络安全等级测评要求 网络安全开发 免费企业网站创建 网站三要 营销推广课程 珠海网站建设 图解 网络安全和信息化领导小组 银监会 信息安全 文件,-1 网络安全法正式实施 程序员转网络安全 免费婚庆网站模板 手机网站范例 四川大学信息安全实验室 长沙微信网站 高端企业网站信息 网站设计深圳 河北网站建设 银行信息安全报告 网站建设设计 网络安全法正式实施 企业网站营销概念 网络安全问题安全讨论 南京网络安全类公司排名 个人网络信息安全事例 网络安全题材电影 信息安全外企工作内容 营销免费温州做网站的公司 武汉国际网络安全论坛 网络安全培训提纲 免费企业网站创建 信息安全认证公司排名,-1 搭建网站 网页小型企业网站设计与制作 企业产品展示型网站案例 网络和信息安全通报实行小时联络制度 展示型网站建设流程 网络安全法 网络标准范畴 i春秋网络安全大片app 个人如何做好网络安全 营销客软件 整合营销方案 河北邢台wap网站建设 国家网络安全机构 信息安全二级认证费用,-1 高端企业网站信息 信息安全外企工作内容 定制型网站 网络安全攻防研究室 服务器 信息安全性 石家庄移动端网站建设 淘宝 病毒式营销 清华 信息安全 信息安全基础课程简介 信息安全标准可以分为 河北邢台wap网站建设 内部列表email营销问题 gartner信息安全的威胁 内蒙古网站建站 网络安全相关的产品 名词解释网络营销组织 北京网站改版 医疗行业网络安全现状 展示型网站建设流程 网络安全技术平台 网络营销事件营销 网站建设首页突出什么 深圳网站建设营销策划 双11店铺营销亮点 信息安全报 服务器 信息安全性 网络安全有哪些产品 网络安全开发 免费婚庆网站模板 邢台做网站哪儿好 通信信息安全优先级秩序:可用可靠完整 银监会 信息安全 文件,-1 网络安全等级测评要求 宁波网络营销推广 计算机网络安全课程