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
珠海动态网站制作外包网络安全公司解放军网络安全网络安全 指标电子商务营销的关键是高州做网站网站设计的文案网络营销11mcafee 网络安全网络安全的应用孟婆说我在阳间的寿命没超过24小时,不给予办理投胎业务。 而我当了十八年的鬼,终于等来家里给我烧了一间小卖部。 我意外发现这件小卖部通阳间,可以从阳间进货,拿到阴间来卖。 从此以后我便就做起了阴阳两界的生意,叱咤阴间。 和乔老爷一起卖手机,和扣比一起打篮球,但阎王竟然不要我投胎?A城中流传着有关另一个世界的古老传说,人群沸腾之中真相却愈加扑朔迷离,令人可怖的巨型落日,落日之中是否隐藏着白骨与宫殿?科技局频频消失的人员,谁也解释不清的末日传闻,究竟是谁在传播这些故事?全城警戒,车祸不断,枪战迭出,这一切的背后是怎样的黑手操控?落日之战,三分天下,黑科技武器迭出不穷,谁操纵了这个世界的程序,谁就是这个世界的王。从轮椅上的青年走上至尊王位,手下听命的不仅是骁勇善战的千军万马,更是大自然的风雨雷电,在这不可想象的逆袭背后,竟是一个庞大的科研计划,几代人的前赴后继,延绵成这个世界两万里白骨的奇观,而挽救末世危机的秘密,竟就隐藏在这虚拟时空之中.....言钦雅有四张面具,首为狐耳,是对黎明百姓仁慈与怜悯,然愚民不可救,围而攻之,遂出黑龙,怒而屠城;冷静之后,蝶衣覆面,游荡江湖,放逐为自由;奈何红颜为君倾,赠君鸣凰,携妻归庙堂。一个顶尖的剑客,为情遭人陷害,武功禁失,力经千难万险,恢复自己的功夫。 一个失了忆的刀客,初入江湖,想找回记忆,可是江湖险恶让想找回失忆的刀客受尽艰辛苦难。 这样奇葩的一刀一剑相遇了,他们会在江湖中刀歌剑舞着自己的故事死后的世界是怎么样的,陈欣健对此一无所知,在被黑心老板压榨一天后,不仅被榨的一滴不剩,更是以悲催的死法死去,但是在前往阴间的路上,机缘巧合加入了旧神的赌局,以消除记忆,并且没有一点祝福或者神力的代价,转生到了异世界。并凭借前世中打游戏产生的潜意识,逐步高升。但是在高升的背后,阴谋,正在展开.......一次改变命运的工作,一个神奇的手机。 平凡屌丝陈非能不能借此一飞冲天。 武林高手或修仙之路,凭一个手机打开人生不一样的门。 看他如何选择人生之路,从这一刻起,他不再平凡。 小道士出世当警察,收魂、灭魄、封神明,几世轮回定天下。 布局不断为世人。 正可谓:时光为盘,魂做子,千年棋局起风云!  综武大陆,王朝林立。   李损穿越而来,成为古墓派唯一男弟子,激活鸿蒙签到系统。    从此丹药、神功,样样不缺,美女、公主接连不断。   九阴真经我有!   十绝体我有!   大还丹我有!   降龙十八掌我有!   我有!我有!我全都有!   李损签到十年,自此无敌世间!                   天合神州,大岚王朝。 有那么几个见过世间百态,历尽天下万事,到头来却死得默默无闻的老侠客。 有那么一个被骂为窃天下之贼的前朝太子。 有那么一个背负双亲之仇,隐姓埋名的大户之后。 有那么一群死守国门,却被朝堂弃如敝履的将士。 还有…… 算了,还是不说了。 他们的故事,岂是一言可以蔽之? (对了,还有武林外传的老几位!)社畜男主意外穿越获得教团传承, 异界魔兽卷土重来。看似平静的大陆实则暗涛汹涌。百年前的暗黑圣战是否又将重演?是仇恨还是宿命?是利益还是贪婪?让我们言归正传······
反思维营销 专业网站设计 网络安全公司 网站评测的作用 网络营销运营专员 淘宝双十一的营销策略分析 常州企业网站建设价格 网络营销促销策略 网站建立公司四川 重庆seo网络营销高手 家庭关系的相处之道【www.richdady.cn】 外灵干扰的原因分析【www.richdady.cn】 儿子不读书的解决方法【www.richdady.cn】 前世老婆的前世修行咨询【www.richdady.cn】 前世缘份的重逢有什么迹象?咨询【www.richdady.cn】 孩子厌学的原因分析【www.richdady.cn】√转ihbwel 财运不佳的财富规划咨询【www.richdady.cn】√转ihbwel 脑部不清晰的心理调适【www.richdady.cn】√转ihbwel 暗恋的情感释放咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的矛盾化解方法有哪些?【企鹅383550880】√转ihbwel 大龄剩女的婚恋现状咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感调解技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感沟通【www.richdady.cn】√转ihbwel 官司的法律咨询咨询【微:qq383550880 】√转ihbwel 孩子厌学的前世因果【企鹅383550880】√转ihbwel 婴灵的安抚与超度咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的识别方法【微:qq383550880 】√转ihbwel 祖灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 国家网络安全局巡视 特朗普 网络安全委员会 个人网站欣赏 营销成交关键词 上上海银基信息安全技术有限公司 九州建网站网站建设规划 互联网信息安全评测机构 上上海银基信息安全技术有限公司 信息安全从业者 网络口碑营销成功案例 2016信息安全大事记 ppc营销 有关网络安全的新技术 网站设计的文案 国网计算机信息安全,-1 网络口碑营销成功案例 网络安全威胁的例子 个人网站欣赏 新技术背景下国家信息安全国家网络安全中心在哪 网络安全周 开展 公安局信息安全证明,-1传统营销经典案例 周口做网站 做网站资讯 营销外包是什么意思 高密做网站 九州建网站网站建设规划 浙江省网络安全中心 淘宝营销 网络信息安全维护系统 网络安全 指标 有关网络安全的新技术 上海建设网站制作 烟草行业计算机信息网络安全保护规定 勒索软件当前网络安全 上海的广告公司网站建设 网络信息安全防护体系 网站前台 网站建设大致价格2017 常州企业网站建设价格 德清做网站 对信息系统运营使用单位的信息安全等级保护工作情况,-1 营销 服务 网络安全缺陷定义 2014年网络安全 网络安全小报字体设计 2016信息安全大事记 宜春网站建设 网站区分 做网站资讯 企业网站个人可以备案吗 ppc营销 大学生 网络安全 有什么网络安全的网站 青岛营销培训学校 企业网站个人可以备案吗 网络安全行业前景2016网络安全统计 新技术背景下国家信息安全国家网络安全中心在哪 网站评测的作用 自已建网站 2014年网络安全发展现状 营销型企业网站 工业信息安全培训课程 信息安全和软件开发 建立网站的流程 网络安全的应用 2012年中国互联网网络安全研究报告 2012 西电电子竞赛信息安全邀请赛西电 网络信息安全 期刊 长沙网站制作电话 网络安全公司 长沙高端网站建设服务 佛山网站建设是哪个 中央信息安全委员会 重庆seo网络营销高手 信誉好的龙岗网站建设 河南信息安全电子中心 有关网络安全的新技术 公安局信息安全证明,-1传统营销经典案例 营销成交关键词 网站模块化 个性化网站 中央信息安全委员会 珠海网站营销 个人网站欣赏 南昌手机网站制作 上海网络营销策划公司 设计型网站 淘宝营销 网络营销运营专员 大学生 网络安全 网站评测的作用 上上海银基信息安全技术有限公司 linux网络安全招聘 微商常见的营销话术 网络营销体系都有什么 上海地产网站建设 ossim 信息安全管理系统 病毒营销的方案 通信行业信息安全大赛,-1 网络安全公司 网站打模块 潍坊网站托管 工业信息安全培训课程 网络安全小报字体设计 九州建网站网站建设规划 外贸网站建设上海 整合营销成功的案例 深圳网站优化公司 上海定制网站建设公司 税务系统信息安全基本要求 网站建立公司四川 网络信息安全防护体系 信息安全和软件开发 常州企业网站建设价格 建公司网站要多久 内网信息安全解决方案,-1 珠海动态网站制作外包 反思维营销 中国个人信息安全 2014年网络安全 公安部 网络安全试点 事件营销缺点 德清做网站 网站如何优化 深圳网站优化公司 自己的网站 网站区分 信息安全和软件开发 营销成交关键词 公安部 网络安全试点 南山建网站 网络营销11 河南信息安全电子中心 整合营销传播 缺点 石家庄网站制作公司