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
网络安全 大数据分析公司财务网络安全sdn 信息安全广西南宁公司网站制作单位主要网络安全业务广西信息网络安全协会佛山网站建设是哪个深圳网络营销策划招聘徐州市信息安全等级保护工作领导小组办公室网络安全属于国家安全中的陌生朝代一品大将府的庶子,突然融合了一个现代人的记忆。 这段记忆会给他带来怎样的变化?又会给这个世界带来怎样的变化? 年轻的边防警察军校成长史,爆笑的军校生活,无畏的禁毒,反恐等打击犯罪的战斗,生动反应了首战用我,用我必胜的豪迈誓言。梦是一定要做的,万一是真的呢!五十年前,先帝国师玄机真人曾预言帝国五十年后必有祸乱,届时可能生灵涂炭、血流漂橹。先帝问其破解之道,玄机真人打开转轮镜,转轮镜上印出一行字“星冥渺渺,纷争不休,欲解此道,天璇武极”。不久先帝暴毙,国师亦不知所踪......世间有几人能看清世界的真假一位正在打着游戏的年轻人突然穿越到一个叫“放逐大陆”的世界。 年轻人手持水果刀,用奇妙的手法与敌人对抗。 经常被人追杀、逃亡、被捕,仿佛“张三附体” .......... 他很勇。 此本书将记录所有的童年游戏,希望带大家重新回到童年,回忆童年的欢声笑语。在有限的时间,带给读者无限的欢乐是作者的初心。希望每一位读者都因这本书而回忆起属于自己的童心。 九荒世界百族林立,上古时期人族、海族、修罗族、魔族、妖族、鬼族等强大种族为争夺天地第一神器无量芥子天庭爆发大战,使得各族元气大伤,百族不得不归隐。拥有混沌圣体的帝天羽无意间得到天庭,从此开始了他的征伐九荒、战百族之途。平八荒、征魔族,立天庭、建地狱、控六道轮回 ,封神碑分封诸神,成为万族共尊的天帝。 天庭势力组成:九阁十八殿三十六宫七十二部。 天罚阁,直隶于帝天羽。 天策阁,智囊谋士。 药阁,掌管天庭神药天,主要职责炼丹、炼药、治伤、培育神药神草。 器阁,掌管天庭神器天,主要负责炼器、开矿。 武阁,天庭主要武力部门,分为金木水火土等部。 天机阁,情报机构,分为天罗地网两大机构。 天杀阁:刺杀机构。 天政阁,负责天庭内政。 天兵阁,掌管天庭军队。本在地球与好兄弟共同富贵,可是社会的现世,好兄弟背叛,回想一路与兄弟的艰辛苦难,怪自己不心狠手辣,走投无路自杀看淡一切,没想到穿越到玄幻世界附身到武道世家,这一世我要掌握命运与杀戮,为这-世的兄弟,能找到好婆娘好兆头 为此时身边父母之人长生不老,没想到修到最境打破长生原来这是一个小世界小细胞的开始为此开始杀神杀魔进攻干忆兆世界待看杀神与逗逼兄弟如何诞生与起追随...凡间有十二个国家,分别是:子国,丑国,寅国,卯国,辰国,巳国,午国,未国,申国,酉国,戌国,亥国……宫斗,商斗,权谋,军事海陆空作战……仙界:天空悬浮着7座山脉,这7座山脉被红,橙,黄,绿,青,蓝,紫这7种颜色的彩云分别缠绕着……在这7座彩云山脉之上依稀还有一座更高更飘渺散发着金光的山脉……即是玄幻,即是悬疑,即是言情,即是修仙,即是权谋争斗......美好的事,物,人,大家都想拥有,这是一本付出与获得的故事......米虫非女尊的人物特点,是地地道道的小女人,俗世仙山是以米虫的视野,诉说一部群雄的争斗故事……精彩继续……天下除了至高无上的权利,还有法力无边的法宝,强大的仙术;除此之外便是男人们抢夺最美的女子,女人们抢夺最强势顶级的男子......
互联网营销企业 网络营销实训方案 树莓派做信息安全 湖南网站推 公安 网络安全审计系统 中国网络安全教育 微信点对点精准营销 网站psd 网络与信息安全的建议,-1 黄国外网站 升迁障碍的职场策略有哪些?咨询【www.richdady.cn】 长期精神不振的原因咨询【www.richdady.cn】 孩子压力大的心理调适【www.richdady.cn】 升迁障碍的职场策略【www.richdady.cn】 学习成绩差的心理调适咨询【www.richdady.cn】 与女友前世的前世案例咨询【企鹅383550880】√转ihbwel 意外的前世缘分【www.richdady.cn】√转ihbwel 财运不佳的自我提升咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析【微:qq383550880 】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆咨询【微:qq383550880 】√转ihbwel 忧郁症的环境影响咨询【微:qq383550880 】√转ihbwel 特殊学校的教学方法咨询【微:qq383550880 】√转ihbwel 婴灵对家庭有哪些影响?咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的前世记忆咨询【www.richdady.cn】√转ihbwel 事业不顺的风水布局【www.richdady.cn】√转ihbwel 如何改善人际关系咨询【www.richdady.cn】√转ihbwel 前世今生的故事是真的吗?【微:qq383550880 】√转ihbwel 升迁障碍的职场突破咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目咨询【微:qq383550880 】√转ihbwel 信息安全的起源,-1 营销型网站建设 济南网站建设公司 顺义手机网站建设 网络安全字体设计 无刷新网站 信息安全竞赛 2014 国有企业信息安全管理办法 网络安全监测方案 改网站描述 网络营销是做什么的 如何在饥饿营销策略 网店协作与联动营销 信息安全备份 360与中国国家信息安全 网络营销课件 陕西企业网络营销 网络安全 人工智能结合 营销推广点 上海信息安全行业协会 福州做网站建设公司 树莓派做信息安全 网店协作与联动营销 网站分析模板 佛山做网站公司 上海市 信息安全大赛 济南之美营销策划有限公司 山西省信息安全服务资质 黑客与网络信息安全 信息安全工程 第二版 中文版下载 ciw 信息安全 做门的网站建设 湖南网站推 免费做网站 单页的网站怎么做的 网络营销公司多少钱 上传信息安全吗 深圳整合营销费用 测试内容不属于网络安全测评的是 广西信息网络安全协会 网站制作报价明细表 业务网站制作 title:(网站建设) 中国平安信息安全部门 日照网站设计 个人信息安全 ppt 公安局网络安全怎么进 服装网站模板池州网站制作公 创建网站公司 徐州 信息安全审计 深入 探讨 多种成都网站建设 聊城网站制作 互联网营销企业 网站设计模板免费建站 网站psd 四川大学 网络安全编程 期末试题 国家支持什么参与网络安全国家标准 陕西企业网络营销 重庆营销网站建设公司 如何作做网站 大馆陶网站 门户网站开发 网络安全方面的电影 网络营销模式的优缺点 个人信息安全 ppt 关于网络安全的总结 中国网络安全教育 国家网络安全局官网 网络安全 大数据分析 网站设计公司电话南山网站建设 九江做网站 网站怎么做的 2014年网络安全日 vivo手机营销目标 山西省信息安全服务资质 定制os 信息安全 石家庄做网络推广的网站 关于华为网络安全整治 网站怎么做的 营销型网站建设 整合服务营销是什么 下面不属于网络安全服务的是 福州做网站建设公司 为了提高网络安全 网络安全的现状2017 郑州营销网站 国家信息安全部门 网站制作报价明细表 网络安全 人工智能结合 湖南网站推 信息安全备份 网站营销网 济南网站建设公司 信息安全的起源,-1 无刷新网站 做网络营销就业前景 网络营销的基本形式有哪些 珠海网站营销 如何作做网站 上海市 信息安全大赛 国有企业信息安全管理办法 九江做网站 黄国外网站 上海信息安全行业协会 信息安全评估工具 信息安全漏洞 信息安全工程师 培训 网络营销成果 大连做网站实行信息安全等级保护 博客营销类型 上海信息安全行业协会 在线营销型网站建设 个人网站推广 2014年网络安全日 网络安全poc 信息安全审计 深入 探讨 信息安全讲座多少钱,-1 树莓派做信息安全 设计师交流网站 互动营销公司 亚洲第一营销网是什么 重庆营销网站建设公司 银川网络营销 滕州网站优化 信息安全测评工作流程 网络工程师必读——网络安全系统设计 信息技术与信息安全 组建一个网站 在线营销型网站建设 江苏网络安全认证 单仁网络营销 信息安全讲座多少钱,-1 网络安全如何防范 信息安全测评工作流程 网店协作与联动营销