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
营销型官方网站教委高校网络信息安全网络安全法 执法协助网站个性化定制服务网站重复网络安全展门票北京建网站网站曝光率山东企业网站建设信息安全好的大学诸天万界,我人族曾屹立于巅峰。然,圣人逝去,山河染血,我兆亿同胞损失殆尽,几近灭族。 但我人族还在,纵使战至一兵一卒,纵使天塌地陷,我等不屈,我等不服。 我人族之魂还在,我人族脊梁不弯,为我人族而杀,为我人族而战,诸天万族,人族不灭。。世纪战乱,人为变更,年年战争最终玄武帝国统一了这片大陆,并命名为玄武大陆。秦一凡出生在黔玄城一个最穷,最偏僻的小村庄里,后来得知自己家族是道教三大顶尖门派伞旗一脉的传人,自己更是天赋异禀来是千年难遇的天纵奇才,为了逆天改命,复兴宗门,从此便踏上修真之路...空气中竟含有限制生物进化的慢性病毒?!大气层是阻碍生物吸收宇宙能量的囚笼?!有外星文明针对地球?!2222年的2月22日,经过几百年的研究,地球人类研究所发表了一个个令人三观彻底颠覆的结论。在所有人的惶恐不安中,几百年后,研究人员发现空气中的病毒慢慢消失了,从那以后,一切好像都变得不一样了……操吴戈兮被犀甲,车错毂兮短兵接!个人奋斗史诗!南浮山中遇仙踪,医术通神济世人,快意恩仇谈笑间,红颜相伴乐逍遥。 他淡泊随性,不求长生不老,只愿一世逍遥。 他仁心仁术,救治病人不计回报。 他深明大义,为国效力从不退缩。 他在平凡的生活中感悟人道,在自然演变中感悟天道,在万物进化中感悟医道,在红尘情爱中感悟情道, 最终觉悟了人间道,成为红尘俗世中带烟火味的逍遥道君。 故觉的力作《校园学霸风云之路》 学霸因不满老师,不满社会现状。不甘做一个乖男,之后逆变校园霸王。种种奇遇让主人公成为一个风云人物这是一个从葫芦娃开始的无限流故事,主角不圣母,不无脑,女主可有可无由书友定,暂定世界:葫芦娃——古剑奇谭——白蛇传——哪吒魔童降世……(世界可能顺序会变)游戏竞技+重生穿越+星际战争+权谋争斗+自带系统+异世界 罗天,世界最成功元宇宙游戏《开元》的创立者,年薪百万,早已走上人生巅峰! 可当他醒来时发现,自己陷入了时间循环中,既然已经知道下一秒会发生什么,那要好好对付开除他的老板、背叛他的下属,对,更不能放过给他戴绿帽子的妻子! 刚爽完,竟得知所谓的人生循环不过是游戏副本,愤怒! 好在300年后重生的他,免费获得英俊潇洒的身体一枚。 啊?这身体还是皇帝的傻儿子,那好歹给我配个顶级系统吧! 且看罗天如何在未来的元宇宙世界里,呼风唤雨、无所不能,一边打赢星际战争,一边收获美女们的爱情,一步步成为宇宙主宰,拯救世界的大英雄!一代传奇摘星者! 新作者一枚,笔耕不辍,保证日更,谋生不易,求关注一波,送我上榜!林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战!
创新的网站建站 烟草行业信息安全解决方案 网络安全法 执法协助 广州微营销 怎样做一个网站首页 佛山企业网站建设策划 网站制作价 4000万中小企业网站建设 不足10% 美国 80% 郴州网站建设 B2B网站系统 感情纠纷的心理调适咨询【www.richdady.cn】 不爱读书的环境影响咨询【www.richdady.cn】 婴灵的超度仪式【www.richdady.cn】 潜能开发与自我提升【www.richdady.cn】 大龄剩女的情感生活如何改善?咨询【www.richdady.cn】 婚姻生活不顺的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世【微:qq383550880 】√转ihbwel 干扰【企鹅383550880】√转ihbwel 老公家暴的前世因果咨询【企鹅383550880】√转ihbwel 公司破产对股东的影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【微:qq383550880 】√转ihbwel 解梦的前世影响咨询【企鹅383550880】√转ihbwel 家庭关系的相处之道【σσЗ8З55О88О√转ihbwel 存不住钱的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的因果关系咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的环境影响【企鹅383550880】√转ihbwel 网络安全案例视频 商城网站内容模块有哪些 饥饿营销是经济现象吗 2014第十五届中国信息安全大会 通信信息安全优先级秩序:可用可靠完整 济南网站设计 互联网金融 网络安全 整合营销方案 工控网络安全重要性 北京网站建设第一 网站备案需要什么 成都建设网站 网络安全技术 课件日照网站建设 邢台网站设计哪家好 公安部信息安全 中心 成都网站 领航网络营销 建设门户网站需要注意什么 营销班级 javascript实现网站顶部出现几秒后图片缓慢消失的效果 共享网络安全 做网站多少钱 传统的市场营销 北京建网站 网站重复 网站维护公司 网络安全实际案例分析 网站备案需要什么 网络安全宣传周总结报告 邢台网站设计哪家好 顺德网站建设公司价位 网络安全案例视频 国家网络安全部 计算机信息安全 怎样建立自己的个人网站 网站维护公司 武汉国际网络安全论坛 网络安全事件种类 营销策略中的渠道策略 太原做企业网站 网络安全展门票 百度竞价账户中网站被关掉了现在如何将这个词转换到另一个网站账户中 厦门免费建立企业网站 内部列表email营销关键 微博营销的形式 网站重复 网络营销搜索引擎规划 烟草行业信息安全解决方案 清华网络安全哪个教授 厦门企业官方网站建设 广东省信息网络安全 商城网站内容模块有哪些 2016年第十七届中国信息安全大会 2016年第十七届中国信息安全大会 顺德网站建设公司价位 常州网站制作企业 信息安全的漏洞 佛山+网站建设 广东 网络安全空间协会 太原网站优化 做网站多少钱 壹像素网站 网络安全会议 中国 信息安全保密技术,-1 核电信息安全入侵 网络安全报警网 公安部网络安全 广东省信息网络安全 2014第十五届中国信息安全大会 营销重要性简述网络营销特点是什么意思 网站建设的目标网站创建公司 网络安全的第一道防线是 信息安全实验室研究方向 成都网站模板 信息安全认证公司排名,-1 大连企业网站建站 营销班级 网站总类 成都建设网站 网络营销的收获 朋友圈营销的好处 备份 网络安全审计技术 免费网站制作推广 建云购网站 微博的网络营销 微博的网络营销 壹像素网站 网络安全咨询服务方案 网站制作公司排行榜 下沙做网站 邮件群发 邮件营销 郴州网站建设 企业网络软文营销推广多少钱 微信公众号营销关键 大连网络安全服务平台怎么走 升级美国的网络安全防护 成都网站 广州微营销 百度竞价账户中网站被关掉了现在如何将这个词转换到另一个网站账户中 网站建设 杭州 B2B网站系统 见网站建设客户技巧 网络安全师证书 网络安全空间大赛 工控网络安全重要性 网站个性化定制服务 美团营销特色 个人网站的开发与设计 精品课程网站设计 搜索引擎营销包括什么 网络安全和web安全 网络安全会议 中国 营销型官方网站 美团营销特色 姜堰网网站 传统的市场营销 大连企业网站建站 dw做网站 微信公众号营销关键 核电信息安全入侵 网站利润 网络安全战争 虹口做网站 厦门免费建立企业网站 效果型网站建设 信息安全违规案例分析 网络安全的企业 北京网站建设第一 企业网站制作 徐州 怎样做一个网站首页 成都网站模板 精品课程网站设计 网站建设价目 网站建设公司河南郑州 信息安全学