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
手机网站设计尺寸滕州网站优化分栏式的网站有哪些网络安全设备连接方法重庆建网站网络安全大讨论手机网站设计尺寸亚马逊违规营销深圳做企业网站的公司推荐ps制作网站过程在厄祖大陆上,有一群被遗忘的人类,他们痛苦,绝望,麻木的生存着,浑然不知真正的危险将要降临。 九大家族,十二个登天梯,迷宫密藏,荒地上的诡异雕像…… 这一切神秘的背后究竟隐藏了什么秘密? 一位“机缘巧合”之下进入荒地的少年从此走上一条一往无前的探秘之旅。 而他,一眼破阴阳,一剑碎苍穹,功法秘籍、武器丹药无师自通,珉卦看相、寻龙点穴更是信手拈来。 且看他如何一步一步破解迷局,独霸天下。情感将一个学生的追忆用时间镌刻。【恭喜!】 【作家4462377565号成功完本】 【得到认可“神作”】 【获得作家经验10万点】 【正在抽取作品中的技能】 …… 【警告!】 【作家996331415号作品涉及违规内容】 【正在执行抹杀】 …… 【恭喜!】 【作家000005743号累计收到价值打赏币100万的礼物】 【获得作家经验1万点】 【由于此作品无特殊技能】 【正在获取其余同时期作家低一级的作品信息】 【正在抽取技能】 …… 【警告!】 【重生者004370227号抄袭后世作家作品】 【正在执行抹杀】 …… 【恭喜!】 【作家0000094941号每日更新15000字】 【获得称号“全勤(大师)”】 【获得“万界宝箱(黄金)”一个】 …… 这是一个读者为神的世界,作家是这个世界上令人敬仰的修炼者,而其余只能作为游客阅读小说的人,要么是懦弱的蝼蚁,要么是正处于保护期的未成年人。 刚穿越到这个世界的李子梦本以为可以大展才华,却发现穿越者不可抄袭原世界作品。少年陈枫身怀绝世神器,修盖世魔功。战人界、屠魔界、挑仙界、冲神界。打遍诸世界,杀出冲天血路,成就无上至尊。(声明:新书发布,各位新老书友多多支持。群号:158697732)【无毒+不圣母+不送女】 宁凡穿越仙侠世界,觉醒分身养成系统。 开局创建四大分身。 只要把分身培养成大佬,他就能获得奖励。 分身的实力越强,奖励就越丰厚。 于是... 太上宗:我宗道子先天道体,有大帝之姿。 宁凡:对不起,他是我的分身。 紫斗仙宗:我宗圣子摘草可斩尽日月星辰。 宁凡:对不起,他也是我分身。 合欢宗:我宗圣女总该不是你的分身了吧! 宁凡:对不起,她是… 罗刹魔宗:除了这句你还能说点其他的吗? 宁凡:其实你们宗主… … 异族女帝:人族的大佬都是同一个人?笑死朕了! 宁凡:你笑啥?你刚过门的相公,也是我的分身。 异族女帝:???狗贼,啥也别说了,拔刀吧!你怎么什么都懂? 我看着像懂吗? 万能公式,果然是万能的 风水相师,山精鬼怪 我有系统,欲证长生道异空间入侵,蓝星动植物变异狂暴,人类被迫让出大片土地,异兽活动区域,被称为荒原。   天赋觉醒为最低等级的江寒,意外绑定了网游系统。   只要杀怪,就能获得获得经验值升级。   “恭喜宿主击杀领主级异兽钢鬃野猪王,获得经验58965。”   “恭喜宿主使用天赋升级卡,当前天赋提升一阶。”   “恭喜宿主完成任务,奖励额外天赋卡槽*1。”   所有人都视荒原为禁区,担惊受怕,只有江寒视荒原为天堂,乐不思蜀。   “没有人知道江寒的上限在哪里,所有人只知道,他以一人之力,杀穿了整个荒原!”“师傅,时代变了!隔壁王二麻子都去做直播了,还赚的盆满钵满!我们算命的也要与时俱进啊!”叶白内心不断劝慰着已故的师傅,实际却是给自己找理由。 “大师,你算得准不准啊?怕不是江湖骗子吧!”网友质疑道。 叶白看着屏幕说道:“什么?你说我算得不准?那我告诉你,你老婆屁股上有颗痣!!!” 该网友当场暴走,顺着网线就要过来砍死叶白。 “这位朋友,你先别激动,我说这是我算出来的,你信不信???” ...... 叶白随手画出一道符箓,就能治病救人。 然而嘴里却劝说道:“朋友们,我们要相信科学!!!” 杀戮世界降临,全球百亿人随机被投放到未知角落。 赵东发现,这是他看过的一本小说世界? 随后悲催发现,自己是小说里的反派。 “我确实想有钱,可这是杀戮世界,再多钱也没用啊!” 不过,他很快发现,知道剧情的滋味真不错。 “我反手就是开局掠夺机缘。” 于是乎,小说主角怒吼:这本来是我的机缘啊! 女主角:“赵东大神对我真好,又厉害,我以前误会他了,他是真心喜欢我的。” 众求生者:“赵东大神求抱大腿。” 于是乎,别人在杀戮世界挣扎求生,赵东却发现这里的小日子也不错。 城市套路深,我要回农村,农村路太滑,人人都狡猾。 村医张小飞何德何能,让美女蜂拥而至?财富接踵而来?
信息安全虚拟机,-1 婚纱网站设计 中英文网站设计 网络安全建设论坛 广州学网络营销 莱芜网站推广 开发网站的目标 网络安全扫描的内容 青少年信息安全展示中心 自己建网站网络营销推广策略是什么 前世缘份如何影响事业发展?【www.richdady.cn】 祖灵的超度仪式【www.richdady.cn】 亲子关系的改运方法咨询【www.richdady.cn】 特殊学校的咨询技巧咨询【www.richdady.cn】 升迁障碍的职场突破方法有哪些?咨询【www.richdady.cn】 投资项目的咨询技巧【微:qq383550880 】√转ihbwel 存不住钱的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世修行咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的自我提升咨询【企鹅383550880】√转ihbwel 去世的母亲在哪咨询【微:qq383550880 】√转ihbwel 解梦的心理学意义【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋现状如何改变?【企鹅383550880】√转ihbwel 自闭症的家庭支持咨询【σσЗ8З55О88О√转ihbwel 忧郁症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的法律咨询【微:qq383550880 】√转ihbwel 婴灵的超度与心灵净化咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的家庭教育咨询【微:qq383550880 】√转ihbwel 大学信息安全技术考试 网站建立公司四川 莱芜网站推广 网站设计模板免费建站 网上营销平台 动态网站制作 建网站地址 news营销 网络安全评审 工业控制系统信息安全 国家网络与信息安全管理中心官网 河南信息安全电子版盈利型网站 信息安全机构认证 网络安全和计算机安全 外贸推广网站 网络安全公开课2017 网络营销如何提高业绩 滕州网站优化 信息安全专家,-1 网络信息安全小组成员 网页是网站吗 网络安全体系技术方案 网络 营销 手机 企业qq跟营销qq哪个好用吗 网络安全设备连接方法 佛山新网站建设特色 营销和团购是什么意思 软文营销的五大策略 互助网站制作公司 展示型网站制作服务 论坛营销案例 信息安全大学排名2016 业务信息安全英文 与信息安全相关的岗位 门户网站有哪些 2017网络安全会 日程 信息安全邀请赛 平台信息安全险 网页是网站吗 网站挣钱网 网站建立公司四川 开发网站的目标 西安网站托管专业公司 网上营销平台 莱芜网站推广 长沙网站制作 信息安全工程系 gb/t 20984-2007 信息安全技术信息安全风险评估规范 网站设计模板免费建站 网站设计模板免费建站 2017网络安全会 日程 展示网站和营销网站的区别 网上营销平台 信息安全咨询服务 对网站主要功能界面进行赏析 益阳做网站 网络安全实验室 注入 网络安全测评报告 营销式建站什么意思信息安全指导意见 企业网络营销调查心得体会 个人免费网站注册com 展示型网站制作服务 网络营销专业建设指南 重庆信息安全产业股份有限公司 网站没收录 建网站地址 重庆 手机网站制作 网络安全公司排名 自己建网站网络营销推广策略是什么 营销工具书 河北手机网站制作企业 嘉兴网站开发 全球网络安全50强 网络安全事件 2017 工业控制系统信息安全 浏览国外网站 dns 佛山新网站建设特色 网站改标题 网络安全责任的了解 网络安全字体 网站建设 小程序 网站建设 小程序 网络安全测评报告 河南信息安全电子版盈利型网站 信息安全与管理警校,-1 互联网传统营销模式 网站推广的目的 江苏 网络安全 信息安全机构认证 台山网站建设 怎么个人网站设计 昆明网络营销网站 网络安全和计算机安全 建网站视频 平台信息安全险 网络安全扫描的内容 外贸推广网站 仿威客网站 青少年信息安全展示中心 大连企业网站 有免费的营销软件吗 企业qq跟营销qq哪个好用吗 网站建设公司平台 网络营销如何提高业绩 山东大学信息安全排名 个人网站建设 免费 网络营销网站推广 营销式建站什么意思信息安全指导意见 公司网络安全培训 武汉 网站设计公司 四川省计算机信息安全行业协会 国家信息化培训网络安全 杭州网络科技网站建设 信息安全虚拟机,-1 台山网站建设 个人免费网站注册com 软文营销的五大策略 与信息安全相关的岗位 网站建设的好处 网页是网站吗 分栏式的网站有哪些 最新网络安全新闻的网站网络安全网关 自建网站 网络营销主修课程 网络安全体系技术方案 网络安全和计算机安全 营销工具书 山东大学信息安全排名 网络 营销 手机 广州学网络营销 眉山网站建设 我国信息网络安全现状分析 企业qq跟营销qq哪个好用吗 网络营销专业建设指南 江苏 网络安全