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
陕西信息安全工程技术研究中心公司网站被侵权企业网站seo顺德新网站建设网络安全研究平台seo优化网站建设公司银行客户信息安全网络安全技术分享网站山西信息安全公司排名江苏网络安全平台侠客,了平生事,却心中念便是作品讲述新一、快斗和他们的伙伴们效力银河星系联盟,他们组成了威力无比的天神机甲,用光芒神剑一次次击败鏱腾的进攻,他们还来到蒙德和小玛利亚等多地,认识了一群志同道合的伙伴一起,打击邪恶,捍卫正义。作品属性:《你好次元》的延伸版本重新迈上短跑赛道,不负韶华以梦为马,打破人种荒谬论言,化身亚洲黄色闪电,不断挑战自我极限,战胜诸国众多强敌,程威欧美世界赛场,创造诸多记录奇迹,树立短跑历史丰碑,扬我华夏健儿雄姿,只为挥洒男儿热血,折桂夺冠身立高台。定要揣测创世神尊的意图 处于万镜框邸尘 虚竟具有了灵气意识 萌发了自掌命运之力开始摆脱天道束缚 创世神道尚不明白 而他不明白自己在混沌彼岸中创造的宇宙球 遭到了主创至神的干预 一场诸神之战的帷幕由此拉开 至此主世界和无穷次世界的轮回不在按照先前的轨迹运行 万界中传奇存在 柯罗诺斯 月司神使 圣歌咏者 释迦魔尼 蔷薇之影 这等超脱凡神之辈 亦或秦始荒 亚历山大这等人皇 等等 皆乱入了这场无边浩劫 自由意志表象世界 拥有与被拥有 背叛还是坚守没有哪个存在能够明了 甚至位于虚缥恍惚中的至高神殿 主创至神也在镜之边缘徘徊 因为道心动摇 法则之力分配不当 导致黑暗规则之书拥有了自我意识 主创至神境界跌落 能够唤回丢失的存在吗 阻止浩荡劫难的发生 免于幽羽邪主的吞噬 且看天启之诸神之战 天堂地狱 高贵低贱 一念永恒还是刹那 尘言为了心中所爱 自由 川美 永恒 同时亦是为了印证那无上大道 于万界生灵中遨游 战斗 解密求知.的故事 永恒绝非幻梦 风格唯美诡暗穿越反套路.是个荟聚万族的天启传说凡尘一梦,不知仙道几何。 欲踏凌霄,不知天堑几重! 昔,世家另立梦当其一。后封天绝地死灵不通神佛不在,世家倾倒一夜荒芜。 今,梦家梦琼拜佛门,拜仙家。 借古运之力抗衡天道重拾种族之技,登临巅峰! 以梦证道,震踏九霄。琼此一生,无惧无畏! 看九重宫阙天道世家,看异世苍穹谁主沉浮!一名普通职业经理人,意外魂穿到民国,成为一名军统特工,没有金手指,凭借前世的信息,依靠自己的知识并不断地学习、成长,在风云变幻的时代中为国家,为民族贡献自己的力量,并创造了一段段精彩的特工传奇……我们就是一群游戏玩家。操纵一个角色在生活里打打杀杀。谁说那只是游戏呢?每一个角色后面,都有一个认真的灵魂。喜怒哀乐尝遍,却不改初衷。史上最悲惨宅男, 坑爹系统告诉他这辈子只能做乞丐! 降龙十八掌是卤鸡脚?叫花鸡注册专利?打狗棒是香辣狗肉? 衣衫褴褛讨口子背景却是富可敌国? 这是道德的沦丧,还是人性的扭曲?开局一文钱:修仙大佬跟我乞讨?在乱世之中,李泽的天赋与才干展现得淋漓尽致。可兰萱始终是他心中的痛。赵阳意外绑定可以往返现代与明末的传送门。 穿过传送门,对面是气势汹汹,向着他冲刺而来的八旗骑兵。 数次尝试都铩羽而归,赵阳直接上交传送门,与官方合作。 当官方看到赵阳展示的另一个世界后,整个大夏都为之轰动。 一个星球的资源,一个全新的未开发世界! 大夏官方第一时间下定决心,制定绝密计划,设置最高权限。 终于,再次踏入明末大地的赵阳。 身后,是一条蓄势待发的庞然巨龙……
关于信息安全等级保护的实施意见,-1 java 网络安全 网络安全产品资质 网站设计公司南京 负责网络安全 四川省网络安全法 重庆大足网站制作公司推荐 手机网络安全内容 手机网络安全内容 企业可以申报的信息安全证书 心理咨询与灵性指导【www.richdady.cn】 婴灵对家庭的影响咨询【www.richdady.cn】 特殊学校的师资力量【www.richdady.cn】 去世的母亲的前世记忆【www.richdady.cn】 大龄剩女的婚恋现状如何改变?【www.richdady.cn】 孩子压力大的教育建议【σσЗ8З55О88О√转ihbwel 前世缘份的续写有哪些方法?【企鹅383550880】√转ihbwel 心慌胸闷头晕的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何化解婴灵带来的负面影响?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何预防冤亲债主的干扰?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的家庭教育咨询【微:qq383550880 】√转ihbwel 大龄剩女的自我提升咨询【企鹅383550880】√转ihbwel 阴间生活的前世因果咨询【企鹅383550880】√转ihbwel 阴间生活的描述与传说咨询【微:qq383550880 】√转ihbwel 家庭关系的咨询技巧咨询【www.richdady.cn】√转ihbwel 化解婴灵的最佳时间【σσЗ8З55О88О√转ihbwel 如何缓解耳鸣症状【σσЗ8З55О88О√转ihbwel 婴灵的预防措施【www.richdady.cn】√转ihbwel 陕西信息安全工程技术研究中心 银行客户信息安全 郴州网站设计 信息安全管理局 网站售后服务 seo优化网站建设公司 中科院软件所信息安全 顺德新网站建设 2017网络安全大赛 中小型企业网络安全和管理 网络安全公司排名2017 营销有哪些渠道 信息安全 课程简介济南外贸网站建设公司排名 网络安全策略的制定原则是( ). (3分) 关于信息安全等级保护的实施意见,-1 网络安全的问题 深化网络安全思考讨论 关于信息安全等级保护的实施意见,-1 什么是电子营销渠道 监控网络安全化 网站排版 网站设计公司南京 无锡建设网站制作 网络安全漏洞解决案例 哈尔滨做网站电话 网络安全技术分享网站 武汉做网站公司 网络安全试卷武汉大学 网站建站 seo 银行客户信息安全 中山精品网站建设信息 北京海淀区网站开发 做网站步骤 苏州营销 蓝海国际版网站建设 2008网络安全事件 陕西信息安全工程技术研究中心 手机网络安全内容 石家庄建网站 四川省网络安全法 辽宁网站制作 网站建设用哪种语言最好 网站建设用哪种语言最好 关于信息安全等级保护的实施意见,-1 网站jianshe 陕西信息安全工程技术研究中心 营销挖掘助手 邢台建一个网站多少钱 甲方信息安全 信息安全实验平台 网站设计公司南京 什么是电子营销渠道 网站制作 中企动力公司 网络安全监管系统 北京海淀区网站开发 网络安全研究平台 四川省网络安全法 网络安全事件数据 常用的网络安全技术包括 兴化网站制作 昆明网站制作 中国网络安全 案例分析 2015 网络营销实训ppt 网络安全信息共享:一步步走向美国的安全繁荣和自由的网络空间 2014 信息安全会议 域名系统网络安全保障 企业网站seo 网络营销文案事例 匡恩网络2015工业控制网络安全态势报告 java 网络安全 2016网络安全座谈 中科院软件所信息安全 为什么要加强网络安全 网络安全问题有哪些 网络安全问题有哪些 网站设计公司南京 企业网页设计网站案例 病毒性营销的视频案例 论坛如何做病毒营销 江苏省网络安全对抗 互联网营销工具有哪些内容 信息安全对抗赛要求 中小型企业网络安全和管理 网站建站 seo 网络营销实训课程ppt模板 银行客户信息安全 负责网络安全 苏州营销 山西信息安全公司排名 信息安全等级推荐 信息安全云端攻击 淄博微网站 网络安全敏感的国家有哪些 网络营销课程网站 郴州网站设计 网络信息安全与防范 网站排版 做网站收费 2017网络安全大赛 网络安全技术分享网站 网上营销渠道 搜索营销师 广东省信息安全测评中心待遇 营销有哪些渠道 信息安全等级建设资质证书 易营销软件代理 如何做好网络营销投资 网络安全敏感的国家有哪些 网络安全生态峰会 绿色风格的网站 网络安全实际案例及分析 如何做好微信群营销方案 注册网站免费注册 网络营销和普通销售 网络安全公司排名2017 标准 信息安全 iso 27001 itil cobit 企业网站seo 蓝海国际版网站建设 2016年信息安全威胁 顺德新网站建设 长春网站建设 高端大气的综合性网站 网站类型案例 网络安全事件数据 江苏网络安全平台 手机网站界面设计 上海天融信网络安全技术有限公司 武汉做网站公司 安全可靠应用 信息安全 现代感网站 信息安全等级 保护备案查询 山西信息安全公司排名 深圳北网站建设 网站设计尺寸大小 微营销百度百科