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
信息安全 职业资格微信营销的特征番禺网站建设培训国家网络与信息安全通报机制制作营销网站中型网站网络安全缺陷为什么要重视网络安全网络安全 人才队伍企业网络安全体系建设剑无尊又名《墨吟仙》 孤独是玄侠的代名词,剑云城北家孤儿北琰天生神力但却是个执垮,因众人所逼被压去妖魔塔,在妖魔塔中练就剑法,又去炼狱塔练剑,成功夺回世子之位,杀死兄长北孤独占北家家业,统领剑云城。 二长老:老夫就说他是在隐忍 逍遥子:我无言语对 北孤:北琰你不配 北琰:我只想当个世外高手而已呀,我不想在惹这么多事了,还要修剑道 北琰来到帝都,见到之前救他,和他一起被关押在妖魔塔的女子。 女子:相公朕来了 北琰逍遥又自在,直到天谴的降临现实融合网游? 高玩是人形核弹? 为了给可爱童养媳治病,吕天穿越后果断开挂玩网游,觉醒SD天赋,无限复制敌人属性,并且果断低调选择职业奶妈! 属性高?拿来吧你! 残血了?不慌,一口奶爆! 人形核弹?不好意思,我人形二向箔! 满级龙女BOSS? 乖乖过来当坐骑吧你! ……混沌初开天道始,万族林立生者适。天道如海唤天堑,踏海征途道之巅。 ——洛尘兮 世间万物皆修行,道俱万千谁能赢。百花齐放争天地,唯有强者动乾坤。 ——黄梦燃 天堑海之巅,道祖洛尘兮与仙祖黄梦燃为道统之争一决胜负。最终洛尘兮技高一筹,将黄梦燃打下天堑海之下。自此天堑海上再无仙祖黄梦燃之威名,殊不知这只是黄梦燃借此达到他计划的第一步——重生!秦小满穿越成了地主二代,本想当个败家子躺平,可总有人想夺他的粮、抢他的钱、要他的命。 “既然无法低调,那我就不装了。” 于是,大乾朝百官想巴结他、公主想嫁给他、皇帝想让贤给他,就连周边国家的王族都想跪下叫他“爸爸”求庇护。 可他真的只是想当一个闲散的败家子而已……刘林杰原本是异世开放世界VR元宇宙大游戏《梦拉幻大陆》的一名程序员,可在一次玩家测试中被告知游戏被黑客侵入并制造出了大病毒影响游戏世界平衡,而此游戏开发巨大可让玩家在游戏里身临其境,如同在另一个世界生活;而刘杰空将以玩家身份装备程序公具,进入这个世界与黑客的病毒展开对决以至消灭!并同时拯救修理被破坏的游戏世界!同时还结交了游戏中的人物伙伴一起冒险………………重生即传奇 苦乐童年后,巧合之下有了不同的身份 身怀高能的他更是如虎添翼 善与恶,一念间 向善而行 终究书写炫丽的传奇人生……岳峰,蓝星玩家联盟核心团第四军团长,180级六转大剑士。 在抵御异世界文明入侵失败蓝星彻底沦陷之际,他借助时空神器的力量携带游戏记忆重回三年前,【降临】开服前夕。 三年多的游戏生涯,让他知晓无数赚钱技巧、副本攻略、传说任务、装备出处…… 这些还不算,在第一次登陆游戏的时候,岳峰意外发现背包当中竟然携带了游戏中唯一的圣器《传承之章》。 凭借种种优势,岳峰在游戏中找回爱人,建立势力,统一游戏版图。 当三年后位面融合的时候,异位面降临者们悲哀的发现,等待他们的是游戏内攀升到了极致的工程学科技以及无数装备精良的玩家。 当团结一切力量消灭所有入侵者之后,岳峰发现,更大的挑战,还在后面……剧情接着《勇者》、《超能战士》。2014年9月,ME如愿地考上了重点高中。更想不到的是,在新学校中他跟过去的所有伙伴都重逢了。轩影、电紫更是成为TFL36的导师,每天指挥着ME他们训练……30多人齐冒险,将会发生什么趣事?郑八斤一不小心回到1992年,一个没开发过的地区。面对着家徒四壁,奇葩家人,上有八十岁的奶奶,体弱多病。下有四十来岁的光棍哥哥,不务正业,好赌成性。家就是个无底洞,永远填不满的窟窿,他将何去何从?【爽文】【热血沸腾】【悬疑重重】 父亲是顶尖科学家,为保守国家秘密,惨遭神秘杀手屠戮,母亲被掳走,下落不明,生死难料,自己被莫名追杀,亡命天涯,身边原本信任的人,也相继阴谋~~~~ 终于,蜕变,天降煞星,非仙非魔,大杀四方,突破重重迷雾,追敌三万里~~~~
西安公司网站建设 中国信息安全问题日益突出的标志是什么 网络营销的具体形式有哪些内容 网络安全技术与实训(第2版) 2016信息安全审计发展趋势 顺义手机网站设计 什么是信息安全保密 信息安全 研究所考研 网络公司网站 网络安全的基本操作 耳鸣的心理调适【www.richdady.cn】 前世缘份的续写有哪些方法?咨询【www.richdady.cn】 感情纠纷的情感重建【www.richdady.cn】 耳鸣的解决方法咨询【www.richdady.cn】 邪灵的防范方法【www.richdady.cn】 自闭症的咨询技巧咨询【www.richdady.cn】√转ihbwel 家庭关系的咨询技巧【σσЗ8З55О88О√转ihbwel 暗恋的前世因果【www.richdady.cn】√转ihbwel 外灵干扰【企鹅383550880】√转ihbwel 意外的前世记忆【微:qq383550880 】√转ihbwel 纠纷的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 磁场化解服务咨询【www.richdady.cn】√转ihbwel 去世的母亲的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世缘分咨询【微:qq383550880 】√转ihbwel 家庭关系的沟通技巧咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读计划如何制定?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰解决方法咨询【企鹅383550880】√转ihbwel 前世缘份的奇妙重逢咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么是婴灵?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何缓解耳鸣症状【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站打开速度优化 苏州企业网站建 泰安网站制作 合肥seo网站推广 网络安全产品厂商 信息安全服务提供商 企业 网络安全 案例及分析 2016信息安全审计发展趋势 网络汽车营销策划 长沙高端网站建设服务互联网文化营销 营销型网站建设定制 网站设计的文案 网络营销理论知识 互联网营销书籍 情感营销怎么聊天旅游网站策划书 专业网络整合营销公司 中型网站 优秀网站制作 网络安全技术与实训(第2版) 企业之后网络营销对比 广州响应式网站制作 企业平台网站建设 网络营销定价是什么意思 公安部网络安全电视电话会议 石家庄网络安全公司排名 信息安全 研究所考研 普通网站要什么费用 信息共享与信息安全 网络安全技术学什么 营销软件代理 青岛制作网站 创新型的顺的网站制作 信息安全市场 网络安全和信息安全2014中国信息安全报告 网络营销应用生活案例内容营销作用 网站设计公司 上海 中型网站 制作企业网站 网站制作流程 苏州企业网站建 专业网络整合营销公司 分析我国网络营销现状 常用的信息安全防护方法 cisp信息安全专家认证 绿盟网络安全宣传手册 高端网站设计建设 长安网站优化 营销型网站建设定制 太原推广型网站开发 顺义手机网站设计 常州做网站公司 网络营销公司培训 什么是信息安全保密 三合一网站建设是指 网络营销理论知识 网络信息安全期刊 网络安全技术与实训(第2版) 网络营销活动策划案例 网站数据包括哪些内容 宁夏网站设计 营销型网站建设定制 网站信息安全管理 网络安全属于互联网 公安部信息安全 泰安网站制作 广州响应式网站制作 网站使用帮助 宜春网站建设 分析我国网络营销现状 德阳做网站 网络安全培训 记录 珠海网站seo 网络营销做什么 北京展览馆 网络安全 网络信息安全事件分析 网络营销理论知识 信息安全等级保护条例 国家网络与信息安全通报机制 网站免费认证 网络安全产品厂商 网络营销应用生活案例内容营销作用 广东网络安全法研讨会 微信营销的特征 网站怎么办 重庆整合营销案例 网络营销平台 定价 许可e mail营销案例 网络营销是? 国家信息安全技术研究中心,-1 网店营销策划报告 网络安全产品厂商 网络安全案例 ppt 网络安全的基本操作 情感营销怎么聊天旅游网站策划书 中国信息安全问题日益突出的标志是什么 重庆营销策划服务有限公司 杭州网站建设设计 郑州计算机网络安全 展示型网站建 国家网络安全园区 网站的权重 杭州网站建设设计 团购网营销 常州做网站公司 高端网站设计建设 信息安全 部门,-1 企业之后网络营销对比 许可e mail营销案例 网站打开速度优化 信息安全体系设计 顺义手机网站设计 信息对抗技术属于信息安全 手机网站首页经典案例 信息安全服务提供商 网络营销平台 定价 网站策划方案 北京网站制作排名 台州网站设计外包 企业网络安全体系建设 韩雪冬网站 信息安全 西安 深圳网站建房 信息对抗技术属于信息安全 网络营销的具体形式有哪些内容 广州市信息网络安全协会 网络安全技术学什么 如何搭建自己的网站 云计算与网络安全视频教程 公安部网络安全电视电话会议 企业 网络安全 案例及分析 更新网站的步骤 网络专业的网站建设 信息安全 部门,-1 低价营销方案 江阴网站建设