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
第二届国家网络安全宣传周主题做网站设计服务商凡客诚品网络营销现状南通网站建上海简约网站建设公司南昌网站开发社会化网络营销的特点如何学营销中国信息安全认证中西深圳营销推广报价自从楚辞发现自己的眼睛会透视,能看到村花二丫洗澡,能看到俏寡妇家的炕上总有一个男人……自此就过上了没羞没臊的生活。小农会医术谁也挡不住,十二路基点擒拿手,专治各种冷淡……苏阳,一个自认为是无法修练的废柴,为救家人,甘愿献出自己年轻的生命。意外重生后,却发现自己的牺牲并没有挽救全家人的性命,自己家人依旧惨遭杀害,为了能够让家人重生,为了复仇,为了寻找失踪父亲的下落,他踏上了一条艰苦而又漫长的修神之路。朱庭隆穿越成为一个衙内, 但还来不及高兴就发现老爹下狱家产抄没 …… 后来的他成了四大世族的座上宾,公主的好友。他封王拜相,收服四海。 可他原本只觉得躺平,舒舒服服做个衙内才是最香的啊…… PS:谢谢各位支持永远未满十八岁的我,爸爸妈妈群:466617530集合原著人物,重摆西游盛宴。二师兄被人忽悠进了元宇宙,以为站在了时代风口,可以飞起来了,万万没有想到,却成为人生负翁。老父亲气急交加,扇了他一巴掌,竟使他具备了人机对接、信息迁移功能。此后回到老家农村,搭建了自己的元宇宙,开始了自己的加挂创业模式......随着光芒的闪动,袁东升莫名其妙的参加了一场诸神举办的战争游戏。 在这宏大的虚空之中,每位玩家都会获得一块属于自己的领地地块,而随着地块面积的增加,玩家的领地终会在虚空中链接。 而胜利的唯一标准,或者说活下去的唯一机会,就是消灭所有的玩家。那么战斗吧,消灭无数的竞争对手,只为活下去!  “老祖,五百年了,为何,为何渡我不渡她……今吾已成圣,而她,终是凡人……”   “若我渡她,你须受三千雷击,三千鹰啄,魂魄将会投入太虚而永世不得超生,她也将会抹去对你的一切记忆,你,可愿承受?”   “为何,老祖为何不能成全我们,若今日老祖不同意,我就算是死,也要让她回来!”   “好,若你打得赢我,我就让她回来。”   “黑灵天圣在动手前,向您谢罪了”   樱花纷落,映出刀光剑影   天降甘露,不知是谁的嘶吼   点点血色,散在这一片叶中   再次挥动,却是徒劳   樱花散尽,指穿人心,一个人影缓缓倒下……   一个生命的结束,便是另一个生命的开始……………  天生至尊,为人族斩妖除魔!护人族万垂不朽!江宇泽前世遭兄弟的反水,亲朋的质疑,爱人的背叛,不幸陨落。烟消道散之时,竟发现在这大千世界之中,源灵大陆只不过是一粒尘埃。万年后得以重生,挖掘新的力量,开创新的规则,以源灵大陆为基础,向未知探索!曾浩重生到北宋水浒世界,竟成为武大郎! 还好,此刻的潘金莲还是单纯小可爱,西门庆还没有出现。 他誓要改变武大郎悲惨的命运! 收服各路梁山好汉,利用梁山好汉们独特的本领不断扩大自己的势力。 与神医安道全发展医药业; 与林冲、索超、呼延灼等好汉发展物流运输与边境贸易; 与浪子燕青、铁叫子乐和发展娱乐业…… 一人,一妻,一国。诏安的惨剧将不会重演! 曾浩要让所有看不起武大郎的人都知道,什么叫降维打击!俗话说,天机不可泄露,那么何为天机,天机为何不可泄露?天机如果泄露了又会怎样?不知你是否发现,身边的某些人与他人是不同的,这种不同表现在有些人天赋异禀,有些人天生异象,同样的事不同的人看法不同,甚至完全相反。你知道你自己是怎样想的,却不知道别人是怎样想的。本书致力于讲关于天机的故事,让你领略不一样的天机!
网络安全运维服务 互联网信息网络安全 企业 信息安全部门 谷安网络安全 英国 国家信息安全 北京微信网站制作 信息安全宣传材料 网站要什么 信息安全的层次化特点决定了应用 免费的网站 财运不佳的自我提升咨询【www.richdady.cn】 与公婆前世的影响分析【www.richdady.cn】 干扰的预防与化解【www.richdady.cn】 有官司的调解技巧咨询【www.richdady.cn】 莫名其妙感伤的前世影响【www.richdady.cn】 前世今生的轮回真相咨询【企鹅383550880】√转ihbwel 前世缘份的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰与化解技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的心态如何调整?咨询【企鹅383550880】√转ihbwel 意外的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的改命技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的优化技巧【σσЗ8З55О88О√转ihbwel 有官司的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣咨询【企鹅383550880】√转ihbwel 阴间生活的前世修行【微:qq383550880 】√转ihbwel 与男友前世【σσЗ8З55О88О√转ihbwel 网络互动营销 昆明网站搜索优化 智能网站建设步骤 网站模块建网站方案 信息安全保障体系 网络安全法 香港 信息安全的原则有哪些 凡客诚品网络营销现状 搜索引擎营销的运作模式 网络安全培训几个月可以学成吗 南通网站建设 网站要什么 网站设计 价格 营销环境分析的要素 赵伟网络安全 无线网络安全wep/wpa/wpa2色系网站 网站模块建网站方案 郑州网站建设怎样 想开一家网络营销公司 营销推广心得 信息安全iso27001 龙岩网站建设 网络信息安全工程师培训 新网站制作平台 2016信息安全专业排 营销策划的含义 网站效果 谷安网络安全 闸北区网站建设 利用微博营销 宝安做网站 网站支付接口 重庆新闻营销服务 石家庄做网站 闸北区网站建设 凡客诚品网络营销现状 2015信息安全大会 上海edm营销 网站要什么 信息安全测评eal3 微信整合营销 营销 网络安全 个人信息 鹤壁网站优化 网络安全 教学安排 上海网站建设联 谷安网络安全 他人委托我做网站 中国信息安全认证中西 营销 作用 长春网站优化公司 东莞全网营销网络推广方式 上海简约网站建设公司 国家网络与信息安全中 北京微信网站制作 无线网络安全wep/wpa/wpa2色系网站 国家网络与信息安全中 谷安网络安全 国家242信息安全计划 网络安全 宣传周 12.威胁网络安全的主要因素有 网络推广和微信营销 福州专业做网站的公司有哪些 昆明网站搜索优化 网络信息安全举报 网站设计佛山顺德 美国 国家信息安全战略 网络营销工具分为沟通类和 网络安全基础操作 搜索引擎营销的运作模式 南通网站建 网络安全周宣传 重庆新闻营销服务 展示网站模版源码 网络信息安全工程师培训 福州专业做网站的公司有哪些 网络营销针对哪些人群 郑州网站建设怎样 免费的网站 微信支付 网站建设 如何考取网络营销师 电子网站建设 石家庄网站建设 机票网站建设 微信支付 网站建设 网络营销体系方法 鹤壁网站优化 网站怎么设置支付 成都网站设计 凡客诚品网络营销方案 搜索引擎营销的运作模式 网络营销技术性 有什么营销优势和劣势 龙岩网站建设 网络安全运维服务 网络安全法 香港 国家242信息安全计划 南昌网站开发 微博营销劣势 浙江 网络安全企业 中国网络安全技术30所 他人委托我做网站 企业信息安全软件 建立网站备案需要什么资料 福州医院网站建设公司 营销环境分析的要素 凡客诚品网络营销现状 网络安全运维服务 网站设计师联盟 无线网络安全wep/wpa/wpa2色系网站 网络安全实验室 设备有哪些内容 企业网络安全介绍 网络信息安全工程师培训 网站模块建网站方案 什么是信息安全事件 网络安全 会议 网络安全稳定图片 昆明网站搜索优化 国家网络安全宣传资料 网站建设的 石家庄网站建设 济南网站制作设计公司 昆明网络营销推广 苏州响应式网站建设 2017新网络安全法 营销单页 网络安全培训几个月可以学成吗 网络安全实验室 网络营销技术性 中国网络安全技术30所 网络信息安全与大学生 无线网络安全wep/wpa/wpa2色系网站 网络安全实验室 做网站设计服务商 贵阳网站制作免费 网络安全监控