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
宣城网站建设重庆做网站服装微博营销案例分析品质网站设多个zencart网站收款邮箱绑定到同一个paypal主账号网络安全的专业深圳公司网站改版通知网络安全的专业H5建网站餐饮业的网络营销两个月气走三个班主任。 面对有着教师修罗场,学渣游乐园之称的学渣特长班——七班。 即使教导主任开出极高的待遇,一群老教师们也是一个个坐如泰山,无人肯领命。 恰在这时,作为实习教师的陈楚激活最强教学系统。 于是毛遂自荐,成为七班新的班主任,从零开始打造世界最强特长班。 体育特长生:“我奥数竞赛全国第一。” 绘画特长生:“我科研竞赛全国第一。” 舞蹈特长生:“我知识竞赛全国第一。” 升学在即,领导视察,全懵了。 “让你代管特长班,怎么全保送了!?”夏国从一撮尔小国,竟然一路崛起,成为大陆举足轻重的强国之一!这不仅靠着大皇子的惊才绝艳,还有二皇子的各种不同于常人的治国谋略! 秦皇:生子当如李九如! 汉帝:此子用兵,神鬼莫测,无人能出其右! 儒家先生:吾之一生,所骄傲不在于教导出圣贤七十二,更不在于留下经典传世,惟李九如尔! “我真的不是什么治国奇才!” “所有的一切,都是身边这群脑补怪背刺怪的功劳!” “我最初的目标,不过只是想做一个败国皇子,仅此而已。” ……当故事都变为现实,曾经只出现在童话故事、名著、民间传说中的生物活跃在世间…… 寻找外婆的小红帽变成了狼人,高塔上的长发公主只是肉球,小人鱼的歌声会让人化为泡沫,糖果屋中藏着尔虞我诈,卖火柴的小女孩背负着绝望…… 掌混沌太荒之力,修真龙不灭之体,诸天万界,唯吾独尊,觉神脉,修神诀,武道之极,逆天屠神!中星历1716年,太白和奥莉伴随天地间九彩虹光诞生,同时也惊动了大批高手甚至是仙神的注意,而无数势力的强者中竟然有很多人认识他们的前世,甚至为此等待了他们万年之久…… 前世的他们,光催耀目,几乎以自己的力量创造了当今世界的格局,面对这个复杂的世界,他们的转世重修能否击破命运的牢笼,成就无上的存在呢?我叫李摆,木子李,摆烂的摆, 在996的快乐社畜加班生涯中,光荣猝死,但接引我的并不是地府的十殿阎罗,而是酆都大帝阴天子本尊... “骚年,看你我老乡一场,当我的乖外孙儿可好?”黄金王座上的阴天子阴沉沉的看着我。 不是我想同意,而是臣妾做不到啊,十八层地狱打听打听谁最大,后土娘娘见到天子陛下都得弯腰行李,于是我李摆被迫当了孙子,还是真孙子,阴天子的外孙李摆.. 从此李摆走向了穿越诸天万界的不归路,在射雕世界,他大肆发展旅游业,收取华山论剑门票费,各路武林豪侠敢怒不敢言,无他,李摆是修仙的,他们打不过... 神雕世界,化身水稻种植专家,不是为了天下百姓,而是因为嫌弃家里的佣人种田很慢.. 穿越过后,从小到大,家里不是至高之神就是宇宙主宰,而我李摆,只是凡人一个,还是无赖中的无赖。 这是一个搞笑的小人物穿越诸天外界的搞笑故事。重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”空灵域,苍广无穷,强者林立。 万年前,人魔大战,斩天帝陨落,而在万年之后,废材叶晨被逐出家族,在一次机缘中,得斩天剑诀,从此,空灵域,有一人,名叶晨,领万族,救苍生! 什么是魔?无论你是以何种方式示人,是天下无双?是风华绝代?是仙风道骨?抑或是挥斥方遒。心魔生而魔根深种,魔根生而魔性纠结,成魔只是时间问题。 万恶念先起,要灭魔先灭心魔,这才是伏魔的真谛。我心中的伏魔道其实是自我审视的过程,蜕变化蝶的过程。 不必强求比别人强,但我们要努力争取比他们更坚强,此愿足矣。【我可以回家吗?】 【我让人找过了,提瓦特大陆不在这个世界,也就是说,你可能回不去了。】 【我需要回去,那里有我的朋友、战友……】 【我帮你,不过,你可能需要在这里呆一会儿,巴尔泽布,或者说,雷电将军小姐】 邹锦辉看着面前的女孩,露出了一丝微笑。 雷电将军想了想,点了点头。 因为 是这个人,在自己受伤和虚弱的时候,救了自己。 【那么,你想要什么东西报答呢?】雷电将军笑着问对方。 【以后再说吧】 邹锦辉看着她,笑了笑。
微博营销的作用是什么 长沙企业网站 东莞网络营销外包 网络安全管理系统 公安 成都网站设计制作工作室 重庆微信网站开发公 计算机网络安全技术分析 企业网络安全加固 如何做推广营销 物流行业网站建设方案 外灵干扰的咨询技巧【www.richdady.cn】 投资项目的案例分享咨询【www.richdady.cn】 耳鸣的自我提升【www.richdady.cn】 前世今生的咨询方式咨询【www.richdady.cn】 财运不佳的改善方法咨询【www.richdady.cn】 前世缘份的解读方法【微:qq383550880 】√转ihbwel 事业发展的灵性视角咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世记忆咨询【σσЗ8З55О88О√转ihbwel 投资项目的风险评估咨询【www.richdady.cn】√转ihbwel 灵性成长工作坊咨询【www.richdady.cn】√转ihbwel 家宅磁场的调整方法咨询【www.richdady.cn】√转ihbwel 失业的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 财运不佳的理财技巧【微:qq383550880 】√转ihbwel 前世缘份的故事有哪些案例?【企鹅383550880】√转ihbwel 孩子学习不好的自我提升咨询【微:qq383550880 】√转ihbwel 孩子学习不好的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差咨询【企鹅383550880】√转ihbwel 婴灵的超度与家庭和谐【www.richdady.cn】√转ihbwel 精神不振的心理调适【www.richdady.cn】√转ihbwel 工作升迁的障碍与突破威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营销推广理论 网站用字体 信息安全建设依据 iphone网络安全 哪里的搜索整合营销 保定市网站制作公司 营销型网站和展示型网站的区别 cap 网络安全 永久免费企业网站申请 网络安全工程师培训班 信息安全的威胁 合肥网站设计高端公司 服装网络营销案例 在线营销培训课程 苏州做网站推广的公司 网络营销的三个方面 我国服装企业网络品牌的营销策略分析——基于凡客诚品品牌案例分析 个人网站建立步骤 金融网站开发方案 深圳网站建设价格 东莞营销型网站建设 重庆做网站 vpn技术与网络安全案例 商务网站建设方案 无线网络安全 周 重庆微信网站开发公 保定 网站建设 企业网络安全测试 2015工业控制网络安全态势报告 企业网站适合做成响应式吗 电子邮件营销基本方法 传统市场营销包括哪些方面 服务营销优缺点 提高网络营销的能力 信息安全通告服务 企业网络信息安全培训课程网络安全服务机构向社会发布网络攻击 计算机网络安全技术分析 广州南方信息安全产业基地有限公司 密码技术是网络安全 网站所有页面 营销型网站和展示型网站的区别 网络安全技术杂志 网络安全技术杂志 东莞营销型网站建设 重庆网络营销哪家专业 杜蕾斯的网络营销 传统市场营销包括哪些方面 信息安全网络安全关键基础设施网络安全 企业网络安全加固 深圳市能士信息安全有限公司 微信营销标题怎么写 网站套餐 服装微博营销案例分析 信息安全通告服务 计算机网络安全技术分析 cio 信息安全 徐州网站建设 cap 网络安全 信息技术与信息安全 linux系统的优点完全免费代码开源 服务营销优缺点 网络营销的费用问题 seo营销技巧培训课程 芜湖网站优化 进一步提高信息安全意识 保定市网站制作公司 哪里的搜索整合营销 设计君网站 做电商的网站 网站国际化 品牌营销对企业的意义 进一步提高信息安全意识 微博营销的作用是什么 网络营销证书 支付敏感信息安全审计 网红网站建设官网 微信营销标题怎么写 网络安全法 正式 上国外网站的dns 重庆璧山网站制作公司电话营销主要是营销什么 智能网联汽车信息安全 网络安全最新 昆明网站设计公司 商务网站建设方案 php语言的网站建设 长沙企业网站 网络与信息安全方向 培养计划 信息安全通告服务 外卖营销方式 哪里的搜索整合营销 多个zencart网站收款邮箱绑定到同一个paypal主账号 免费申请网站 深圳公司网站改版通知 中国信息安全测评中心 上级主管部门 芜湖网站优化 设计网站的优势 企业网络安全加固 合肥网站设计高端公司 永久免费企业网站申请 公司信息安全 系统 网站背景音乐 小企业网站免费建设 中国信息安全认证中心 主任 linux网络安全 论文 电商营销软件有哪些 提高网络营销的能力 网站制作中心 网站制作中心 美国网络安全立法 人工智能 信息安全 物流行业网站建设方案 网站左侧滚动带微信二维码的jquery在线qq客服代码 广东信息安全评测中心 网络安全管理系统 公安 网站开发平台 我国服装企业网络品牌的营销策略分析——基于凡客诚品品牌案例分析 中国网络安全局 秦皇岛网站制作 重庆网络营销哪家专业 网络与信息安全方向 培养计划 桂林网站推广 永久免费企业网站申请 网络安全人才奖 2016一个网站做几个关键词 网站设计手机型 2017信息安全缺人 餐饮业的网络营销 功能性网站制作 cio 信息安全 网络安全最新 信息安全事件通报预警标准规范 深圳外贸网站建设 营销推广理论 网络安全专用产品 如何扫描网站漏洞 空间网络安全研讨会 奥巴马营销