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
北京企业网站案例我国信息安全存在的主要问题有微博营销广告语投资网站维护关于信息安全等级保护工作的实施意见杭州g20峰会网络安全太原网站开发哪家好营销电商互联网营销思想河南网络营销我是天的审判者,弹指间人间灰飞烟灭。我是天的审判者,这个世界由我来定义。我有及其强大的实力,有过人的气运。我的一生是孤独的,也是精彩的。我用一生来寻求变强的理由,在我付出千辛万苦的努力下,最终找到了答案,原来变强没有理由。徐小山穿越到御兽为主的灵界,却发现自己修炼天赋极差。 正当绝望,开启赐福系统,凡是被赐福者能获得各种机缘。 在他手中,一只普通的食铁兽可以成为震慑古今的武道宗师; 断翅的仙鹤也能御剑而行,终成一代剑仙; 骄傲的孔雀玩起了枪炮…… 在他手中出现了一群奇葩却强大的灵兽。 看到这个结果,徐小山诞生了一个伟大的理想,他要开创一条不一样的御兽之路。活着就是不断地经历着各种离别,可并非所有的离开都是曲终人散,活着的人有回忆,离开的人有眷恋......你若忌惮老魔我,尽管下杀手,我虽转世法力皆空,但也不是你这货色能随意欺负。 美人炉鼎,我自取便是。 我本魔道,莫谈良心 以日记形式记录大兴安岭密林深处的灵异故事,如果能通过坐标找到我,可以一块聊聊。大学毕业后,苏世横得到了他梦寐以求的工作,成为了一名他从小就想成为的人民教师,他很开心,这一度让他以为,他的人生故事会一直按照自己设想好的情节去发展。然而,在真正参加了工作、进入了社会之后,他才终于明白以前的象牙塔是多么地单纯又美好。人情冷暖;挫折磨难;残酷的现实让他经历了一段心酸无助、痛苦不堪的黑暗时光,甚至还让他产生过了结自己的恐怖念头,所幸后来,他撑过了煎熬,保住了赤子之心,他的棱角不仅没有被社会磨平,反而变得更有锋芒,“横眉冷对千夫指,真心独为知己笑”,做自己就好,不必在意世人的眼光。 剑足够利,拳头足够大,才是真正的道理…… 方酒本是清苦知足,乐活安稳的一名少年,没有雄心野心,没有凌云之志。然而江湖上哪有什么真正的安稳。 风云难测,人心更是诡变。江湖险恶,三擎百教林立,有人径来直去,有人心术权谋。赤子少年如何在纷争中挣扎,是泯然众人,还是一步登天。 诸君,且观风云。一处阴森诡异的迷雾森林,那里到处都是高大的树,浓重的迷雾。 传说能够进去的活人就再也无法出来,从此在这个世界上了无音讯。 人们都说迷雾森林的深处有一座古老且宏伟的城堡,没人知道城堡的主人是谁,等大家注意到的时候那座城堡就已经在那了。 有些人能够进到迷雾森林找到那座城堡,而有些人连进入森林都无法做到,因为他们根本无法找到这处传说中的森林到底在哪,那是一座不存在的森林。 传说中那处森林连一只动物都没有,只有高大的树木和杂草丛生的草地证明那里有生机。 如今又有5位不怕死的人来到了这座森林,以探险为由,想要亲眼看一看这座传说当中并不存在的森林到底存不存在。 但他们却在过程中遇到了一位少年,6人集结一个小队去进入了那座森林。 少年是谁?迷雾森林和其中的城堡又是何物?神秘的邪/教徒是谁? 阵法…祭坛…邪/教徒…怪物… 这个世界变得已经我和认知中的不一样了…… 剧情流,微克苏鲁元素,悬疑解密以及一点点探险元素,中西结合背景由于核战争的爆发,大量的能量,摧毁了地表许多的城市但是一直在各种动植物体内沉睡的基因苏醒了。各种各位出现过的神奇动植物都出现。人类的生存空间越来越小……死后的世界是怎么样的,陈欣健对此一无所知,在被黑心老板压榨一天后,不仅被榨的一滴不剩,更是以悲催的死法死去,但是在前往阴间的路上,机缘巧合加入了旧神的赌局,以消除记忆,并且没有一点祝福或者神力的代价,转生到了异世界。并凭借前世中打游戏产生的潜意识,逐步高升。但是在高升的背后,阴谋,正在展开.......
网站建设 技术 福州网站制作好的企业 重装系统是信息安全技术吗 信息安全产品配置与应用 增强信息安全意识 qq免费建网站 武汉网络推广营销公司排名 贵州省网络与信息安全测评认证中心招聘郑州手机网站建设 网络安全监管机构是: 互联网全案营销 头脑混沌时如何提高注意力咨询【www.richdady.cn】 公司破产的案例分享【www.richdady.cn】 婴灵的安抚有哪些技巧?咨询【www.richdady.cn】 查财运专业服务咨询【www.richdady.cn】 前世今生的轮回有哪些真实经历?咨询【www.richdady.cn】 前世缘份的识别方法咨询【σσЗ8З55О88О√转ihbwel 儿子抑郁症的症状与诊断【微:qq383550880 】√转ihbwel 纠纷的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的情感维护咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世因果化解方法咨询【σσЗ8З55О88О√转ihbwel 精神不振的自我提升【微:qq383550880 】√转ihbwel 婴灵的超度与心理安慰咨询【www.richdady.cn】√转ihbwel 自闭症的家庭支持咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与因果咨询【www.richdady.cn】√转ihbwel 与男友前世咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰与化解技巧【企鹅383550880】√转ihbwel 意外的原因分析【www.richdady.cn】√转ihbwel 大龄剩女的婚恋规划咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的原因有哪些?咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络安全法 网站 网络安全txt下载沧州网站制作 佛山新网站建设平台 学校网络安全使用 营销电商 信息安全专业全国哪些 网站取消备案 网站建设 技术 英国信息安全 上海银基信息安全 西安网站建设成功建设 瓦房店网站建设 商业网站有哪些 网站内容更新 网络安全的通知 网站制作 太原 网站配色 建网站需要什么 中国信息安全认证证书 互联网全案营销 信息安全认证(cispcissp),-1 网络信息安全软件 请问如何对以上传的网站进行内容的维护需要注意哪些事项? 邢台网站设计厂家 济南网站制作厂家网络安全组成 网络营销证书在哪可查 中国网络营销环境研究 直接网络营销和间接网络营销 网站建设服务费标准 网络营销畅销书排行榜 上海信息安全管理中心地址,-1 .信息安全测评机构的资质认定 昆明高端网站建设 网站取消备案 关于信息安全的培训 微信营销怎么引流 网站配色 营销要点 2016工业控制网络安全态势报告 杭州网站制作外包 网站制作 太原 网络安全硬件平台厂商 网络营销外包协议 网络营销证书在哪可查 网站描文本 网络安全基线三个等级 武汉网络推广营销公司排名 西安网站建设成功建设 做网站建设 上海品质网站建设 上海信息安全管理中心地址,-1 关于信息安全等级保护工作的实施意见 中国网络营销环境研究 淄博网站优化 商业网站有哪些 网络营销入门指引 中国信息安全认证证书 请问如何对以上传的网站进行内容的维护需要注意哪些事项? 4.29网络安全 中国网络安全大会2017 西安网站建设成功建设 微网站怎么制作 中山企业手机网站建设 信息安全培训 凡克营销 电商营销公司 网络安全 数据取证 移动网站性能 网络安全硬件平台厂商 蜂鸣营销 信息安全类公司 网络安全服务标准方案 风雨同舟网站建设 注册信息安全员好考吗,-1 qq免费建网站 风雨同舟网站建设 电商营销公司 网站设计开发的难点 建网站需要什么 网站描文本 网络安全法 网站 2016信息安全泄露案例,-1 合肥网站推广 企业网络营销后期总结 网站配色 网络安全 数据取证 中国网络安全大会2017 网络安全分析 qq免费建网站 中国互联网络安全 应该双网站 郑州网站优化 理想的网络安全状态 网站加视频 网络营销怎么引流 西安网站建设成功建设 杭州网站建设公司 上海品质网站建设 河南网络营销 关于信息安全等级保护工作的实施意见 邮件营销的七个步 河西做网站 德阳网站制作 常见的互联网营销活动 互联网营销思想 商业网站有哪些 西安网站建设成功建设 网络安全基线三个等级 网络营销的定义及分类 信息安全逆向工程 西安制作公司网站的公司 信息安全产品配置与应用 蜂鸣营销 营销型公司有哪些 企业网络安全策划 做网站建设 网络安全业务国家信息安全服务等级资质 商城网络营销 网络营销培训课程 上海银基信息安全 风雨同舟网站建设 网络信息安全软件 专业网站开发服务 网站界面设计需要 信息安全专业全国哪些 网络营销外包协议 网站建设的编程技术 三只松鼠微博微信营销策略 网络安全检查办法 关于建网站新闻 瓦房店网站建设 互联网全案营销 邢台网站设计厂家 国家信息安全保障人员 网络安全法 网站