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
巴中网站制作公司外贸最热门营销方式淄博网站建设有实力杭州网站建设公司营销型企业网站策划方案甲方信息安全2017年国家网络安全周活动主题大学生的网络信息安全2016年第十七届中国信息安全大会国家信息安全通知中心我在大世界“他,被称作民族脊梁。在风云变幻的民国时期,他进军教育业,创办无数中小学,以及顶尖大学,以一己之力使无数龙国少年获得良好的教育,使得龙国的科研水平走在了世界前列。” “他进军工业,招收无数流民,旗下无数家轻工业工厂,活人无数。” “正是因为他,龙国出现了遮天蔽日的坦克、舰船、飞机、大炮……” “短短十年间,他赫然已经完全改变了龙国的样貌。经济强大、工业强盛、科技先进……他自然已经成为世界首富!” 特约记者如此说! 而面对记者,林玄却不由得大吐苦水。 “我的成功,真的真的都是运气使然!” “我最初的目标,真的就只是亏钱而已啊!”变成刺猬,大哥黄鼠狼,绝招是放屁一个是地球体弱多病的银枪蜡烛头的顶尖富二代, 一个是在东州天赋绝顶杀人不眨眼的顶尖仙二代。 李灏愽做梦都想不到自己在睡明星时被一脚踹到另一个世界。 开局就碰到三年之约的萧岩套路。 呵呵,新手村都没走出就敢这么猖狂了? 你觉得我会让你发育三年然后当我爹吗? 可怜的萧岩开局在新手村就遇到从满级城来的大人物。 而且还从来不是好人的大人物。 主角我要杀,女人我要睡! 史上最强大反派就此诞生。十年孕养血脉,成为他人祭品,少年古昊觉醒不死吞天诀,逆天崛起! 吞噬无尽星辰,脚踏万族臣服! 枪碎苍穹,龙破乾坤!(因为我想写一个夫妻档的故事,所以前面铺垫比较长。这个一个用秘术较量的世界。) 每日四更 星际时代,随着科技水平停滞不前,人类在与万族的争锋中遭遇大败。 内忧外患之际,有人通过一款直播节目,惊奇的发现,在流放重刑犯的星球中,竟然出现一个叫易辰的绝世天才。 他自创一门修炼方式,创造出了一套又一套不断颠覆人类各行各业,甚至能让人类寿命提升,进化成高等人类的功法。 为了能够偷学易辰创造的功法,全人类不惜代价,三十六计轮番上阵。 为了阻止人类进化成更强大的种族,万族和万族培养的内奸,也是手段用尽,千方百计的阻扰易辰创造出更强大的功法。 易辰,成为宇宙大战的风暴中心。 谁也没有想到,无论是偷师,还是成为易辰的绊脚石,都是需要付出代价的……原本平常的人间忽然与灵魂有了直接联系,各种灵魂武者随之诞生。。主角李亮也碰巧的成为一名灵魂武者,开启他的灵魂之旅。。。星云宇宙环宇星海第一强者龙海,寻找百万年前,追杀上古邪魔的两位古神界护法祖师爷,而进入了其他宇宙位面空间之中,嫉恶如仇,不畏艰险,勇往直前是龙海的本心,在七大宇宙空间里,行侠仗义,救苦救难,发扬着大无畏精神……就在邪魔启动了轮回灭世的元器时,世间亿万生灵即将涂炭,所有人面对死亡也无能为力,这时龙海出现,利用两把终极元器才打破了轮回之刃,叫停了湮灭轮回的力量,谁曾想这祸害的源头竟然是创造了宇宙万物空间的造物主“神祖”的邪恶怨念所化,真是正邪不两立却出自一处!都是神祖的思想而已!正义和邪恶都是神祖体内的思维万象,演变出来的真实大能力!众人知道后都是无奈的摇头,只因为人类都是凡人,只有个别的修炼者得到了神祖真传,成了世间的大能为者,统治着整个宇宙空间和所有的环宇星海,龙海最终成了超越神祖境界的人族强者,达到了无极之境,废除了神祖的传承,站在了环宇之巅最高处! 本书就是《被逼成圣》的续集故事!人类科考技术飞速进步,许多超古遗迹慢慢被发掘出来。然而从遗迹中走出的恐怖生物却是迅速的毁灭了现代文明。 楚江生作为边缘守军将领,在打击遗迹生物的行动中误入了神秘的祭祀之地回到了不知年月的上古。 在这片古老之地,人类与异族征战历史长达亿年。 当万族再次来袭,楚江生背负起了人族的命运拔剑战苍穹。 “这一次我要让人族怒火焚灭异族九域!”
邢台网站设计厂家 什么是企业信息安全,-1 无线网络安全密码怎么设置 信息安全有什么认证证书 商城网站建设 福州金山网站建设 美团外卖的网络营销 互联网周刊 网络安全 长沙百度做网站多少钱 律师建网站 冤亲债主的干扰原因【www.richdady.cn】 缺心眼【www.richdady.cn】 干扰的常见类型咨询【www.richdady.cn】 冤亲债主的干扰与因果咨询【www.richdady.cn】 婴灵的预防措施【www.richdady.cn】 儿子不读书的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰有哪些常见症状?咨询【企鹅383550880】√转ihbwel 头脑混沌的自我提升咨询【σσЗ8З55О88О√转ihbwel 家庭关系的幸福指南有哪些?咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富转运方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 迟缓儿的环境影响咨询【σσЗ8З55О88О√转ihbwel 前世缘份的缘分奇迹咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的家庭支持【企鹅383550880】√转ihbwel 忧郁症的案例分享咨询【微:qq383550880 】√转ihbwel 忧郁症的治疗方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的解决之道咨询【www.richdady.cn】√转ihbwel 精神不振的自我提升【σσЗ8З55О88О√转ihbwel 头脑混沌的心理调适【σσЗ8З55О88О√转ihbwel 感情纠纷的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 审计网络安全 浙江网络营销公司排名 网站建设策划书ol 免费网站制作推广 国家信息安全通报 2008网络安全事件 信息安全有什么认证证书 合能营销公司 2016年信息安全威胁 哈尔滨网站建设市场 北京展览馆 网络安全日 企业网站建设公司 网络信息安全加秘 科技部 网络安全 网络营销外包推广服务商 信息安全系统 萨班斯法案 信息安全,-1 中国网络安全管理局 网站链接数 重庆专业网站建设费用 福田网站建设 网络安全的企业 国家信息安全政府文件 浙江网络安全宣传周 网络安全专利 第四届网络安全大会 律师建网站 第四届网络安全大会 工信部信息安全协调司 建网站主机 通信信息安全优先级秩序:可用可靠完整 网络安全案例视频 国家信息安全宣传周 国家信息安全宣传周 萨班斯法案 信息安全,-1 网络安全事件种类 医院网站建设 价格 微信品牌营销公司 重庆整合网络营销价格微信营销的发展战略 旅游网站制作 合能营销公司 互联网营销工具有哪些内容 信息安全模型 某某白酒进入南方市场请用4p营销理论为它制定销售策略 邢台网站设计厂家 北京市网络安全局电话 视频营销推广软件 中国网络安全信息组长 沈阳网站建设的公司 信息安全认证公司排名,-1 太原建立网站 网络营销课程实践报告 微信营销案例分享网络安全培训 沈阳网站建设的公司 福州金山网站建设 科技部 网络安全 信息安全孤岛 2016 福州金山网站建设 日本网络安全技术 电信诈骗与网络安全 菜刀 网络安全 广东省信息安全测评中心待遇 浙江网络安全宣传周 四川网站制作哪家好 计算机网络安全课程 网站主色调 建云购网站 湖南手机网站制作公司 网络营销外包推广服务商 访客网络安全吗 信息安全资质证书等级,-1 南京营销策划推广公司 信息安全云端攻击 国家信息安全通报 互联网周刊 网络安全 沧州网站制作 成都网站编辑 信息安全 攻防 平台 网络安全宣传周主题是 互联网+高校信息安全专题讲座 信息安全防护设计 国家推进网络安全什么服务体系建设 世界网络安全现状 哈尔滨网站建设市场 有效的信息安全控制方法 信息安全防护设计 2014 信息安全会议 电子科大信息安全学院 微信营销的效果数据分析 2014 信息安全会议 中国石油信息安全网 信息安全产品 被黑的网站 日本网络安全技术 深圳企业网站建设公司排名 seo的网站建设 网站多域名 网络安全技术培训视频 app网站公司 网络安全实用宝典 淄博网站建设有实力 网络安全法举报网站 广东省网络安全维护 网络营销外包 网络安全技术 杂志 云南微营销软件 网站建设策划书ol 审计网络安全 网络安全案例视频 深圳企业网站建设公司排名 手机付费咨询网站建设 专业的信息安全宣传网站 手机网站设计机构 市场营销的定义和特点 网站制作多少钱资讯 网站多域名 什么是企业信息安全,-1 edm营销招聘 国家信息安全通知中心 网络营销外包推广服务商 暖色调网站 信息安全技术包括哪些主要技术 专业的信息安全宣传网站 常用的网络安全技术包括 浙江网络营销公司排名 青岛网站建设小公司 网络安全等级测评要求 信息安全外企工作内容 国家信息安全政府文件 如何解决网络安全问题 网络安全新闻’ 石家庄移动端网站建设 云南微营销软件 沧州网站制作 信息安全等级推荐