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
信息安全的产业联盟大华信息安全四个惩罚网络安全app校园网站制作模板装饰公司网站建站网站一跳率全球网络安全 损失顺德网站建设基本流程南京 网站设计网络安全攻防研究室 怎么样【惊悚游戏+直播+搞笑+无cp】 惊悚游戏降临,刚刚出院继承家产后准备躺平的谢良被选中成为幸运玩家。 战战兢兢?谨慎小心?为了苟命躲躲藏藏?都不要!活着是为了啥?舒服啊! “你放心,我谢良可是最有良心的了,当我的小弟,你不吃亏。”谢良搂着副本BOSS的肩膀。 BOSS:大哥好,大哥妙,大哥有事我抗刀,但大哥脑子不太好就不归我管了。 本书又名:《良心主播在线收小弟》《如何让小弟心甘情愿为你抗刀》。 【简介无力,移步正文。】要是真的对生活没有办法了,就把有关别人命运的事背在自己身上吧。众生苦难,邪祟横行。 在这个人命如草芥的世界,凌云穿越而来。 并且随身携带【修改器】,任何武学在他手中,都能修改到极致! 猛虎刀法、金刚身、铁布衫……通通给我加满! 面对各种妖魔鬼怪,凌云浑身肌肉虬结,语气森然: “邪祟?我就问你抗不抗揍就完事了!&amp;quot;一念可成魔,拥有无与伦比的力量,操控万千魔尸,所向披靡。 尾戒进化是否是人类抗衡魔灾唯一的手段,在给你带来力量的同时,它又有何弊端。 悬空的金属画卷,又是何来历? 魔患当前,人性暴露,是背刺还是生死伙伴,仅仅只在一念间, 泥潭风云起,剑影刀光来。纵使冤仇三世递,谈笑煮酒泯恩仇! 你还记得那个故事吗? 那个,我们一起见证过的故事。 哦?你忘了…… 但没关系,我会为你讲述他的过去的。 当无边的恶来临的时候,剑与魔法失去了力量。 当美丽的花儿凋零了它的璀璨,树木失去了它的光泽。 当大地布满了裂缝,海洋碎裂了它的波涛。 当爱情已经失去了光芒,勇气缺失了它的亮光。 当最后的, 希望 也失去了。 你,还会继续坚持吗? …… 哦, 看来我也该走了。 她看向了眼前的黑暗的恶。 “来吧!恶!那么在这最后的一刻!我,将孕育出最后的□□!” —— 没关系的,故事还没有结束。 消散的还会回来。 除了我。 我写下了这一本历史,去看看吧。 答应我,这次不要忘了他。 谢谢君生我未生,我生君已老。恨不生同时,日日与君好。世界上最遥远的距离不是生与死,也不是天各一方,而是我就在你面前你却不知道我爱你。举头三尺有神明,你生平做的每一件事都会一一记录在案。自己犯下的债没有人能帮你还,情债就更难还了……你相信这个世界上有鬼魂吗?人与鬼有什么区别呢?相同的外表,一样的相貌,内心确是不同的。时代在发展社会在进步,人心也随着这些有所改变,现在的人心太险恶了,有时候活着的人还不如鬼呢……前几天正好是我和小羊先生结婚七周年纪念日,当晚我是辗转反侧心血来潮,想起来要不要写个自传,主要感觉自己的人生还是蛮有意思的,思来想去延伸出了很多内容,但是很大程度上都是被狗子占据了主路,综合着想吧,不如就取名叫&amp;lt;徐漂亮&amp;gt;吧,徐漂亮这名字是我自己给自己取的,过分积极的自信,调侃用的;是小羊认可及丰满的,更是儿子让它有了灵魂。关问天奉老仙之命独闯锦城,老仙交给他一个光荣而艰巨的任务,要他两年之内娶到锦城黄、白、蓝、红四大家族家主之一女儿。 一年后,关问天傻眼了,四大家主同时上门提亲…高考结束了,摆烂但又不想接受这样的自己,阴差阳错回到两年前 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。
网络安全技术比较 烟台哪个公司做网站好 银川做网站 富阳做网站 网络营销体现什么营销理念 中国网络安全问题 工业网络安全防护网关 广州网站建设公司招聘 武汉建网站公司 营销公司邮箱 灵魂化解咨询【www.richdady.cn】 亲子关系的共同成长咨询【www.richdady.cn】 孩子不爱读书的家长引导方法有哪些?【www.richdady.cn】 失业期间的心理调适方法咨询【www.richdady.cn】 老公家暴的前世记忆咨询【www.richdady.cn】 家庭关系的问题分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的法律咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的自我提升【微:qq383550880 】√转ihbwel 莫名其妙感伤的前世记忆咨询【微:qq383550880 】√转ihbwel 不爱读书【σσЗ8З55О88О√转ihbwel 事业不顺的职场瓶颈如何突破?【企鹅383550880】√转ihbwel 如何发现前世缘份咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋规划咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的自我提升咨询【企鹅383550880】√转ihbwel 孩子不爱读书的心理分析有哪些?【σσЗ8З55О88О√转ihbwel 与男友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的自我提升咨询【企鹅383550880】√转ihbwel 滴滴出行网络营销策略 网络安全狗 网络安全的言语中国信息安全监测中心 社会化网络营销基础 天津网站建设怎么样 网络营销app 全面的郑州网站建设 百度知识营销在哪里 网络信息安全合格证 甘南网站建设 网络安全小方向 软件 网络科技网站设计 下面哪些不是基本的网络安全防御产品 酷炫给公司网站欣赏 o2o网站建设咨询 计算机信息安全保护等级 中山建网站 搜索引擎营销的功能 农业网站模板 网络营销产品最注重 全球网络安全大事记 信息安全哪个部门,-1卡通类网站设计 衡水网站排名优化公司 网站备案不通过怎么解决 商务网站开发 linux网络安全 论文 换网站公司 国内网络安全问题 网络安全宣传移动营销发展史 常州网站制作公司 移动营销特点 云建网站 河南信息安全研究院有限公司 深圳网站推广 如何构建一个网站 网络营销学哪一块好 2015江苏信息安全竞赛单位排名 微营销的目的 城阳网站建设 常州网站制作公司 营销型网站设计特点 网络安全控制软件安全防护安全管理及法律法规等四个层次上考虑. 商务网站开发 茶叶网站建设 nist网络安全框架 信息安全网络大会 海尔营销论文 信息安全防护体系原则 2017中国网络安全年会 佛山外贸网站建设方案 装饰公司网站建站 广州企业网站建设哪家服务好 公共网络安全服务平台 河南信息安全研究院有限公司 网络营销学哪一块好 昆明网站开发报价 网络安全app o2o网站建设咨询 深圳集团网站建设报价 网络安全的言语中国信息安全监测中心 传统网站和手机网站的区别 装饰公司网站建站 公司网站模板 专业网站设计哪家好 自创网站 网络安全攻防研究室 怎么样 信息安全管理平台soc 潍坊网站建设公司电话 网站一跳率 衡水网站排名优化公司 怀化网站建设 nist网络安全框架 b2c网站建设 广州 无锡网站建 网络安全身份验证功能有什么用途 换网站公司 免费seo网站诊断 顺德网站建设基本流程 本地郑州网站建设 信息安全等级测评价格 节目营销 网站试运营 全面解读网络安全法二 滴滴出行网络营销策略 搜索引擎营销的功能 网站构架图 linux网络安全 论文 顺德网站建设基本流程 重庆网站托管 国际营销 市场细分 自创网站 网络信息安全知识竞赛 网络营销产品最注重 网络安全泄密档案 高级设置 网络安全 绵阳做手机网站建设 天津网站建设怎么样 资阳建网站 b2c网站建设 广州 全面的郑州网站建设 信息安全哪个部门,-1卡通类网站设计 广州网站建设公司招聘 常州网站制作公司 计算机信息安全保护等级 全面的郑州网站建设 信息安全问题网站模板 汽车营销策划的案例 网络安全协议与标准 信息安全问题网站模板 重庆做网站重庆网站建设重庆网络推广重庆网络公司 国际营销 市场细分 如何构建一个网站 信息安全工具测试 甘南网站建设 工业网络安全防护网关 网络安全控制软件安全防护安全管理及法律法规等四个层次上考虑. 上海市网络安全局 换网站公司 php网站开发流程 全屏网站 网络安全小方向 软件 网络安全天泰国安 网络安全技术比较 信息安全大数据平台,-1 高校网络安全 公安部网络安全保卫局 深圳网站推广 网络营销app 下面哪些不是基本的网络安全防御产品 长安手机网站建设 我国网络安全技术 本地郑州网站建设 华为网络安全认证证书 网络信息安全知识竞赛 nist网络安全框架