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
自助建立网站网络营销整合平台网络安全 端口锦州做网站网络营销的实施方法保定做公司网站的网络营销推广方式有哪些工信部网络安全局中央企业网络安全交流信息安全的感谢网络安全大事件大唐的繁华下隐藏着阴暗,那么镇灵司得人在管理着这些,而他们的故事充满着光怪玄离,这就是阴暗的法则,而谁也不能打破此书讲的一个故事是以一位少年由凡人修道入屠的故事。。【我可以回家吗?】 【我让人找过了,提瓦特大陆不在这个世界,也就是说,你可能回不去了。】 【我需要回去,那里有我的朋友、战友……】 【我帮你,不过,你可能需要在这里呆一会儿,巴尔泽布,或者说,雷电将军小姐】 邹锦辉看着面前的女孩,露出了一丝微笑。 雷电将军想了想,点了点头。 因为 是这个人,在自己受伤和虚弱的时候,救了自己。 【那么,你想要什么东西报答呢?】雷电将军笑着问对方。 【以后再说吧】 邹锦辉看着她,笑了笑。什么是江湖?江湖便是人心,人心恶,江湖险。江湖风气云涌,邪恶势力盘根错节蓄势待发,墨家机关术再现江湖,是正是邪?活人炼僵尸,野兽军团汹涌来袭。八臂观音走下神坛,海底神功刀枪不如倭寇大军更要如何抵挡?一把来历不明的纯钧名剑,一处富可敌国的稀世宝藏,一场身不由己的家国恩怨。更有儿女情长,爱恨纠葛,他该如何面对?一个贫穷家庭的孩子,是如何一步步成为东北的风云人物。在经历过爱情跟友情的背叛后,又是如何一步步绝地反击,我来带你走进他的传奇一生!(本故事纯属虚构,不参与任何政治言论)异世界和地球发生融合,蛮荒神灵和人类文明都对彼此的世界虎视眈眈,然而世界规则的不同,皆都素束手无策。  武道开始兴起!忠国南方的炎炎夏日,准备执飞新西蓝航空公司从香岗飞往新西蓝奥克蓝的航班的三位机师分别有不同的遭遇,为后面的飞行留下了隐患。 当天晚上,新西蓝航空公司载有248名乘客和10名机组人员的NZ007航班从香岗起飞,在飞往新西蓝奥克蓝途中,三位机师先后分别因食物中毒、接触了化学品引致过敏反应和头部受到碰撞等情况而休克昏迷,飞机失控急速下坠,并向海面俯冲,客舱出现了许多惊险场面。 危难之际,忠国青年W与空姐C合力控制住了飞机,解除了第一次危机。后来,在地面空管人员和机师的协助指导下,第一次接触飞机驾驶的W和C 担任了临时机长,在空中遭遇了雷暴、漏油、起落架故障等一系列惊险遭遇后,W和C在远程指导下需要把飞机迫降到奥洲悉苨机场,整个过程惊心动魄…… 在冥界中里,若君颜作为个普通小鬼,普普通通的活着,等到二十岁高考毕业后去投胎。 可没想到高考成绩单出来了,自己虽然成绩过线了,但是由于上辈子玩游戏太菜,怨念太强,因果纠缠过深,被教导主任宣告前往第十九层地狱受罚。 而这第十九层新建的游戏地狱,作为若君颜梦魇般的存在,自己必须直播通关至少一百款游戏,才有投胎的希望。 直播毕业那天,望着来自全星域的数亿铁粉,若君颜突然发现,我这是被保送了?留落凡间的风帝之子-林叶天。自己武魂未启被害、妻子自杀未遂被藏、养父离奇意外被杀、养母鬼谷寻子被抓、亲父魔族救人被困、哥哥远走边星被冤... 仿佛这一切都是有人故意针对他设的一个个圈套,为改变人生、解开谜团、报仇雪恨、寻找亲人、解救苍生。林叶天上闯九天万千世界,下入地狱无边苦海... 黑暗的墓穴中总有什么盯着你,古画图上隐藏着财富,地位,还是名誉,大佬汇聚一堂,风云再起,何人能探寻终极的秘密?
淘宝营销。 国家级网络安全事件 武汉信息安全与人才 安顺网站建设 网络安全实验室wp 教育市场营销策划方案 泉州网站建设 网络视频营销的作用 安徽理工大学 信息安全,-1 网络安全法 行业 人际关系不好时的心理调适【www.richdady.cn】 冤亲债主的干扰与解脱【www.richdady.cn】 迟缓儿的症状与诊断【www.richdady.cn】 存不住钱的自我提升【www.richdady.cn】 发育倒退的环境影响【www.richdady.cn】 存不住钱咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的常见案例【微:qq383550880 】√转ihbwel 冤亲债主的定义威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的案例分享咨询【微:qq383550880 】√转ihbwel 前世今生的轮回转世咨询【σσЗ8З55О88О√转ihbwel 家庭关系中的矛盾如何解决?咨询【微:qq383550880 】√转ihbwel 性压抑的自我提升咨询【微:qq383550880 】√转ihbwel 失业的前世因果咨询【www.richdady.cn】√转ihbwel 迟缓儿【微:qq383550880 】√转ihbwel 解梦的方法与技巧咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决技巧咨询【www.richdady.cn】√转ihbwel 孩子厌学的环境影响【www.richdady.cn】√转ihbwel 大龄剩女的婚姻建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的真实案例有哪些?咨询【σσЗ8З55О88О√转ihbwel 企业公司网站 北京 济南软件优化网站信息安全分析师是什么专业 晋中网站建设 网络推广微信营销 dw建网站 网络有哪些营销方式有哪些影响 深圳官网网站建设 互联网金融与信息安全 群营销好处 网络安全 端口 网络有哪些营销方式有哪些影响 风云网络信息安全渗透测试课程 山东网络推广网络营销软件公司 社会营销观念的优缺点 锦州做网站 2016网络安全峰会 外国黄网站色网址 信息安全高层会议记录 微博营销受众群体 信息安全高层会议记录 网络安全考试认证 营销电商化 信息安全与网络安全的区别 网络信息安全 教材 合肥响应网站案例 凡客概念营销 计算机信息安全保护 安顺网站建设 信息安全高层会议记录 安徽理工大学 信息安全,-1 个人怎么做网络营销 网络安全考试认证 网络视频营销的作用 福州做网站公司 搜索营销公司 2016网络安全峰会 饥饿营销行为 医疗网站建设案例 营销电商化 信息安全专业博士,-1 网络安全用户信息包括 网络安全攻击例子 教育市场营销策划方案 网络安全考试认证 泉州网站建设 个人怎么做网络营销 网络营销线下培训 qq推广营销方案 汽车网络信息安全峰会 网络安全 审计 山东网站优化 企业公司网站 北京 福州做网站公司 淘宝营销。 服务定价营销概念 凡客概念营销 山西信息安全技能大赛 山西信息安全技能大赛 网络安全考试认证 计算机信息安全保护 企业公司网站 北京 临清做网站 网络营销职业分析报告 保定做公司网站的 电子商务与网络营销 计算机信息安全资质 电视整合营销 中关村信息安全联盟 网络安全用户信息包括 大连网站制作推广 网络安全态势可视化 网络安全对抗实训及操作仿真平台 营销方式与营销策略 信息安全的主要特性 锦州做网站 信息安全与网络安全的区别 汽车网络信息安全峰会 企业网络营销总裁培训班 外贸自动营销软件破解版 都江堰网站建设 网络与信息安全要求 聊城网站建设 重庆整合营销多少钱 信息安全管理的重要性 怎么样做网站的目录结构 2016年网络安全年会 网络营销专业都学什么不同 我为营销文化代言 营销型品牌 网络营销整合平台 外国黄网站色网址 杭州市 网络信息安全 工控信息安全防护指南 有设计感的网站 汕头 网站建设 深圳官网网站建设 卫龙的网络营销策略 电子商务网站建设内容顺义广州网站建设 公司网站设 网络营销的创新方法 个人怎么做网络营销 信息安全管理的重要性 基于区块链的信息安全,-1 山西信息安全技能大赛 教育市场营销策划方案 教育市场营销策划方案 南宁网站设计 网络事件营销的特点 网络营销的创新方法 章丘做网站 网络视频营销的作用 风云网络信息安全渗透测试课程 山东网站优化 2016网络安全峰会 网络安全与经济发展 汕头网站设计 怎么给网站添加站点统计 农村宽带建设营销方案 微博营销受众群体 信息安全的主要特性 济南网络营销策划 山东网络推广网络营销软件公司 信息安全包括哪些安全 网络安全认证体系 物流整合营销 企业响应网站 互联网金融与信息安全 聊城网站建设 电视整合营销 网络安全法 行业 暗月信息安全论坛 怎么给网站添加站点统计 网络推广天培营销 聊城集团网站建设 免费自学网络营销网站