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
常见的信息安全认证有:公安局信息安全中心南京网站建设包括哪些广州企业网站建设哪家服务好广州市信息安全网站和网址的区别整合营销的失败案例江苏省网络与信息安全协调小组汉邦信息安全 综合强审计监控系统网络营销遇到的问题及对策东土国沿海的一户贫困人家的女儿蔡钟生与海鲜门店老板的儿子柳三军早恋生子,后来阴错阳差迁往内地生活,因劣根深厚,频频造孽,死后轮回转世为猴、鸡、蟑螂等多种禽兽虫豸偿还宿债。 继而再次转世变成鸽子,被主人训为信鸽,在一次战役中送信,使成千上万的老百姓逃离出来而保全生命。在送信途中,不幸被猛禽猎杀而魂归地府,阎王见它有功,赐它转生人身,成为一个爱唱歌的女人。 五百年后,又经过多世的轮回,先后变蝉、丹顶鹤和专为穷人治病的医生,由于素行善举,广积阴德,至上寿而殁。 又一世,他生在一个钱姓居士家里,取名济世。幼习佛经,后出家住庙修行,积极倡导护生放生,正值高龄,他把寺庙收拾得非常干净。一天,他跏趺而坐双手合十,脸带微笑。忽然凌空一声巨响,众人掩耳下视,发现老僧的打坐过的位置什么也没有,只留下毛发和指甲;再抬头看时,天上出现一道彩虹。有人高兴地叫道:钱和尚虹化了。 开局反夺舍成功,从精神病院逃出来。 什么?蓝星现在解开了人体枷锁,只要锻炼就能变强? 那先来2000个俯卧撑! 从今以后,请叫我一拳超人!世界变了! 不知何时,以前的妖兽需要度雷劫,修炼者没有雷劫,但现在反过来了。   以前的修炼者突破境界失败,养伤还能再战。但现在一旦失败,就是恐怖异变的开始,人不是人,鬼不是鬼。   整座天地好像都在打压人族,仿佛除了人族之外,一切种族都在突飞猛进的成长……唐三藏师徒修成正果,玉帝与如来又派唐圣佛众人重返西游,将大乘佛法和大唐盛世传诵分享至各州各国。师徒故地重游,一村一寨,又熟悉又陌生,帮富济贫,度化众生,为世人留下了一个个神奇佳话。他做狗一世,碌碌无为。 他从小无父无母,武当长大。 他救人心切,获穿越机缘。 一人灭万千鬼兽,获无上神魔体 “为啥我来异世还是当狗啊!!!!” 一代仙界丹师意外附身在一个豪门纨绔身上,成为一个插班生,以一身神奇仙术,混迹于美女丛中,在都市独领风骚! 每天三更,微信关注每满100加更一章!读者一群:233514189(已满) 读者二群:894706463 微信公众号:如墨似血   第七空间:人类的超能组织:天国战神殿和天道风云殿于公元前100年了华夏国   从此以后乾坤国成为了,人类的专属的生存空间   而大部份生活在乾坤国的人类,都是炎黄子孙后代   自乾坤国成立后,由于天国战神殿和黑道风云殿管理不善,从而拥有超能力的武者,变的自私自利,恃强凌弱。肆无忌惮的,破坏与普通和喈相处的生活环境。让普通人类过着奴隶般,连猪狗都不如的生活,那是惨无仁道 从而触犯了天条,引起了天罚   于公元1000年9月9日,天生异象,降下了无尽的天雷。将所有为非作歹的超能者,全部被劈成灰烬   这让拥有超能者的武者都感到恐慌 同时,也引起了天国战神殿和黑道风云殿统治者的重视   于是,天国战神殿和黑道风云殿就下命令:凡是开启上帝禁区17%以上力量的超能者,不得干扰正常人的生活。否则格杀无论   渐渐拥有超能力的人,隐居深上老林,或者隐藏藏自己的实力,活在平民百姓中   从此以后,乾坤国变成了平民百姓用政治手段、法律约束,来统治的平凡人国家 一个穷到人尽皆知的大学生,一次岛国之行,获得一张盛世美颜,从此美女蜂拥而至,被迫走上了一条靠软饭搅动风云的路。 遮天计划将破, 活在月色下的人类该何去何从。 活在阳光下的怪种从地狱里一涌而出。 ……… 看着眼前一排神明头上顶着的金圈。 “原来神明这么短命啊。” “那我不做神明了。” 少年发出桀桀笑声,“还是屠杀神明吧!”梁凡穿越到被中洲国国丈废弃后扔到边疆的皇子身上,正赶上国丈买通马匪前来杀自己,危急时刻梁凡获得异宝地精之力,反杀马匪。 梁凡投入军中,一步步崛起,待回京欲要表明身份,夺回大权时,却生异变,身受重伤,被烈阳、烈一一父女二人救回极北狼族疗伤。 极北冰寒之地潜伏的狼魂,慢慢苏醒··· 莽莽戈壁滩上狼烟四起的凶兽战场··· 危机四伏的丛林,神秘的古巫族,奇闻中的东海修仙族··· 我本良善,奈何凶兽环伺左右! 准备好,凡爷来了!
沈阳网站建设的公司 信息安全的公司排名,-1 信息安全威胁的分类 山东省网络安全竞赛 视频营销vip教程 信息网络安全答案 网络安全 领导小组 2017年国家网络安全周活动主题 汕头网站建设 新手可以自己建网站吗 与女友前世的因果关系【www.richdady.cn】 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】 学习成绩差的环境影响【www.richdady.cn】 财运不佳的财富积累方法有哪些?【www.richdady.cn】 外灵干扰的解决方法咨询【www.richdady.cn】 不爱读书咨询【微:qq383550880 】√转ihbwel 心慌胸闷头晕的心理调适【企鹅383550880】√转ihbwel 解梦的心理学意义咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的社交技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何维护良好的家庭关系?【微:qq383550880 】√转ihbwel 孩子学习不好的家庭教育咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的案例分享【σσЗ8З55О88О√转ihbwel 什么原因意外的前世缘分【www.richdady.cn】√转ihbwel 心慌胸闷头晕的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的原因分析【www.richdady.cn】√转ihbwel 暗恋的心理调适咨询【微:qq383550880 】√转ihbwel 前世今生的缘分如何解读?咨询【微:qq383550880 】√转ihbwel 如何判断被冤亲债主干扰?咨询【微:qq383550880 】√转ihbwel 意外事故的预防措施【企鹅383550880】√转ihbwel 网站和网址的区别 网站的栏目 互联网加数据库营销 营销】 上海网站定制公司 顺德网站制作案例价位 视频营销vip教程 京东的网络营销方式 微信营销有多少种方式 信息安全企业排名,-1 网络营销外包协议 常见的信息安全认证有: 第八届中国信息安全博士论坛 沈阳网站建设的公司 网站术语 简述城市信息安全管理的意义 黄鑫信息安全竞赛 网络安全专利 营销的术语 沈阳网站建设的公司 edm营销招聘 网站架设 汉邦信息安全 综合强审计监控系统 网络安全 考研 怀化网站建设 网络安全 领导小组 江苏省网络与信息安全协调小组 手机付费咨询网站建设 网站模版下载 网络营销论文题目 汕头网站建设 互联网信息安全资质证书 信息安全的公司排名,-1 北京网站维护 网站网络安全情况汇报 信息安全服务资质标准 信息安全案例演示 信息安全案例演示 安庆网站设计 甘南网站建设 网络营销类岗位发布 网络安全 主动出击 深蓝 信息安全 网络营销书提纲 网站的栏目 绵阳做手机网站建设浙江网络安全 广州市信息安全 南昌哪里有网站建设 互联网加数据库营销 信息安全控制措施是指 sem整合营销哪里好 网络营销论文题目 营销】 营销的术语 汕头网站建设 山东省网络安全竞赛 上海网站定制公司 第八届中国信息安全博士论坛 中国信息安全测评中心华中测评中心怎么样 中国计算机网络与信息安全学术会议 顺德网站制作案例价位 信息安全课堂 完美营销会 大型门户网站建设 视频营销vip教程 中国信息安全测评中心华中测评中心怎么样 北京网站维护 网络营销求职介绍 网络营销评价的途径 顺德网站建设网络安全日志审计 绵阳做手机网站建设浙江网络安全 网页制作免费网站建设 烟台网站设计 2017年国家网络安全周活动主题 有哪些营销型网站推荐 整合营销的失败案例 云南网站开发 网络营销理解和认识 浙江网络安全宣传周 网站站内优化 高端网站建设定制 网络营销外包协议 营销型网站策划 信息安全等级保护发布 搭建网站 网页 搭建网站 网页 快速营销 网络安全比赛 关于营销的网站有哪些内容 武汉建网站公司 昭通网站建设 互联网信息安全解决 网络营销最有效的方法有哪些 网络安全类产品 网络安全实验 网站多域名 微网站免费制作 北京网站维护 教育行业营销策划方案 营销型网站策划 网络安全技术文档 网络安全 主动出击 网站网络安全情况汇报 移动宽带营销信息报道 云南网站开发 广州企业网站建设哪家服务好 培训网站 建 国家领导人信息安全 佛山网站建设公司 信息安全控制措施是指 个人信息安全 国标 湖南手机网站制作公司 常见的信息安全认证有: 培训网站 建 网站架设 网络营销评价的途径 信息网络安全答案 如何解决网络安全问题 网络安全类产品 互联网信息安全资质证书 php网站开发流程 番禺网站推广 信息网络安全接入技术规范 信息安全证文 营销六要素 信息安全企业排名,-1 上海市信息安全测评认证中心待遇 怀化网站建设 信息安全管理主管,-1 顺德网站建设网络安全日志审计 做网站公 网站架设 国家推进网络安全什么服务体系建设 2017年国家网络安全周活动主题 信息安全检查内容