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
信息安全技术 安全漏洞等级划分指南重庆网站建设优化idc isp信息安全管理系统信息安全管理,-1信息安全测评机构 资质洛阳网站优化九九建站-网站建设 网站推广 seo优化 seo培训信息安全的课程网站制作中企动力介绍几个成人网站南和邢台网站制作曾浩重生到北宋水浒世界,竟成为武大郎! 还好,此刻的潘金莲还是单纯小可爱,西门庆还没有出现。 他誓要改变武大郎悲惨的命运! 收服各路梁山好汉,利用梁山好汉们独特的本领不断扩大自己的势力。 与神医安道全发展医药业; 与林冲、索超、呼延灼等好汉发展物流运输与边境贸易; 与浪子燕青、铁叫子乐和发展娱乐业…… 一人,一妻,一国。诏安的惨剧将不会重演! 曾浩要让所有看不起武大郎的人都知道,什么叫降维打击!皇帝倒台后,各地军阀割据,民不聊生。货郎一家五兄弟各自走上不同的道路,老大小货郎一步步逐渐做成大生意,开的分号遍及周边。鼎盛时期竟然可以自己发行小区域流通货币。 老二在家务农种田。老三更是成为一代当地名医。老四和老五分别参加了不同的对立双方,直至把枪互相。怎样抉择?敬请阅读本书尸山、血海、言一神情平静的站在其中,不管是在末世前还是末世后,他都觉得自己既不是什么好人也不是什么坏人。 一本纯粹的末世文异世大陆,强者为尊。 少年陆泽惨遭背叛,却意外获得无上神功,从此龙游苍穹,鹰翱九霄。 杀圣子,灭天骄,夺造化,逆天改命,强势崛起! 一步一登天! 一路披荆斩棘,一剑破万法! 高歌猛进,无所不克,一直走到巅峰。秦凡为救老婆,不得已暴露自身能看到宝物气息的能力,不断捡漏,只要是宝物,在秦凡的眼中都无所遁形,因此引起各方势力的注意,破真伪,看人心,鉴宝捡漏,玩转人生……我将用我自己的写作方式,用心之一分一毫,情之一缕一丝,为大家去描述一个多元化虚拟的世界,玄幻亦或物质,浪漫亦或现实,激烈亦或平静,以遐想还原本真的人文风貌。 我们潮汕文化来源于福建,行政隶属于广东,可是,潮汕不是哪一家的附属品,潮汕有她自己独立的城市风格,有追求自由于平等的强烈姿态,这片土地上的人有顽强拼搏与享受宁静安逸的一致认知,她是一个出色的整体,也是一个个优秀的个体。尊崇传统文化,又极力接受新事物 ; 平和的茶文化里,有雷厉风行的基因 ; 隐忍的内心深处,是那么地奔放狂野 ; 圆润的处事风格,又包涵着执着的信念。朴素与低调是她的面貌,男人的勤奋,女人的贤惠,饮食的多元化是她的名片,历史底蕴和潮商的风云是她的骄傲。潮汕,我的桑梓故乡,永远都是美!述说异世大陆,种族纷争,魔物横行,皇子身份,天资受阻,离乡背井,开启新的人生,主角冥皇:“世间没有逆天,我来创造逆天!” 亲爱的读者朋友,请静心阅读我的小说,用鲜花和收藏支持我吧!王国战争结束时,因九牧义展现出超强实力被王国所忌惮,于是王国高层提出铲除这个少年。其父亲身为王国第一将军,在王宫大殿上以自己的性命为代价,打通了通向人界的大门,为九牧义提供了生的希望。这个12的少年降临人间后被一位老者收养,本以为生活会一直平静下去,但4年后一个人的到来打破了他生活中的宁静,未来终究还是朝着不确定的方向发展。关水事在一次遇险中,不小心掉入山洞,得到神农医术的传承,用医术、气功治病救人,从此改变了人生,改变了自身的贫穷生活,也改变了家乡的贫穷面貌,带领乡村们走上富足的道路。地球停转,末日来袭。 灾难接踵而来,人类为了生存终于是暴露出潜藏在内心的阴暗。 欺骗,背叛让人与人之间最后的一层遮羞布被饥饿、求生欲狠狠的撕下。 别人为了一块面包,可以出卖尊严。 而我,坐拥一块地,守护着自己爱的人和爱我的人! ……
网络营销的前言 如何用jsp和access2003制作一个有后台的数据库的网站 网络营销与ui设计方案 学网站设计 大连网站建 整合营销什么意思 网站色调 昆山做网站 网上拍卖营销策略 网络营销是指以互联网 发育倒退的原因分析咨询【www.richdady.cn】 无形干扰的前世因果咨询【www.richdady.cn】 有官司的原因分析咨询【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 儿子抑郁症的自我提升咨询【www.richdady.cn】 头脑混沌的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度方法有哪些?【微:qq383550880 】√转ihbwel 公司破产的原因分析咨询【企鹅383550880】√转ihbwel 灵性成长工作坊【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 邪灵咨询【σσЗ8З55О88О√转ihbwel 官司的前世因果【企鹅383550880】√转ihbwel 财运问题在线咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的互动模式咨询【微:qq383550880 】√转ihbwel 人际关系不好时的心理调适咨询【www.richdady.cn】√转ihbwel 干扰的自我感知方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业发展瓶颈突破咨询【σσЗ8З55О88О√转ihbwel 忧郁症的自我提升【企鹅383550880】√转ihbwel 解梦的情感释放【σσЗ8З55О88О√转ihbwel 信息安全技术 安全漏洞等级划分指南 网络营销是指以互联网 信息安全等级测评资质证书 重庆口碑营销公司 idc isp信息安全管理系统信息安全管理,-1 做静态网站 企业实战网络营销 关于耐克公司的营销案例分析 汕头网站推广 佛山用户网站建站 关于开展通信网络安全检查工作的通知 网站运营模式 长沙市网站制作公司郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 邮件营销 模板 泉州石狮网络营销推广 上海专业做网站公司地址 小米怎么营销策划 如何查看网站的访问量 电商营销师 网络安全新闻 网络安全技术应用期刊 网络营销的前言 搜索引擎营销分析报告 开发网站需要哪些技术 网站推广优化张店 网站类推广软文怎么写 网络安全与信息办公室 做个人网站 狮山做网站 山西网站设计 青岛外贸网站建站公司 做互联网营销执行 信息安全测评机构 资质 网络营销内容是什么意思 上网建立网站布置 网络营销产品的层次 烟台做网站 国际网络安全论坛2017 宣传网络安全法新闻稿 如何制作网站 腾讯公司网络营销分析 佛山用户网站建站 高校网络安全建设方案 网络营销的企业 信息和网络安全会议 信息安全最新新闻 西安网站架设公司 烟台做网站 独特的网站 科技网站建设 泉州石狮网络营销推广 关于网络安全的误解 全网营销软件 网站色调 制作网站的软件 排名好的青岛网站建设建网站代码 网络安全从入门到精通pdf 龙华三网合一网站建设 汕头网站推广 开发网站需要哪些技术 介绍几个成人网站 电商营销师 虎门网站 营销课程 网络营销的企业 服务营销网 信息安全测评机构 资质 赣州网站设计 国际网络安全 idc isp信息安全管理系统信息安全管理,-1 信息安全周 高校网络安全建设方案 网站色调 湛江有那些网站制作公司 长沙做网站 网站建设中 seo网站推广方案 美国国家信息安全保密总统令 译文 网站建设中 国际网络安全 网络品牌营销公司 中国信息安全平台 搜索引擎营销分析报告 营销者网站 网站色调为绿色 网站推广优化张店 网络安全新闻 网站如何编辑 scan扫描信息安全技术 虎门网站 长沙网站设计服务 网络营销与ui设计方案 青岛营销型网站建设 做静态网站 邮件营销 模板 2017网络营销大会 狮山做网站 大众化营销的优点 安阳做网站 国家网信网络安全应急 国家信息安全部 网络营销职位分析报告 服务营销网 信息安全的核心技术是什么 网络安全 宣传 济南网站推广 网络营销职位分析报告 如何用jsp和access2003制作一个有后台的数据库的网站 网站访问者 开通网站后 如何用jsp和access2003制作一个有后台的数据库的网站 网络营销是指以互联网 佛山做网站 信息安全 应急响应与故障恢复 风险评估 胶州建网站 广元网站建设 网站设计贵不贵山大信息安全好不好 网络安全检测系统 信息安全核心 南阳开网站制作 网络营销都包涵哪些 信息和网络安全会议 网络安全日志 学网站设计 开展网络安全 青岛网站推广 建设网站费用 上海公司网站制作价格 汕头网站推广 信息安全资质有效期 网络营销岗位的认知 美国国家信息安全保密总统令 译文 网络营销的前言 网站制作中企动力 上海专业做网站公司地址