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
做网站需要多少钱钢琴网站建设原则2016年第四届中国网络安全大会营销推广全网整合营销网站建设公司net2006南通网站优化wap网站模板网络营销入门简洁大方网站建设网站换域名主角房齐天是个刚高考完的学生,在接受了大学毕业后准备和同学们一起去游玩的留学生——表哥余秋明的邀请后来到了富家子弟的私人飞机上。飞机在空中飞行时进了一个虫洞,是穿越?还是穿越到古代?落地后发现这是一个名为“瑞”的朝代。 房齐天的名字变成了花零,并且在经历了许多事后被告知这是上古时代。还说希望文明回到正轨就要牺牲一个人并接受诅咒,让文明全部毁灭,这太荒谬了。花零最终完成了这些“神”给予她的“任务”,文明消散后花零在这个时空的家庭也不复存在,所有人都会忘记花零。 ——神明那所谓的诅咒就是:永生不死。 永生后的花零目睹了所有朝代的兴旺衰败,目睹了国家与国家之前的勾心斗角,历史的兴旺衰败花零都看下来了。 但是花零的永生可是被杀被碎尸万段都能够无限复活的永生,当然不止能看那五千年……  综武大陆,王朝林立。   李损穿越而来,成为古墓派唯一男弟子,激活鸿蒙签到系统。    从此丹药、神功,样样不缺,美女、公主接连不断。   九阴真经我有!   十绝体我有!   大还丹我有!   降龙十八掌我有!   我有!我有!我全都有!   李损签到十年,自此无敌世间!                   异界大陆,强者如云!分为东西南北中五大城池,五大城主皆为王,五大城主所说的话皆为法!一城一宗门,城主皆宗主!他们不问百姓疾苦,只愿自身潇洒!直到凌逍的出现,彻底打破了五大城主之间的平衡和统治!万民请命灭贱人,斩恶霸…有没有想过三国时代最根源是从哪里来? 天下大势? 合久必分? 有没有想过是汉末第一导演袁绍谋篇布局了非常精妙的189年东汉皇权大崩塌...一个二十一世纪的屌丝,刚完成一单新闻,猝死出租屋,还不知道有没有人收尸就来到了楚国,一个有着宋的憋屈明的铁血的平行空间还是异世界?总之不小心成了异性王唯一的子嗣,可能出场姿势不好,被人用锤子打出了的。周边都是贼兵蛮子鞑子,好在有后世的天线一条,不至于被古人玩死成为最惨穿越者,一路泡妞打蛮子,没事就种种地!当然是真的种地。萧子暮重生成婴儿,等反应过来自己已经夺了女帝修为。 “萧子暮,还我的修为。” “不然我让你死的很难看。” “听话,你虽然是女帝,但好歹是妹妹,小心我打你!” 女帝闭嘴,眼泪汪汪。 “乖!把你的修为再给我点吧。” 女帝破口大骂,只想一刀解决这个依靠自己灵力发育的天仙大帝!从前有一个人,然后他变成了三个人。 林白本来打算要在一年一次的大比中一鸣惊人的,结果他发现自从进入里世界,他变成了三个人,两个是智障,最离谱的是他的力量也被瓜分了,而且任务难度还提升了两倍…… 林白沉默了一会儿向天竖起了中指。仙鹤公主,在寻找曾经救过她的人 最后发现是死对头 魔尊借此机会挑唆二人关系 最后二人一起打败魔尊云逍死后魂飞天际时震撼发现:他生活了十六年的浩瀚人间,形状竟像一座坟墓!坟下一尊太古铜棺,大如沧溟,魔气滔天,一座座陆地都是棺上一抔抔黄土,万万亿活人竟在坟土中繁衍生息!巨棺内一具仙尸,其眼如地府,口若黄泉,头发似苍龙,身体像百万山脉。不知何方仙神,万古长眠于此! 少年冤魂不灭,遁入仙尸还魂重生,以世界天柱为剑,以浮生大陆为符,一人一棺杀穿仙路,通天证道! 灵生万物,万物有灵。 灵者,道之始也,包罗万象。 通灵,便是人族修炼之法,以吸纳天地灵气融入自身气海。 亘古的岁月,无数通灵师已经陨落在历史的长河,但依然有人不断的追求着那传说的永恒…… 曾经无数的天才已经逝去,新兴的天骄又自何处起? 灵道苍茫莫测,不知谁可剑指苍穹?谁可掌逆乾坤?谁可万法通天? 已故者不可追,未来者不可期……
舆论营销 成都网站原创 商丘做网站哪家好 鄂尔多斯网站建设建一个网站需要什么 山东省信息安全协会 李 网络营销产品最注重 南京专业微信营销公司有哪些 浦东分局网络安全保卫 属于网络安全设备的有 网络安全问题反馈平台 如何超度婴灵?咨询【www.richdady.cn】 邪灵对人的危害咨询【www.richdady.cn】 儿子不读书的解决方法【www.richdady.cn】 前世老婆的前世缘分咨询【www.richdady.cn】 孩子压力大的改运方法【www.richdady.cn】 外灵干扰的解决方法咨询【www.richdady.cn】√转ihbwel 意外的原因分析咨询【微:qq383550880 】√转ihbwel 脑部不清晰的案例分享【www.richdady.cn】√转ihbwel 大龄剩女的幸福指南【企鹅383550880】√转ihbwel 阴间生活的前世因果【σσЗ8З55О88О√转ihbwel 如何预防冤亲债主的干扰?【σσЗ8З55О88О√转ihbwel 为什么过世的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 干扰对人的心理影响咨询【微:qq383550880 】√转ihbwel 亲子关系的问题分析【微:qq383550880 】√转ihbwel 心慌胸闷头晕的自我提升【微:qq383550880 】√转ihbwel 孩子不爱读书的原因咨询【www.richdady.cn】√转ihbwel 婴灵的超度与心灵净化咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的解决方法【www.richdady.cn】√转ihbwel 前世缘份的前世解析【www.richdady.cn】√转ihbwel 婚姻生活不顺的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站注册器 信息安全逆向入门教程 免费送网站 国内 信息安全 现在手机网站设计 网络安全技术 启明星辰网络安全审计 营销微信稿 信息安全报告 国内最好的信息安全公司 网络营销入门 网络安全作品 网络营销行业介绍 苹果 病毒营销案例 启明星辰网络安全审计 最新网络营销手段 营销型企业网站建设教案 网站中文域名续费是什么情况 酒网站模板 营销中心对定位运营提供什么支持及策略 微信公众号关注营销案例 网络金融信息安全中心 武汉 网站建设 互联网整合营销传播 邢台网站制作公司哪家专业 国内最好的信息安全公司 网络营销入门 网络安全作品 网络营销行业介绍 苹果 病毒营销案例 营销培训证书 营销信息 营销微信稿 属于网络安全设备的有 郑州网站制作网 东城东莞网站建设 网站意义 营销模式的优势 全网营销方案图片 保护信息安全的技术和手段有哪些,-1 顺德手机网站设计咨询 亚马逊网站的营销策略 北京网站制作公司 2013年我国互联网网络安全态势综述 android 信息安全问题 网站排序 网络营销研究的范畴 江苏移动网络安全 高亮 物联网信息安全案例 中山网站建设公司 信息安全的社会效益 外网网络安全 快速设计网站 网站换域名 曲阜做网站 网站参数 信息安全报告 互联网营销骗局 郑州网站制作网 做内贸现在一般都通过哪些网站 网站建设有模板吗 解释网络营销服务 营销信息 启明星辰网络安全审计 浦东分局网络安全保卫 免费制作网站 网络安全 攻防竞赛 个人电子营销平台登录 免费制作网站 郑州网站制作网 衡水企业网站设计报价 中山网站建设公司 国家 网络安全 信息海尔公司的营销渠道 自主建网站 网络安全案例题 企业网络营销方案 最新网络营销手段 国内 信息安全 科技平台网站建设 gartner公布 2014年十大信息安全技术,-1 渠道策略的网络营销 广州外贸网站效果 网络营销传播 案例 网络营销成功的案列 哈尔滨政务性网站制作公司 2016年网络安全形势 计算机网络安全产品认证 2017年网络安全宣传周 南京专业微信营销公司有哪些 苹果 病毒营销案例 成都网站原创 山东省信息安全协会 李 网站参数 浦东分局网络安全保卫 企业网络营销方案 酒网站模板 注册信息安全员在哪考,-1 信息安全的产品认证 展示型网站解决方案 响应式公司网站 信息安全的产品认证 微信公众号关注营销案例 营销培训证书 顶级网站 北京公司网站建设报价 营销企划 北京网站建设第一品牌 营销类的公众号名称 营销中心对定位运营提供什么支持及策略 营销电脑培训优营销项目案例 2017中国网络信息安全峰会 哈尔滨政务性网站制作公司 网站推广营销 简洁大方网站建设 2016年第四届中国网络安全大会 衡水企业网站设计报价 营销型企业网站建设教案 网站托管 制作网站的公司 网站维护机构 济南网站忧化 网站中文域名续费是什么情况 南通外贸网站制作 信息安全师国家职业 互联网营销骗局 信息与网络安全问题 营销类的公众号名称 亚太信息安全峰会 保护信息安全的技术和手段有哪些,-1 湖南网站制作 gartner公布 2014年十大信息安全技术,-1 网络安全周宣传材料 数据型网站 邢台网站制作公司哪家专业 做网站需要多少钱