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
大连网站制作公司2010年网络营销常用词2010年网络营销常用词无锡做网站哪家好潍坊网站推广信息安全等级四级经典新媒体营销案例分析提升网络安全意识 建议天津市网站制作 公司网络安全犯罪都有哪些仙下皆凡尘,仙上有苍天…… 这是仙界最常听见的箴言,他身为天地孕育而生的生灵,本该坚信这句箴言,然而,因为得到了那卷天地不容的卷轴,他明白了一个道理:道至尽头是为天,道衍至极名曰神! 与地球极为相像的平行世界—地星,各个国公司均爆发了生化危机。 无药可解的致命病毒席卷全球,末日降临,“感染者”横行无忌, 杨小海,父母双亡,一无所长,唯一可夸赞之处,便是资深宅男一枚。 赖床的一个早上,梦中巨响彻底改变了命运的轨迹。 别人对致命感染避之唯恐不及,他却混的如鱼得水; 出门打水捡个怪人后,他的世界彻底乱了……魂穿古代的陆子铭师承当世第一大派天剑山,好不容易逃出山门本想大展一番拳脚的他却意外的发现自己干啥啥不行,白嫖第一名。 于是在机缘巧合之下直接当起了一名乞丐,想凭借自己逆天的颜值将白嫖事业发扬光大。 哪曾想却意外卷入到了各种江湖厮杀,朝堂诡谲的阴谋算计之中。 “这位小娘子,本人只讨钱,不要饭!” “你可以拿钱羞辱我,但不能拿残羹冷炙侮辱我!” “什么?你才有病!你全家都有大病!” “tui,小娘皮长得怪带劲,就是素质低了些,脑袋也有些问题!”异次元空间入侵蓝星,精神力强大的人类点燃精神火种,觉醒魂玉,成为卡牌大师。 【卖火柴的小女孩】在圣光下觉醒,身穿纯白花嫁,如同神明少女般看向自己的守护骑士。 “我的守护骑士,我的笑容,只为你绽放。” 【狼堡女王】端坐在银狼古堡的王座上,翘起二郎腿,端着摇晃的红酒杯,看着外面的血月之森,眼神中满是期待。 “在你将我从黑暗中救赎的那一刻起,你就已经占据了我的身心。” 【灵剑少女】白衣若雪,在深山中的断壁残垣间舞剑。 手中三尺青锋剑气纵横,却斩不断三千烦恼丝。 “灵剑山下,一眼万年。” 这是一个卡牌的世界,空间交错,次元入侵,只有当你真正体会到纸片人新娘养成计划的乐趣后,才会在这条路上越走越远。抗日战争爆发,一寸山河一寸血,十万青年十万军,热血青年方岑,文海投笔从戎,等待他们的不是理想的光芒,而是血肉的磨盘,在这个战火纷飞的年代,中国军人无疑到了最危险的时刻,方岑与文海的热血朝气也伴随着中国军人流不尽的血一样的流去……美女师傅带我飞,废材逆袭,吊打全场。邪灵世界,妖魔丛生,鬼魅乱世。 凡人命如鸡犬,任人屠杀。 周晗觉醒了无限制修改武道修炼时长的系统,五毒手,金钟罩,旋风腿,统统修炼到一万年后。 武林盟主:我从没见过旋风腿真的可以踢出龙卷风…… 最强邪灵出世,一爪下去,连周晗的皮都蹭不破,震惊怒骂:你是邪灵我是邪灵? 周晗:以凡人之躯,比肩邪灵!一代魔君萧逸枫被迫重生回到过去, 开局喜提战力天花板老婆,我于人间已无敌? 屁!当他说出,仙子,我真是你夫君时,堂堂一代魔君差点没被妻子掐死。 他发誓要重新征服这冷艳美人! 他腹黑,不舔狗,人狠话又多,为达目的不择手段。 对朋友他是完美的化身,对敌人他比魔教还魔教! 一人分饰两角,将幕后黑手的活全抢了! 表面上他是正道天才,背地里他化身魔教新秀搅动天下风云。为救一名女孩,左化羽灵魂来到了恶灵大陆。 恶灵大陆是恶灵横行的大陆,在这里人类时刻被恶灵的恐惧支配着。人类为了摆脱这种舒服,开启了修炼之路。 这里的人想要修炼,必须开启本命之灵。随着本命之灵的强大,才能提升自己的修为。 左化羽在偶然的机遇下,得到了世间最强本命之灵青锋剑匣。本想修炼能游历大陆,可随着而来的也将是亲人的遇难,左化羽的道路也变得扑朔迷离……I am god! 无知凡人们,献上你们的膝盖吧! 那一天,得知世界真实的辰桓定下一个小目标,成为这世间第一个神! 于是乎,受命于天的他带着上天的馈赠,开始了他收集打工人的历程。
免费域名注册网站 关于网络信息安全 2014国家网络安全周 青岛的网站设计 网络安全 销售 营销推广理论 google网站地图 信息安全专业最牛导师 网站中主色调 零售网站建设 与男友前世的记忆解析【www.richdady.cn】 事业不顺的心理调适咨询【www.richdady.cn】 莫名其妙感伤的咨询技巧【www.richdady.cn】 商业决策的心理学支持咨询【www.richdady.cn】 灵魂化解的意义【www.richdady.cn】 迟缓儿的家庭支持【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋经验有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何应对冤亲债主的干扰?咨询【www.richdady.cn】√转ihbwel 构建和谐亲子关系的方法有哪些?【www.richdady.cn】√转ihbwel 财运不佳的风水调整方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌时如何提高注意力威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰对生活有哪些影响?【σσЗ8З55О88О√转ihbwel 发育倒退的解决方法【www.richdady.cn】√转ihbwel 投资项目的财务规划咨询【www.richdady.cn】√转ihbwel 前世缘份的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的案例分享【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读计划咨询【微:qq383550880 】√转ihbwel 前世缘份的前世故事咨询【微:qq383550880 】√转ihbwel 前世今生的轮回有哪些科学依据?【www.richdady.cn】√转ihbwel 信息安全类竞赛 网站建设申请 做个简单网站大概多少钱 2016年 网络安全规划方案 国科大信息安全教材 公司营销效果怎么样 信息安全 国标 2010年网络营销常用词 织梦dedecms网站热门关键词hotwords标签2017网络安全周武汉 手机营销策划网络安全的新闻 信息安全 身份认证 广州做手机网站咨询 网信部门和有关部门获取的网络安全保护信息 网络安全和信息安全的区别 医院推广营销计划 2017网络信息安全大会 网络信息安全 攻击手段 机房网络安全评估公司 airbnb 中国营销 信息安全综合实验系统 木马入侵与检测 ssh参数设置 1号店网络安全整体设计方案 中国国家信息安全测评中心 宝安做网站的 企业网站适合做成响应式吗 酷炫给公司网站欣赏 创建自己的个人网站 网络安全预警设备 企业网络安全公司 永久免费企业网站申请 《网络营销学》 星巴克的微博营销案例 请公司建网站 营销网站建设 信息安全管理体系 创免费网站 营销热门话题 静态网站有哪些优点 创建自己的个人网站 植入式营销有哪些形式 迅腾科技-专注网络安全 国科大信息安全教材 1号店网络安全整体设计方案 google网站地图 网络安全宣传文章 2014国家网络安全周 国家信息安全举报投诉,-1 网络安全监测云平台 做个简单网站大概多少钱 网站类型案例 网络安全等级最高 品牌营销对企业的意义 第七届电信和互联网行业网络安全年会 广州信息安全测试中心 我国信息安全形势 网络安全宣传文章 高校网站首页设计 北京哪些大学的信息安全专业好 2010年网络营销常用词 网络信息安全 攻击手段 苹果7网络营销策划书 网络安全法 6月1日 酷炫给公司网站欣赏 企业建网站多少钱 2016国家网络安全博览会 苏州做网站推广的公司 网站怎么添加管理员 免费域名注册网站 陕西信息安全网络协会,-1 植入式营销有哪些形式 什么是网络营销概念 信息安全市场总监 2017网络信息安全大会 广州信息安全测评中心 2016年中国网络安全会议 网站信息安全等级保护牡丹江网站建设 酷炫给公司网站欣赏 网络安全监测云平台 网络安全管理工作方案。 网站颜色搭配网站 华为 信息安全 代码 网站建设超链接字体变色代码 高端大气的综合性网站 网络安全与防火墙技术的研究 企业网站合同 部队网络安全大讨论 迅腾科技-专注网络安全 富阳做网站 邢台做网站可信赖 酷炫给公司网站欣赏 潍坊网站推广 第六届全国网络安全等级保护技术大会 国科大信息安全教材 企业建网站多少钱 做个简单网站大概多少钱 经典新媒体营销案例分析 提升网络安全意识 建议 什么是网络营销概念 企业建网站多少钱 高校网站首页设计 东莞营销型网站建设 天津市网站制作 公司 高校网站首页设计 如何利用搜索引擎开展营销活动 泸州网站建设 信息安全类竞赛 信息安全市场总监 深圳微网站建设 杭州网络安全研究院 关于网络信息安全 我国网络安全事件 西安交通大学网络安全 请公司建网站 如何利用搜索引擎开展营销活动 公司的信息安全系统 医院推广营销计划 潍坊网站推广 营销网站建设 武汉全网营销推广 北京哪些大学的信息安全专业好 信息安全标准与法律... 网信部门和有关部门获取的网络安全保护信息 网站酷站 我国信息安全形势 企业建网站多少钱 高端网站 重庆璧山网站制作公司哪家专业 外贸网站定制大庆网站建设 关于网络信息安全 网络安全服务产品有哪些 创免费网站 网络营销的概念有哪些 山西 信息安全 潍坊网站建设公司电话 网络营销的概念有哪些 运营型网站