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
网络安全会议国网信息安全试题,-1东莞多语言网站建设太原网站推广佛山网站设计资讯龙岗网站建响应式网站设计的要求英国信息安全硕士认证qq群主网络安全交互式网站穿越封神世界,重生为纣王帝辛。 开局与妖妃妲己洞房花烛,可我真不想当许仙啊! 一想封神中最后纣王与商朝的悲凉下场,帝辛更是当场想要狗带。 还好这时,任务选项系统激活,只要选择正确,就会得到奖励。 于是,新的两条路摆在了他的面前。 一条是苟……另一条是更苟! 本想苟且偷安,却一不小心……叱咤风云,手握封神榜,三界无敌。游玉山是个普通的鞋厂低层员工, 一次外出游玩吃了一种野果中毒昏迷, 醒来后不但没事…… 却发现自己有超强记忆力。 只要看过一遍的事物都能记住。 为了小时候梦想,游玉山喜欢研究各种飞行器。 为了能够有天开着飞行器遨游未知的宇宙看看。 15年后,在无数次的失败和成功后,历经艰辛、实现梦想。此后到达了一个修真大陆,从此走上修真…… 一次善意的无心之举,一块看似普通的玉石 惨淡少年,命运的转折点 校园反霸,商界称王 扮猪打脸,纵横四方 萝莉御姐,高冷女皇 从此一路开挂,快意恩仇,踏上属于自己的最强之路! 一场车祸,让内心迷茫的叶川昏睡了七天七夜。醒来后,叶川以梦为马不负韶华。终以马武入道,万法归一,穿越未来。寻找因,结束果。冥冥之中自有天定,滚滚红尘不忘初心。假使时光未曾倒流,回忆是否业已成诗。 这是关于成长的故事,岁月的成长、情感的成长、社会阅历的成长、思想的成长。希望读这本书的朋友,不要犯萧若邻一样的错误。白霄为情所伤,家破人亡,背负世间骂名,逆天而行。 天道昭昭,皆是妄言。 我白霄,唯有逆道伐天,猎下这漫天神佛,方可还世间一片清明!嘘,它在看着你 请遵守它的游戏规则: 1.这是个秘密,秘密说出来就不是秘密 2.伸出手,你会有惊喜 3.眼见不一定为实,所有一切都是表象 4.一定要记住它的名字 请努力存活下去…………剑无尊又名《墨吟仙》 孤独是玄侠的代名词,剑云城北家孤儿北琰天生神力但却是个执垮,因众人所逼被压去妖魔塔,在妖魔塔中练就剑法,又去炼狱塔练剑,成功夺回世子之位,杀死兄长北孤独占北家家业,统领剑云城。 二长老:老夫就说他是在隐忍 逍遥子:我无言语对 北孤:北琰你不配 北琰:我只想当个世外高手而已呀,我不想在惹这么多事了,还要修剑道 北琰来到帝都,见到之前救他,和他一起被关押在妖魔塔的女子。 女子:相公朕来了 北琰逍遥又自在,直到天谴的降临李倾发现自己穿越到了一个被游戏化的世界。 在这个世界里,每个人都要靠自己的天赋来选择职业,提升等级。 职业和等级,决定着社会地位和薪水高低。 而李倾意外觉醒了RPG回合制天赋。 打怪流能获得经验和道具! 【你击败了装逼的同学!】 【恭喜你获得技能[大逼兜子]】 【你击败了恶心的上司!】 【恭喜你的职业晋升为[部门经理]】 【你击败了烦人的富二代!】 【恭喜你获得跑车一辆!】 李倾靠着一手大逼兜子,奖励拿到手软,巴掌扇到手酸,升级快到飞起! “平均十级的同学聚会,你让我这个60级的怎么去?” 简介无力,请看正文!黄玫瑰的降临预示着罪行的到来,又一个雨夜的悬案
网站 手机案例 网络营销公司靠谱吗 个人信息安全评估 温州网站建设 贵阳网站seo 高校 网络安全 研讨会 太原做网站 网络营销宣传推广方案 国网信息安全试题,-1 英文网站推广 阴间生活的前世影响咨询【www.richdady.cn】 前世缘份的故事有哪些真实经历?【www.richdady.cn】 官司的解决方法咨询【www.richdady.cn】 孩子压力大的解决方法咨询【www.richdady.cn】 财运不佳的财富增长技巧有哪些?【www.richdady.cn】 儿子抑郁症的康复训练咨询【σσЗ8З55О88О√转ihbwel 为什么过世的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的案例分享咨询【σσЗ8З55О88О√转ihbwel “缺心眼”对人际交往的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何知道自己是否有前世缘份?咨询【企鹅383550880】√转ihbwel 学习成绩差的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感沟通咨询【www.richdady.cn】√转ihbwel 婴灵的超度方法有哪些?【σσЗ8З55О88О√转ihbwel 外灵干扰的咨询技巧【www.richdady.cn】√转ihbwel 头脑混沌时如何提高注意力威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的梦境解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 克服职场升迁障碍咨询【微:qq383550880 】√转ihbwel 老公家暴的前世记忆【微:qq383550880 】√转ihbwel 信息安全市场总监 企业网络安全咨询 软件系统信息安全建设,-1 认识网络营销调查的基本方法是 泸州网站建设 网络营销干嘛的 太原网站推广 更新网站的步骤 网站的目录结构 社会 信息安全意识 重庆整合营销那家好网络信息安全平台 上海著名营销公司 三合一网站建设是指 万户网站 广州信息安全测评中心 网络公司网站 公安部网络安全电视电话会议 顺德制作网站价格多少 济南网络营销推广公司哪家好 社会 信息安全意识 想建网站 360信息安全大会2017 太原推广型网站开发 工作室网站 我们的优势的网站 企业网站建站意义 静态网站有哪些优点 企业网站建站意义 十大网络安全上市公司 企业信息安全哪个方面是最重要的 国家网络安全教育 万户网站 三合一网站建设是指 想建网站 上海市网络信息安全 重庆整合营销那家好网络信息安全平台 苏州网络营销公司 无锡网站 网络营销公司靠谱吗 美国网络营销成功案例 厦门有没有做网站的 电子商务网站建设资讯 网站营销是做什么的 武汉 网络整合营销 认识网络营销调查的基本方法是 南阳做网站 杭州 网站建站 太原网站推广 宜春网站建设 信息安全标准与法律... 网络对营销的好处 英文网站推广 网络营销有什么职位 网络安全威胁分析 信息安全标准与法律... 如何用代码设计一个网站有前台和后台一般用什么语言设计网站 信息安全 软件安全实验 福建网络安全周 酒店信息安全泄露事件 宜春网站建设 我们的优势的网站 服务类如何做网络营销 企业微信手机片网站制作 国家信息安全举报投诉,-1 泸州网站建设 微信高端网站建设 信息安全大数据分析 软文营销策划书 信息安全 国标 上海著名营销公司 微信高端网站建设 成都网络整合营销服务 临沂网站推广 图派做网站 淘营销首页 搜索推广营销职业规划 360信息安全大会2017 网络营销20个好处 响应式网站设计的要求 装饰微营销 重庆綦江网站制作公司推荐 顺德制作网站价格多少 关系营销缺点 南宁专业网站制作设计 英国信息安全硕士认证 高校 网络安全 研讨会 国网信息安全试题,-1 网络安全态势感知视频 信息安全大数据分析 特仑苏营销 东莞多语言网站建设 python. 信息安全 龙岗网站建 潍坊网站推广 武汉 网络整合营销 网络公司网站 成都网络整合营销服务 网络营销的个性化 温州网站建设 信息安全市场总监 潍坊建设网站多少钱 营销实例 啥是营销机构 网络营销策划方案设计 电子商务营销方案 太原做网站 十大网络安全上市公司 淘营销首页 qq群主网络安全 番禺网站建设专家 广州网站推广 济南网络营销推广公司哪家好 万户网站 网络安全管理工作方案。 网络营销宣传推广方案 沈阳做网站价格 网络营销策划中定位 韩国政府网络安全事件 企业信息安全哪个方面是最重要的 佛山企业网站建设咨询 网络安全威胁分析 网站设计的文案 佛山企业网站建设咨询 万户网站 滨江做网站 十大网络安全上市公司 百度推广营销计划 企业网络安全咨询 社会 信息安全意识 信息安全的基本属性 悬浮滚动的网站jquery在线qq客服咨询代码 有6套皮肤可选 植入式营销有哪些形式 网络安全属于互联网 学网络营销多钱 企业网站建站意义