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
网络安全备案在线营销型网站邮件营销是无效的国家网络安全中心 地址网站营销网络营销工具及方法有哪些内容陕西信息安全管理体系网络营销事件案例云南网络安全佛山网站设计特色 一块不起眼的石头,内里竟然容纳一方世界。少年只是随手一捡,便是陷入沉睡。 十年一梦,梦里十万年。 醒来,家族没落,承受着家族的血脉诅咒,他能否逆天改命。地球的倾斜角度是23.5度,如果南北半球角度互换会怎样?一颗陨石做到了,世界将会怎样? 我是一个孩他爹,没能保住他娘,我得保住他,我可就这么一个猴崽子! 活着不容易,想死却更难......死可能是一种解脱,但我还有一个不能死的猴崽子!一觉醒来,叶枫发现自己穿越到了大商王朝,被迫迎娶方圆几十里远近闻名的克夫寡妇! 硬着头皮上洞房的叶枫发现自己捡到了一块瑰宝。 娇妻知书达礼,下得厨房,上得厅堂,还不善妒,将家里打理得有条不紊。 最难消受美人恩,叶枫发誓一定要带领美娇娘富贵还乡,还要让帝国天下太平,再无兵戈,黎民安乐。 西部无人区的追捕者万年后的木阳突然苏醒,不对,他现在不再是木阳,而是,沐阳。 可恶!我阴差阳错下怎么变成女孩儿了? 随着历练的推移,万年前的迷雾渐渐拉开。亦师亦友的道灵子的下落如何?九洲界如今局势如何?万年前的神战为何会发生? 她发现,她的转世,早已注定,而她,又究竟是谁呢?本是先帝血脉,然遭逢巨变,只得流落凡间,颠沛流离,沦落红尘,招人欺辱,命运多舛,历经生活困苦,然而时光荏苒,白驹过隙,逐渐成人的小混混,难敌红尘诱惑,真所谓窈窕淑女君子好逑,何况乎一个人人叱之以鼻的小痞子,更是整日做着赖蛤蟆想吃天鹅肉的美梦,戏剧性的是美女爱痞子,佳人何其多,为了心中执念,痞子也可憾苍天……曾经的曾经,他遭受背叛,现在,他遇上了那个单纯的她,故作矜持的老前辈碰撞“老乡”的单纯少女,有怎样的火花? “准备好了吗?[哲学家]。” “开始我们的冒险生活吧,[冒险家]!”一场蓄谋已久的家族风波,让苏骁被关进了世界最为可怕的监狱,无边炼狱当中! 为了复仇,同时也为了将自己的妹妹从那个家族当中拯救出来,苏骁磨灭掉了自己最后一丝理智,化作恶犬,只为争取那一线生机。 却不想,世界晋升战争的出现,打乱了他的全部计划。 心相武器的出现,更是火上浇油。 “即便是世界毁灭!我也一定会找到你的,苏蓉!” 带着拯救妹妹的念想,苏骁带着他的心想武器,开启了他波澜壮阔的一生!你是妖,落入凡间的妖,闯入我的心悸…… 我是妖,入凡落尘的妖,寻觅你的踪迹…… 单恋是苦涩,孽缘是刀光剑影…… 徘徊在爱恨情仇……宿命的悬疑,人生的际遇,命悬一线,纵然是刀山火海,无数痴情男女,笑着哭着痛着恋着乐着,毫不犹豫,飞奔而去…… 想你 念你 陪你 牵你 宠你 恋你 爱你 一世痴狂……全然化作血泪滴…… 相信我!这故事既是玄幻,也是悬疑,还是言情......很久很久以前,在一片未知之地,有一只神龙盘踞在此地,不曾想,被外来者闯入,神龙降世,怒火冲天,对神龙的不敬,将会受到惩罚。但神龙可不能滥杀无辜,因为还有一群神秘人在虎视眈眈。
网站有什么作用 上海品牌营销服务 信息安全攻防技术公司 网站维护说明 仙桃网站建设 佛山网站设计特色 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 重庆 网络营销策划 网站销售 网络植入式营销案例 性压抑的自我提升【www.richdady.cn】 缺心眼的原因分析咨询【www.richdady.cn】 个人专属前世因果分析【www.richdady.cn】 外灵干扰的前世因果【www.richdady.cn】 家庭关系的心理调适咨询【www.richdady.cn】 前世今生的轮回有哪些科学依据?咨询【微:qq383550880 】√转ihbwel 为什么过世的前世影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的环境影响咨询【企鹅383550880】√转ihbwel 婴灵的安抚有哪些实用技巧?【企鹅383550880】√转ihbwel 儿子抑郁症咨询【企鹅383550880】√转ihbwel 耳鸣的医学检查咨询【企鹅383550880】√转ihbwel 升迁障碍的心理调适【微:qq383550880 】√转ihbwel 头脑混沌的咨询技巧【σσЗ8З55О88О√转ihbwel 存不住钱【www.richdady.cn】√转ihbwel 无形干扰的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的解决方法【www.richdady.cn】√转ihbwel 老公家暴的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世因果咨询【www.richdady.cn】√转ihbwel 迟缓儿咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络安全培训流程信息化与网络安全 大学生网络安全 网络营销属于物流? 西电的信息安全专业排名 邮件营销是无效的 惠州网站推广 网站审核要多久 信息安全认证考试报名 传统营销与现代营销 社交媒体营销要不要做 上海最好网络安全公司 营销报价 大连网络安全公司 济南微网站建设 南宁建企业网站公司 大学生网络安全 网络安全标准体系结构 信息安全管理体系审核 自适应网站优点缺点 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 许可e-mail营销作用好吗 信息安全领域专家 网站审核要多久 信息安全认证考试报名 传统营销与现代营销 社交媒体营销要不要做 上海最好网络安全公司 营销报价 大连网络安全公司 济南微网站建设 网络营销工具分为沟通类 网络信息安全测评师 手机应用网络安全网络安全年检信息表 评测依据的行业标准名称 端午节网络营销 大同做网站 网络安全备案 网络安全标准体系结构 信息安全攻防技术公司 网络安全培训流程信息化与网络安全 网络安全 方向 淘宝营销培训 郑州专业做网站 网站建设公司浩森宇特 仙桃网站建设 电子网络营销渠道 文件信息安全,-1 成都建网站 网站建设学费多少钱 营销软件图片 社交媒体营销要不要做 陕西信息安全管理体系 昆明购物网站建设 自适应网站优点缺点 幼儿园网站建设方案结语 专业的网站开发公司 app的社会化营销案例 厦门网站制作品牌 生活是最高的营销师 信息安全攻防技术公司 安丘做网站整合性营销 启明星辰 网络安全 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 绿盟 网络安全日 个人信息安全管理要点 营销报价 网络安全标准体系结构 网站建设学费多少钱 网络营销书 自主营销系统全网整合营销服务商 恩施网站建设 何为信息安全 营销报价 网络营销属于物流? 网络与信息安全通报机制 国税网络安全宣传周 信息安全管理体系审核 南京 网站开发 整合营销传播的效果 建网站资料 网络安全研讨会 网络安全 信息 福州网站建设服务 上海品牌营销服务 美国网络安全专业大学 网络安全研讨会 2014第五届中国(北京)国际计算机网络与信息安全展览会 ic3中网络安全 北京做网站公司 2014第五届中国(北京)国际计算机网络与信息安全展览会 宝安网站设计公司 在线营销型网站 济南微网站建设 生活是最高的营销师 网络安全法 保密法 川大信息安全就业,-1 大同做网站 企业要网络营销 网络营销服务的作用 网络安全大学 怎么样开网络营销公司 网站建设颜色注意事项 郑州做网站的外包公司 网站是怎么做的吗 im 营销 贵阳营销型_网站建设 网络直播营销常见方式 病毒营销的传播机理 川大信息安全就业,-1 网络安全考试认证 昆明的房产网站建设 网络安全师资格证 网络营销环境对策 网络安全监测装置 网络和信息安全通报实行7*24 昆明购物网站建设 大连网络安全公司 网络营销环境对策 重庆 网络营销策划 同方信息安全 手机应用网络安全网络安全年检信息表 评测依据的行业标准名称 重庆 网络营销策划 昆明网站建设排名 郑州做网站的外包公司 大学生网络安全 宝安网站设计公司 信息安全风险评估应该 互联网营销教程视频教程 幼儿园网站建设方案结语 网站建设成都公司 触摸网站手机 网络安全 数据报表 网站审核要多久 邯山网站制作 网络安全对抗大赛 焦作做网站