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赣州网站制作一座沉寂的山,突然有一天吸引了一干人来,原来他们揭开的,将是古老而神秘的——灵魂再生2025年,全球抗疫斗争取得了阶段性胜利,疫苗普及率达到70%,虽然新冠肺炎疫情仍在影响着世界,人类似乎有望重返那个和谐安详时代。然而,一个更严重的潜在危机正在酝酿,一种新型病毒正在悄无声息地传播,各国企图采取措施,然而人类发现,这场新的疫情的背后隐藏着许多超越当前认知的事情,光靠一己之力根本难以阻挡,人类事实上十分脆弱,越来越多的开始失去生命,人类走到了灭绝的边缘。就在许多人陷入迷茫之际,一个全球性的组织开始浮出水面,开始由幕后走向台前,轻霜冻死单根草,狂风难毁万木林,唯有团结,人类才能赢得生存的机会。未来,现实世界与虚拟世界交织,脑机接口、意识上传,虚拟触觉技术先后突破,zero公司研发了一款名为《零世界》的元宇宙,来使人类脱离死亡实现意识永生。 然而,在诞生25年后,zero公司一场更大的阴谋酝酿其中…… 重生后的罗飞,带着一群志同道合的伙伴,再一次踏上征程……【修炼铁布衫,获得特效:无敌金身。防御一切伤害】 【修炼天雷刀法,获得特效:三重雷劫。释放雷劫,锁敌攻击】 【和女帝双修,获得特效……】 苏天魂穿万界,获天道特效系统,每修炼一种功法,自带一种特效。 “你的功法举世无敌?没关系,我的功法自带特效。” 我要救的人,地狱不敢留。我要杀的人,天堂不敢收。 莫管前身苦难事,不求后世万古名。 诸天万界谁最狂,唯我苏天第一浪!江枫穿越西游世界,觉醒神级拒绝系统,被拒绝就变强。   于是,江枫开始了在西游不断作死的日子。   “百花仙子,我想娶你!”   “回家洗洗睡吧,真的是……”   “恭喜宿主,开启白银级宝箱,获得天仙级修为,八九玄功一部,中品先天灵宝紫电锤,一枚仙果。”   “玉帝老儿,你可否搬出天宫,把尊位让给我坐!”   “大胆江枫,你竟敢如此大逆不道,来人,给朕诛杀此獠!天上地下,无你容身之处!”   “恭喜宿主,开启黑金级宝箱,获得后天功德至宝鸿蒙量天尺,诛仙剑一柄,十枚黄中李。”   “元始天尊,听闻你有洪荒第一利器盘古幡,可否借我耍耍?”   “可以,只要你的脑袋抵得住盘古幡的粉碎时空之力!”   “恭喜宿主,开启至尊级宝箱,获得鸿蒙紫气一道,先天至宝混沌钟,天书一部!” 【玄幻脑洞】+【剧情流】 燕十三穿越玄幻世界,成功觉醒神级宗门系统。 只要完成系统发布的任务,就可以获得奖励。 随着系统的挖掘,燕十三招收的弟子一个比一个惊艳。 有门派弃徒,却身负天剑之体的白宇! 有丹帝转世的丹尘! 有大帝重生的叶神! 有仙骨被挖的王昊! 有退婚流弟子,有凡人流弟子! 更有仙之巅,傲世间,有我元阳便有天的风元阳! 当无数主角模板的弟子汇聚在浩然宗,整个玄天大陆都震惊了! 众天骄:玩屁啊!潜龙榜前五十名都被浩然宗的弟子给占了。不行,我也得拜入浩然宗! 【简介无力,请移步正文!】一座危城,一条老街,一个念想,一个人,一群人,守一城。 陈枫重生异世,在最弱小的时候得到了一群最善良的人的帮助,为了一个念想守住一个城。守西北,入中京,踏塞北,这一世,希望可以活成自己想要的模样。星球的争霸圣域之战后。五位圣者牺牲。龙族势力蔓延整个灵力大陆。龙族族长--元历(龙圣祖)不断的压迫和剥削人们。人们活在水深火热之中。 等级划分: 化境1~10镜,内境1~10镜,帝境1~10镜,灵帝1~10镜 灵尊1~10镜,圣尊1~10镜 圣者:初圣(初期)1~10星,中圣(中期)1~10星,破圣(后期)一重,二重,三重。(突破破圣后,才是一名真正的圣者) 圣祖(最高境界,全看造化)安云凡身份成谜,师承玉青子,成为道门第一天师,一路斩妖除魔维护人间,在历劫后知道自己真实身份的他将会如何选择?是继续秉承自己的道心还是?
公司不需要做网站了美国网络和信息安全组织体系透视 网络营销分为哪些特点 北京旅游型网站建设 信息安全服务市场现状分析 易建筑友科技有限公司网站 国家信息安全测评认证中心 在线营销策划培训课程 网络安全规范 升级美国的网络安全防护 中国信息安全认证中心颁发一级应急服务资质,-1 与男友前世咨询【www.richdady.cn】 婴灵的超度与慈悲心【www.richdady.cn】 亲子关系的教育理念有哪些?咨询【www.richdady.cn】 儿子抑郁症的自我提升【www.richdady.cn】 前世因果化解方法咨询【www.richdady.cn】 前世今生的故事有哪些经典案例?【企鹅383550880】√转ihbwel 孩子学习不好【企鹅383550880】√转ihbwel 与女友前世的记忆解析咨询【www.richdady.cn】√转ihbwel 耳鸣的心理调适【www.richdady.cn】√转ihbwel 投资项目的财务规划【σσЗ8З55О88О√转ihbwel 亲子关系的教育建议【www.richdady.cn】√转ihbwel 婴灵的超度与化解【σσЗ8З55О88О√转ihbwel 婴灵的常见案例咨询【www.richdady.cn】√转ihbwel 感情纠纷的解决技巧咨询【微:qq383550880 】√转ihbwel 儿子抑郁症的自我提升【微:qq383550880 】√转ihbwel 儿子抑郁症的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世解析【企鹅383550880】√转ihbwel 学习成绩差的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel “缺心眼”对人际交往的影响【微:qq383550880 】√转ihbwel 网站 网站建设定制 网络安全中CIDF英文缩写 国家网络与信息安全信息通报中心网站 营销型网站的作用 网络安全评测 外贸网站模板建设 哈尔滨网站优化 信息与 网络安全的基本概念 网站建设报价单 平台的营销信息安全框架示意图,-1 南昌网站优化 明星营销 信息网络安全监察工作 网站开发中 企业网络安全措施网站建设 杭州 珠海集团网站建设 网络安全小工具 渭南网站建设 武汉网站设计公司排名 易建筑友科技有限公司网站 谁知道电子商务短期培训电子商务培训都有哪些网络营销课程? 网站建设超链接字体变色代码 网络安全在哪设置 信息安全技术培训 行业网络营销 网站开发和 山西武汉网站建设 南京网站优化 网络信息安全实施意见,-1 谁知道电子商务短期培训电子商务培训都有哪些网络营销课程? 明星营销 网站做成app 南昌网站优化 博客营销实验总结 上市公司网站设计 营销技巧吧 南京网站优化 中山移动网站建设报价 珠海哪里做网站的 郑州网站建设制作 大连大型网站制作公司 网站建设 网络推广 网上营销上海 济南网络推广网络营销报价 建一个免费网站 网络营销会失业吗 珠海集团网站建设 信息安全技术风险管理 厦门企业网站制作 网站关键词 企业网络安全措施网站建设 杭州 苍南网站建设 怎样搜网站 武汉网站设计公司排名 那曲网站建设 网站建设的域名注册 中国风配色网站 杭州专业网站 茅台软文营销成功案例 外贸网站模板建设 信息安全技术风险管理 跨境电商平台营销方案 酒店网站制作策划 信息技术与信息安全 防范系统攻击的措施包括 2017武汉信息安全大会 老王解读网络安全法 广东网络安全 比赛 网站内容添加 网络安全 主题会议 信息安全服务市场现状分析 网站 网站建设定制 浙江信息安全等保网 西安网络营销电子商务培训课程 太原优化型网站建设 研究院信息安全管理 那曲网站建设 信息安全范畴包含哪些 视频营销推广公司 国家信息安全测评认证中心 营销分销 背景图网站 建一个免费网站 大学生网络安全报告 网络安全攻防linux 网络安全评测 网站进度表 网站翻页 山西武汉网站建设 网络营销打造品牌 网站开发与建设 营销分销 柳州网站设计 专业的西安免费做网站 整合营销的必要性 中国信息安全网络小组 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 网络营销宏观环境因素 信息安全就业城市 信息安全演讲,-1 在履行网络安全监督管理职责中 珠海建网站专业公司 三明做网站 暗网网站 企业网络安全措施网站建设 杭州 网络营销会失业吗 唐山做网站公司 旅游网站的营销策略信息安全员培训 网站翻页 网络安全中CIDF英文缩写 网络信息安全实施意见,-1 网站关键词 网站学什么 信息网络安全监察工作 中国信息安全认证中心颁发一级应急服务资质,-1 网站进度表 网络营销宏观环境因素 公司网站建立教程 it产品信息安全认证证书 网站后台慢 网络安全 主题会议 营销具 网站后台慢 网站学什么 网站开发的缺点 公司不需要做网站了美国网络和信息安全组织体系透视 国家网络与信息安全信息通报中心网站 网络安全小工具 营销培训视频 工控网络安全重要性 长沙商城网站制作 济南网站制作 网络安全在哪设置 唐山做网站公司 网络安全培训记录表专业制作网站 郑 网站开发和