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
北京网站开发服务网站开发服务公司提升网络安全意识 建议网络营销有什么证网络信息安全工程师需要读什么专业嘉兴网站建设推广网络安全著名博客虚拟化网络安全技术网络信息安全工程师认证直接营销产品新的网络信息安全法七夕出生于七月初七,儿时体弱多病,家道中落,受尽欺凌。终激活仙脉,能文能武,文,读书过目不忘,先知先觉后3年人间事,武,太极八卦拳,练成独门神打绝技,且看他,学业和事业上一路高歌,不为官,只为商,终成一方商业霸主,江山如画。 如果有一天,当你睁开了惺忪的双眼望向这个世界。你还未来得及称赞这一觉睡得那样充足饱满,床垫是有多么的柔软舒适,取而代之的则是你的家园、你赖以生存的那座城市消失不见的恐惧。除了你自己以外的任何人都没有了关于那座城市的认知,你所有的找寻都无功而返,这个和世界没有了丝毫那座城市曾经存在过的迹象。你会相信并接受这个世界的改变还是会坚持自己的主见?如果有一天,你触发了“X-隐没”的故事,你会怎么办?人,生如夏花,死归浮尘,当深渊降临,我凝望深渊,只为长生! 封林是一个在北京潘家园旧货市场开旧物店的小老板,一次在给店里的老房屋装修的机会,竟然在家里墙壁地下暗格发现一个密室,不太大的密室角落里有着一口上了锁的红色的木箱子,盒子打开后里面有着几样东西,一块巴掌大纯金的腰牌。 一本非常破旧的遁甲巫术古书, 还有着一本记录了很多秘事的明朝古书,还有一张残缺不全的地图,箱子里面藏着很多的秘密,让他知道了自己的家族竟然是一个传奇盗墓家族的后人 从古至今的家族秘密缓缓的被揭开,父亲的突然消失,也与此事有关,是为了寻找哪些传说中的东西。 自己兄弟的回归,退役特种兵赵雷,去追寻着父亲的脚步去寻找那传说中的古遗迹,不得不踏入那些恐怖之地。 入活人的禁区,与僵尸斗法,与活人斗智,有一张尸面的鬼狐仙,荒冢野坟墓里的媚女,害人的白皮千年老狸子,披着美女人皮的行尸走肉,几十年难得一见沉没在海里的幽灵鬼船。 一张残破不全的地图,一截刻满符文的龙骨,到底藏着什么秘密? 十余世的轮回,一生的痴缠苦恋,究竟是为了前世的荒唐而赎罪,还是为了千年的爱恋而痴狂? 只为那双独一无二的眼眸,他心甘情愿的为之反叛仙道、颠覆魔界,走遍天涯海角,只求永世相伴。 只为那颗一成不变的真心,她无所畏惧的陪他出生入死、浪迹天涯,穿越千山万水,惟愿携手夕阳。 然而,造化弄人。原本祥和安宁的世间,却偏偏因为一个不知所以的地灵而纷乱不断。人仙魔三界中的是非恩怨,总归一个“权”字而起,一个“情”而乱,一个“痴”字而迷,一个“释”字而终。 三界本无界,不过是一花一木一世界,一树一叶一菩提,自在其中罢了!平行世界!普通人王超,意外获得超级成龙系统。 该系统,可以根据别人的话语,来获得能力,由于王超嘴欠,导致自己的小伙伴,变成豆丁大小,自此开启“救赎”之路。 系统开启学霸之力。 系统开启小康之家。 系统开启黑客之力。 系统开始超级神医! 什么? 系统让我去追女人?王超不乐意,太麻烦!什么?追不成功,终生不举? 正所谓,系统在手,天下我有,系统在手,毁天灭地,系统在手,妻妾成群。 超级成龙系统在手,爽爽爽! 张辉在九一八爆发后去往南京报告黄埔军校,在黄埔军校成绩全优被报送德国军事学院学习三年回国后担任中央军一一八师第十三团二营营长率领部队参加淞沪会战南京保卫战,在南京保卫战失守后,沿途寻找部队不幸遇到日军激烈战斗,弹尽粮绝随后被八路军游击队所救因为伤势原因送到野战医院救治伤好后参加八路军去往延安抗大学习结束去往抗日前线率领部队与日军展开激战,袭击日军机场 炸毁兵站 摧毁日军毒气弹研究基地 与国军严团长配合获取日军作战计划,最后奉命率领部队阻击日军,抗日胜利再次前往抗大学习担任教员,毕业后前往东北战场与国民党展开激战,随后跟着入关作战,张辉被党中央调往西南地区进行剿匪工作,解放战争胜利后 ,张辉奉命前往解放军军事学院担任特种作战教员 年终76岁1928年的缆镇土豆村,表面上一片祥和而宁静,炮火连天离这里还很远。 农历七月的一个大热天,一大早,土豆村保长周百会就赶到缆镇镇公所开会。 直到月朗星稀才回家,匆匆吃过一点东西,就叫长年周番薯呼村里十个甲长来祠堂开会。 土豆村祠堂建在村子中央,巍峨而厚重,村子一切大事都在此商议,土豆村民戏称为衙门。 那一夜的会议几乎开了一个通宵,时而还传来一阵阵拍桌和摔碗声,没有人知道究竟发生了什么事。 第二天,大儿子周天冲来请早安时,周百会留下他郑重其事地交代了一通。 当天下午,周天冲吩咐二弟周地冲赶往兴隆村办事,又吩咐三弟周人冲赶往新罗村办事,自己领着小妹周玉枕赶往黄桃村办事。 办什么事?竟然是叫佃户铲除罂粟苗,马上改种其他中草药,对外只说自家药房需要。 原来一场席卷江南大地的禁烟运动即将开始。 才一个月时间,缆镇的大小芙蓉馆和乌香店宣告关门。 缆镇故事又开始了!一个普通人的一百年!萧羽通过一颗魔瞳吊坠可以进入平行世界,那些平行世界拥有神奇的能量造物,获得了它们,就能获得无比强大的力量,进而造就一方宇宙的主宰!!!第三次世界大战之后,环境异变,妖兽丛生,数百年后,资源和能源枯竭,人类即将灭亡,一款名字叫《修仙》的网络游戏承载着延续人类文明的重任。 十万被选中的人类降临网游修仙界,却只传载成功九人,他们为了整个人类,又该何去何从?
台山网站建设 厦门信息安全教授 厦门网站排名优化软件 网络新闻营销的特点 网络安全 pdf 上海信息安全工程技术研究中心 网络信息安全新方向 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 信阳做网站 制作网站需要注意的细节 祖灵的超度仪式【www.richdady.cn】 前世老婆的前世案例咨询【www.richdady.cn】 财运不佳的风水调整方法有哪些?【www.richdady.cn】 人际关系不好的咨询技巧咨询【www.richdady.cn】 孩子不爱读书的阅读习惯【www.richdady.cn】 内心恐惧胆怯的解决方法【企鹅383550880】√转ihbwel 冤亲债主干扰的常见案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的案例分享咨询【微:qq383550880 】√转ihbwel 缺心眼的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的前世因果咨询【www.richdady.cn】√转ihbwel 婴灵的超度与化解【σσЗ8З55О88О√转ihbwel 官司的案例分享咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的解决方法咨询【企鹅383550880】√转ihbwel 孩子学习不好的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的咨询技巧咨询【微:qq383550880 】√转ihbwel 纠纷的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的案例分享【微:qq383550880 】√转ihbwel 忧郁症咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的辅导方法【www.richdady.cn】√转ihbwel 与女友前世的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全行业标准 淮安网站建设 小米手机网络营销服务 自微网站 598营销软件站 网络营销有什么证 信息安全 SAG 网信网络安全认证 小红书 内容营销 河南网站制作 星巴克微信营销ppt 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 网络安全开发环境 莱芜网站设计 北京信息安全实训 信息公司营销计划 信息安全等级保护研究 新的网络信息安全法 网络安全管理功能包括什么活动 营销转化率 598营销软件站 网络营销有什么证 信息安全 SAG 网信网络安全认证 小红书 内容营销 河南网站制作 星巴克微信营销ppt 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 网络安全开发环境 莱芜网站设计 沈阳科技网站首页 提升网络安全意识 建议 设计学网站打造公司的网站 营销的好处 营销病毒 信息安全等级保护网站,-1 nsc网络安全大会 网络安全 销售 网络安全宣传周活动 专业的常州做网站 网站更新了 网站建设品 网站推广网站 信息公司营销计划 超炫的网站网站中主色调 app手机网站制作 地产平台网站模板 遵义网站建设 网站的重要性 澳洲 信息安全专业 网站建立公司四川 四川信息网络安全协会 营销型网站 西安信息安全研究中心 信息安全行业标准 信息技术与信息安全 快速学习 im 营销 网络安全行业研究报告 信息安全工程研究中心,-1 信息安全服务规范 虚拟化网络安全技术 2016年 网络安全规划方案 上海的外贸网站建设公司 帽子网络营销策划方案 北京网站开发服务 体验营销中的关联体验 成都网站设计公司哪家好 网络安全信息安全 体验营销中的关联体验 信息安全工程研究中心,-1 厦门信息安全教授 上海信息安全工程技术研究中心 信阳做网站 信息安全测评收费标准 如何策划营销网站 茂名做网站 linux网络安全实践 pdf 广州网站制作公司flash网站制作 互联网信息安全解决方案当中完善互联网信息安全的法律制度去的方法有 网络信息安全法律法规 成都大牌广告网络营销 王老吉地震营销 微博进行营销的好处 nsc网络安全大会 营销型网站怎么收费标准 电子商务(网络营销) 网络安全行业销售怎么做 做网站公司 信息安全等级评估 西安专业网站建设 网络安全宣传周活动 自微网站 信息技术与信息安全 快速学习 北京网站开发服务 茂名做网站 搜索引擎营销策略分析报告 枣庄网站制作 信息安全审核员待遇 遵义网站建设 网络信息安全实验,-1 信息安全审核员待遇 加强网络安全管理 大学生网络信息安全调查报告 网络信息安全工程师需要读什么专业 信息安全的特征 公司网站图片传不上去 关于身份的信息安全 杭州网络安全研究院 成都网络安全 上海培训网络营销 淮安网站建设 营销型网站怎么收费标准 网信部门和有关部门获取的网络安全保护信息 直接营销产品 信息公司营销计划 大学信息安全委员 营销型名片 网络安全和系统安全 中国网络安全法 网络信息安全管理局 四川信息网络安全协会 网络安全 销售 小红书 内容营销 网站制作性价比哪家好 网络安全行业研究报告 网站建设品 杭州网络安全研究院 信息安全与网络管理专业 网站 建设 欢迎你 太原网络营销公司排名 网络信息安全法律法规 零基础学习网络安全 网络信息安全工程师认证 网络专业的网站建设价格 上海科技网站建设