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
唯品会营销理念网站建设的it系统开发新技术展示探讨系列课程it信息安全课程模板板网站厦门成品网站信息安全测评机构的资质认定网络安全资讯APP有哪些信息安全会议吗商丘微网站网络信息安全监管亦是美网络安全吗赛尔号的全员们通过鹿天的提示,前往水仙座,然而,再前往水仙座的途中,众赛尔们却受到了赵森德将军的神秘任务,那么,这个神秘的任务,是什么呢?一场生死遭遇,让罗三变成夜来,得知有双生子,从此便走上寻子之路,走入江湖,但见不公,必出手,如与子相关一切不公,将满城腥风血雨,江湖人称“夜来风雨声,鬼魅片不流” 公元前228年秦军兵临易水,燕国告急,燕太子丹召开武林大会,推选刺秦使者。身为刺秦使者的秦天雨得妻子皓月公主劝导,为了天下一统大和,转身变成护秦人,致使荆轲刺秦失败,自己也招来杀身之祸。燕二公子为制造混乱,散布谣言,致使秦王政要诛杀六国贵族的三千后裔,徐福为救三千孩童,谎称海外寻访仙丹带领三千孩童东渡。秦天雨之子秦风逃到东胡,秉承父志维护和平,揭发了东胡人制造匈奴与大秦战争的诡计,秦风逃避东胡人追杀,也逃到了东瀛,得遇鬼谷子,学得上乘武功,又重遇亲弟。兄弟二人重回中原报父仇,除奸恶,东瀛人来中原本意是帮秦风报大仇,却贪恋中原大好河山,趁楚汉相争之际侵略中原,秦风如何罢止楚汉内战,一致对外。力拔山盖,不可一世的项羽又为何败给了刘邦,项羽为何不划江而治,秦风为何不一统天下,成为天下共主,而宁愿选择隐居世外桃源…流水线工人意外穿越至异界,开启了他的一段传奇人生。 【灵气复苏、异兽流、无女主、不圣母】 苏辰穿越成为了一只长臂猿,竟能看到属性面板和未来命数! 因得到了所有母猴芳心,引来猴群追杀…… 好在天降神雷,灵气复苏,群猴心性大乱,开始自相残杀。 嗯?这只猕猴未来能找到洗髓果? 你以为这是你的命中注定吗?错,被我看见,你的机遇就成我的了! 与此同时,灵气复苏之后,世界大变,无数野兽血脉觉醒! 几十米长的巨蟒,一口咬碎游轮的狂鲨,周身被火焰萦绕的狼王…… 更有沉睡之中山海经异兽,不断的苏醒!Eyolu伊由路音曲文艺《花都明日A 1》《野菊花》《音曲集1、2》《写实录》…… 音乐致在感动与让人聪明,我不喜欢悲剧、恶剧。积极着真善、真相、真理,实现梦想,追求幸福,最有意义地生存!冯阳本是一个普通学生,却突然同时获得了两个系统。 两个系统争相用自己的方法来帮助他这个宿主取得他们所认为的成功,并且两个系统因为风格不同,还会相互竞争,甚至相互捣乱。 然后,冯阳的人生就开始不断的被这两个系统整的一地鸡毛。 虽然最后在两个系统一次又一次不堪的加持中,冯阳不断获得一个又一个“成功”。 但是冯阳总觉得这些成功,并不符合自己的初心,未必是自己想要的。  一座天山隔绝着两个世界,苍茫大山的深处,一座孤独的小城,人们在此中渡过千百贫瘠的岁月。      城中一日,城外百年。      天山后,彼岸的世界日夜呼呼着少年躁动的心。      天山冷宫不死药、玄之又玄的气脉武学、死者复生的诡秘巫术、帝国雄纠百万铁虎豹骑、天灵珍兽.........      为了那未层谋面的未婚妻。      高考吧!      为了那前所未见的新世界。      高考吧!!      为了十八岁后,那激昂炽热的生命。      高考吧!!!寒武纪再次来临,科学现今无法解释的谜题。人类,动物,天上飞的,地下跑的,水底游的。全都发生了变异进化。我们的主角从一个普通的高中生,在寒武纪再临全球生物都进化变异的混乱的时代,为了生存寻求一份属于自己的进化之路。孟婆说我在阳间的寿命没超过24小时,不给予办理投胎业务。 而我当了十八年的鬼,终于等来家里给我烧了一间小卖部。 我意外发现这件小卖部通阳间,可以从阳间进货,拿到阴间来卖。 从此以后我便就做起了阴阳两界的生意,叱咤阴间。 和乔老爷一起卖手机,和扣比一起打篮球,但阎王竟然不要我投胎?
it系统开发新技术展示探讨系列课程it信息安全课程 商城建网站 网站建设前准备 电信运营商网络安全 唯品会营销理念 深圳制作网站 网络营销信息源有 2016信息安全培训 微博进行营销的好处 信息安全 自有 婴灵的化解方法【www.richdady.cn】 与男友前世的前世解析咨询【www.richdady.cn】 磁场化解服务咨询【www.richdady.cn】 发育倒退咨询【www.richdady.cn】 忧郁症的环境影响【www.richdady.cn】 心慌胸闷头晕的环境影响咨询【www.richdady.cn】√转ihbwel 与公婆前世的前世修行【σσЗ8З55О88О√转ihbwel 投资项目的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场突破咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的咨询技巧咨询【企鹅383550880】√转ihbwel 升迁障碍的职场瓶颈咨询【企鹅383550880】√转ihbwel 孩子厌学的前世因果【微:qq383550880 】√转ihbwel 前世今生的轮回真相【σσЗ8З55О88О√转ihbwel 事业不顺的咨询技巧咨询【企鹅383550880】√转ihbwel 维护良好家庭关系的秘诀咨询【企鹅383550880】√转ihbwel 事业不顺的职业规划咨询【微:qq383550880 】√转ihbwel 人际关系不好的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 心特别累的咨询技巧【企鹅383550880】√转ihbwel 与男友前世的记忆解析【企鹅383550880】√转ihbwel 家庭关系中的矛盾解决咨询【微:qq383550880 】√转ihbwel 微博进行营销的好处 电商营销课程培训 男女网络安全意识 网络安全渗透测试流 苏州网站制作设计网络安全法 评估 汕头网站推广 网络营销案例工具 顺德新网站建设 网站永久免费建站 实战网络安全免费阅读 上海培训网络营销 2. 信息安全技术主要包括 网络营销计划 案例分析 信息安全测评机构的资质认定 绵阳的网站制作公司哪家好 信息安全风险评估指南 gb E校园营销推广方案 计算机安全与信息安全 郑州网站托管 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 信息网络安全与管理 信息安全服务资质用于哪些项目 首页营销 信息安全 实验 网站 公司网络信息安全,-1 国家信息安全测评信息安全服务资质 网络安全 防御 纵深 it系统开发新技术展示探讨系列课程it信息安全课程 email 营销 网络信息安全教育课件,-1 网络安全生态峰会 地址 企业标准型手机网站 信息安全与网络管理专业 云平台 信息安全 鹤壁网站优化 北京信息安全实训 最新的网络安全产品 网站类推广软文怎么写 信息安全会议吗 网络安全资讯APP有哪些 网络信息安全法律法规 海尔网络营销策略 信息安全等级保护方案院校,-1 网络安全基金会 信息安全讲解视频下载 网络安全与黑客攻防... 网站jianshe 邮件营销的优缺点 网络安全法的主管部门 购物网站建设公司 网络安全通报预警机制 微信网站制作 北京昌平网站设计 百度搜不到网站 什么是网络营销员 2017优秀网站设计案例 唯品会营销理念 网络安全是黑客吗 商城建网站 中国电信网络信息安全 加强信息安全管理 2016信息安全培训 营销助手官网 网络营销是属于那一类 深圳网站设计 公司网站市场价 网络安全 pdf 做网络安全的公司排名 武威网站建设 成都大牌广告网络营销 网站建设的 网络安全 防御 纵深 国家信息安全文章 信息安全审核员待遇 微网站无锡 网站利用百度离线地图 日常网络安全监测 加强信息安全管理 东莞 外贸网站 建站 网络信息安全法律法规 公司网站市场价 国家信息安全测评信息安全服务资质 信息安全审核员待遇 信息安全安全测试 成立一个做网站的公司成本 南宁网站公司 微信支付 网站建设 个人网络安全年度报告 信息安全 自有 营销型网站 重庆网站制作公司电话 成立一个做网站的公司成本 做网站设计服务商 南通网站建设 营销供方 微博进行营销的好处 中国网络安全峰会 360 信息安全服务安全工程类一级资质 男女网络安全意识 电信运营商网络安全 教育网站建设 苏州网站制作设计网络安全法 评估 网络安全资讯APP有哪些 营销发展趋势 网络营销案例工具 网络安全管理培训 厦门成品网站 网站永久免费建站 凯里网站建设网络安全技术研究所 做网站设计服务商 上海培训网络营销 脑白金的营销理念 信息安全服务安全工程类一级资质 网络营销计划 案例分析 网络安全管理培训 工控信息安全产业联盟 绵阳的网站制作公司哪家好 企业营销信息平台构建 2014年信息安全大事件 E校园营销推广方案 微互动营销 信息安全 体系 郑州网站托管 绵阳的网站制作公司哪家好 做网络安全的公司排名 信息网络安全与管理 南宁网站公司 信息安全分保内容 首页营销 微网站无锡 计算机安全与信息安全 公司网络信息安全,-1 超炫的网站 临汾网站建设 网络安全 防御 纵深