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
北京网络安全讲师深圳罗湖网络营销网络安全 风险评估重庆微信网站开发公网络安全高峰论坛国家网络安全应急处理陕西省网络安全网牡丹江网站建设北京建网站信息安全培训深圳一觉醒来,魂穿异界,开局就是困难模式,五年逃亡,先天废元魂,还带着一堆拖油瓶?且看主角逆天改命、踏浪而行,开辟一条传奇之路,谱写一篇异界华章。 “这些东西,我全都要!”【学霸文,甜宠风,黑科技,轻松日常】 “叮,恭喜宿主获得魅力*10。” “叮,恭喜宿主获得体质*10。” “叮,恭喜宿主获得智力*10。” “叮,恭喜宿主获得神级记忆力和悟性,可一目千行,过目不忘,举一反百……” 林北猝死,却魂穿平行世界,还从高三开始,并绑定神级全能学霸系统。 从此学水不在,一代神级学霸诞生。 “既然上天给我重生的机会,那我将脱胎换骨,努力上进,活出灿烂,不负本心。” 林北:“???” “咦,大家这是肿么了?” “我才出三分力,怎么就全倒下了?” “既然一个能打的都没有,那我只能研究曲率引擎和虫洞,探索星辰大海了啊!” 众人:“……” “收手吧阿北,求给条活路吧!” “我以为我考满分就够强了,可见到北神才知道,原来我还很菜……” “我以为我擅一道就厉害了,可北神竟天文地理,琴棋书画,医术体能,无所不精……” 又名《我,超级学霸,专治一切不服》《人在学校,离我远点,别打扰我看书》 二十年前,一场大火,父母双亡,与妹妹分离。 二十年后,接到刺杀任务,在战斗过程中,猜测目标是和自己分开了二十多年的妹妹。 因为这个猜测,导致任务失败,受到组织惩罚,“意外”死亡。 重生后,在成长路上,发现了二十年前的那场大火里,还隐藏着不为人知的秘密…… 九州大陆,万国林立。   赢云穿越大秦,成为始皇第九子,并获得了咸鱼系统,只要咸鱼,就可以持续不断的获得奖励。   于是,   赢云直接咸鱼起来,默默签到,不仅获得了无数奖励,还顺利突破,成了九州唯一一尊陆地神仙!   ……   有一日,   天降金榜,盘点最强生灵。   只见,   大漠之中,赢云一剑开天门,入陆地神仙,屠数十万军,举世震惊!   帝释天:“什么?这世界上还有比我更强的人?!”   孤独求败:“杀尽仇寇,败尽英雄,平求一敌手而不可得!这赢云,值得一战!”   ……   紧接着,   天道神兵榜、天军榜等相继曝光。   神兵榜第一,圣剑轩辕,属大秦九皇子赢云!   天军榜第一,大雪龙骑,属大秦九皇子赢云!   ……   嬴政:“这是朕那咸鱼儿子?!”   ……她宇文曼——大夏国第一个女皇帝。 坐上龙椅的第一天起,她就成为了不折不扣的傀儡。 本来想着就这样混吃等死,结果突然的一场兵变,连傀儡都做不成了...... 当她再一次夺回皇位时,世人对她依然缺乏认同。 在这个群雄争霸的年代,最弱的女皇,居然在所有人眼皮底下捡了个大便宜。 如果治理这个天下能算作便宜的话... 断壁残垣、饿殍满地、民不聊生... 战争带来了至高皇权,也带来了遍地枯骨。 宇文曼正襟危坐,身边是刚刚被册封的“国姓爷”文泰,殿外站着忠心耿耿、整齐成排的士兵,台阶下是一群诚惶诚恐的大臣。 大臣们曾经跪拜过她,又肆意污蔑她...如今为了日子过得去,只好颤颤巍巍的再次向女皇磕头。 好在女皇的心思还不在他们身上。 因为她是皇帝,所以没有退路——进则生,退必死! 奇迹不会一次又一次发生! 她必须整顿纲纪。 必须让难民归乡、让荒废的良田重新长出庄稼。 必须挥舞利剑,赶走那些盘踞中原的豺狼虎豹......与天对抗,共争仙路,一将功成万骨枯。 三息永恒,一声叹息,回首只叹一场空。 打破桎梏,杀身成道,亘古阴谋迷雾散。 上承仙元,下启道古,三世轮回永无终。  李乘风穿越到一个妖魔横行的世界,成为青城山的一个守山人。   奈何他没有灵根无法修炼,只能安安分分做一个普通人。   但是有一天,他的系统突然变异了,从此成了一个令一众妖魔闻风丧胆的得道高人……   这妖怪也太弱了,我都没有出剑呢,怎么就死了。   我养的一条狗,居然是横扫妖界的一方妖王。   我池塘里的乌龟,竟然蜕变成了洪荒神兽。   之前跟我下棋的老头子,最后竟然成仙了。   还有那个最喜欢听他吟诗作对的漂亮姐姐居然修仙界第?仙?。   知道这些真相之后,李乘风开始怀疑人生:   我该不会真成为绝世高手了吧? 近年来,如同PUBG,LOL等各大游戏纷纷举行重大赛事。而我的世界也不甘示弱。一群初三毕业的孩子,成立了一支战队。等待他们的将会是什么,谁也不知道…… 南京沦陷后,日寇对30万中国军民展开灭绝人寰的大屠杀。渔家子弟罗小虎临危受命,保护国民党高官的女儿林菲儿撤往后方。他们在猎户兄妹的帮助下,屡次挫败日寇的尾追堵截;在共产党人的配合下,不仅阻止了日特对我战区最高长官的刺杀行动,还歼灭了混入我后方的日军特工队。 这些英雄儿女面对强大的日军特工部队,毫不退缩,与之斗智斗勇,展开了惊心动魄的暗战……都说庶子与家产无缘,但林弘却不这么认为,看上的东西,不给就抢,才是王道……
公司网站制作 步骤 上海专业网站设计 web信息安全 考研学校 网站维护公司 网络安全等级测评 甘肃网站制作公司有哪些 柳州建网站 美团内营销 计算机网络安全现状及防范技术探讨 西电的信息安全专业 与公婆前世的影响分析咨询【www.richdady.cn】 干扰的常见类型【www.richdady.cn】 忧郁症的治疗方法咨询【www.richdady.cn】 如何判断被冤亲债主干扰?咨询【www.richdady.cn】 莫名其妙感伤的心理调适【www.richdady.cn】 阴间生活的前世解析【www.richdady.cn】√转ihbwel 莫名其妙感伤的解决方法【www.richdady.cn】√转ihbwel 家庭关系的情感维护方法有哪些?【企鹅383550880】√转ihbwel 如何预防冤亲债主的干扰?【σσЗ8З55О88О√转ihbwel 事业不顺的心态如何调整?咨询【企鹅383550880】√转ihbwel 无形干扰的原因分析【www.richdady.cn】√转ihbwel 前世缘份的前世今生【www.richdady.cn】√转ihbwel 忧郁症的原因分析【微:qq383550880 】√转ihbwel 人际关系不好对工作的影响【企鹅383550880】√转ihbwel 头脑混沌的自我提升【www.richdady.cn】√转ihbwel 头脑混沌的生活习惯【σσЗ8З55О88О√转ihbwel 前世缘份的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的修行建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋故事咨询【微:qq383550880 】√转ihbwel 西电的信息安全专业 百草味市场营销战略 先进网站 信息安全的企业信息安全 衡阳网站建设 信息安全的技术有那些 cigital公司网络安全 信息安全服务平台架构 红帽。信息安全 合肥网站建设 脑白金营销 网站总类 知名信息安全公司 网络安全 国家标准 美团内营销 信息安全相关的公众号 营销方案. 柳州建网站 有pc网站 cobit5 信息安全 建设公司网站的重要意义戴尔网络营销的策略 移动营销形式 中国网络与信息安全 大学网络安全活动 网络安全审计与监控 江苏 网络安全上市公司 想自己建个网站 2017年网络安全周北京 甘肃网站制作公司有哪些 信息网络安全 官网 北京网站设计价格 全网营销服务专家 网络营销学学什么 网络发展对营销的影响研究 网络安全高峰论坛 如何用网络营销找工作 网络安全 风险评估 网站建设公司上海 建网站的步骤 中国网络安全排名 搜索引擎营销的工作原理 龙岗网站设计 网络营销的特点 节目营销 中企动力制作的网站后台 金盾信息安全 信息安全的产品? 全网营销服务专家 南京网站设计 建立信息安全应急管理 网店营销计划营销特色 网络安全 国家标准 网络营销的特点 南京网站设计 深圳品牌模板网站建设 网络营销怎么推广q511566388 2014年信息安全标准委员会会议 深圳品牌模板网站建设 邮件服务器网络安全 信息安全的技术有那些 网站营销公司简介 佛山企业网站建设策划 网络营销认证 网站维护公司 败笔网络安全技术 上海信息安全专业 广东信息安全公司 web信息安全 考研学校 网站优化吧 网络安全等级测评 西电的信息安全专业 公司网站制作 步骤 中小型企业的网络安全 ccf 网络与信息安全 4000万中小企业网站建设 不足10% 美国 80% cigital公司网络安全 国家网络安全认证技师 重庆微信网站开发公 内容整合营销机构 求做网站 江苏 网络安全上市公司 儿童节品牌营销案例 搜索引擎营销的工作原理 营销方案. 衡阳网站建设 江苏 网络安全上市公司 亚信网络安全 网络安全的基本需求 网站维护收费 信息安全实践 先进网站 信息安全审计讲师,-1 企业信息安全价值 邮件服务器网络安全 北京营销网站建设 北京网站排名制作 信息安全服务资质 安全开发 网络发展对营销的影响研究 信息网络安全包括 大连建网站 营销咨询网 网络营销网站 功能 网站没更新 美团内营销 中国无人驾驶网络安全 网络营销问题研究 哈尔滨做平台网站平台公司 网络安全的简介 什么是外贸营销体系 北京建网站 信息安全创业的女人 很火的网络营销案例网站制作公司 郑州 知名信息安全公司 国家网络安全认证技师 希锦网络安全吗 信息安全技术 信息安全风险评估规范 gb/t 20984-2007 公司网络安全的通知 手机网站建设的趋势 青岛信息安全企业 网站优化吧 武汉本土互联网站 青岛信息安全企业 很火的网络营销案例网站制作公司 郑州 微网站首页 合肥网站商城开发 先进网站 营销方案. 河北公司网站制作设计 中山企业网站建设方案 电商营销体系 会员营销的案例 中国网络与信息安全 网络营销怎么推广q511566388 网站制作 文案 网络安全信息化办公室