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
网络安全 微信石家庄医院网站建设网络安全特征包括哪些方面企业网络安全方案台州网站建设企业信息安全包括数据安全专业建设网站制作无锡网站建设公司网站系统商城昆山网站蓝星灵气复苏,域外天魔入侵,上古万相暗潮涌,八字神煞齐相聚……在这全民修炼、大能出世、妖魔作乱、鬼物乱世的世间……苏陌璃,他的体内流淌着最纯正的麒麟精血,力压群雄、一尘绝迹,终将在修炼者中成为脍炙人口的神话。她宇文曼——大夏国第一个女皇帝。 坐上龙椅的第一天起,她就成为了不折不扣的傀儡。 本来想着就这样混吃等死,结果突然的一场兵变,连傀儡都做不成了...... 当她再一次夺回皇位时,世人对她依然缺乏认同。 在这个群雄争霸的年代,最弱的女皇,居然在所有人眼皮底下捡了个大便宜。 如果治理这个天下能算作便宜的话... 断壁残垣、饿殍满地、民不聊生... 战争带来了至高皇权,也带来了遍地枯骨。 宇文曼正襟危坐,身边是刚刚被册封的“国姓爷”文泰,殿外站着忠心耿耿、整齐成排的士兵,台阶下是一群诚惶诚恐的大臣。 大臣们曾经跪拜过她,又肆意污蔑她...如今为了日子过得去,只好颤颤巍巍的再次向女皇磕头。 好在女皇的心思还不在他们身上。 因为她是皇帝,所以没有退路——进则生,退必死! 奇迹不会一次又一次发生! 她必须整顿纲纪。 必须让难民归乡、让荒废的良田重新长出庄稼。 必须挥舞利剑,赶走那些盘踞中原的豺狼虎豹......法外狂徒张三在被执行死刑后无意穿越异能异界,在这个世界张三还能做回那个法外狂徒吗?在这个异能世界,张三又该何去何从?“当时太天真了,以为跟个大哥就有口饭吃,结果……”十三机众人擦擦泪,说:“现在肉都吃撑了,再吃就吃不下去了……大哥别打肉了,再打真吃不完了……什么?晚上还要做肉,老大求你了放我们出去打架吧!” “你们这算啥?”治安署的人一把鼻涕一把泪的说:“以为是两个破小孩拉起个组织要搞事儿,我们都准备好搞了加工资,你这谁想得到我们的治安还更好了……等一下,各位,我先不哭了,好像过了今天我们就是同一个老大了。” 这谁想得到?搞事情的组织还要当头。 这么说,工资的话…… “宣誓了,宣誓了。” 东南三区,并非长久安定;天下之稳,皆因大守门人。 “守门人 李思仁!” “守门人 张耀文!” “守门人 十三机机所有人。” “守门人 春秋战国集团。” …… “还有我还有我,这次我可赶上了。” “张家众人,李达夜和其徒张燚,参上!” 这个世界有儒,有道,有魔,有鬼,有佛…… 儒道分六脉,曰礼乐射御书数。 礼,学天地之礼法,参不朽之法则,一行定万古。 乐,听五音十二律,奏传世之妙音,一曲动星辰。 射,举长矢射天狼,杀冒犯天威者,一箭破寰宇。 御,修一口浩然气,御令天地鬼神,一语定乾坤。 书,写惊世之文墨,绘四海之丹青,一笔镇山河。 数,算天地之玄妙,衍众生之棋局,一子败苍穹。穿越到异世界,冒险,打怪,带妹,撩妹,成长 妖乱末世,巨兽屠城,万妖夜行,人间如狱。 神秘少年,半妖之身,踏上猎妖风云路,书写一代妖相传奇! 且看他,猎妖、除魔、斗巨鳖、擒天龙、佐明君、征天下、运筹帷幄、纵横捭阖、荡除妖兽、平定末世!【我叫许夜,因为心脏病突发,我死了,享年十八岁。】 【我穿越了。】 【我翻开《全球通史》,却发现这世界只有一百年的历史。】 【我走到镜子前,镜子里出现了一双手,掐住了我的脖子,大概是我的帅气让他心生嫉妒?】 【我躺在床上睡觉,天花板上浮现出一张人脸,她看着我,死死地看着我,我缓缓脱下了裤子,她移开了眼睛。】 【我已经沉思了五分钟,这个世界太不正常了。】 这是一个极其危险的废土世界,到处充斥着扭曲、污染、畸变、疯狂……还有,许夜!不就是投了个好胎吗?有什么了不起的! 嗯嗯,真香! 出行保镖多点,没有什么大问题! 你看那遥远的星域,我家的! 家里说,仇家有点多,出门注意安全! 兄弟,跟我混,包吃包住, 一天饿九顿!某一天,一个神秘人的到来打破了徐世乔的平静生活。命运的齿轮开始旋转,在知道了自己父母双亲的死亡后,毅然前往中东,去消灭那已经变成食尸鬼的曾祖父。他的奇妙的冒险,开始了。
网站建设有免费的吗 信息安全事件管理规范 上海平台网站建设公司排名 网站的宗旨 新乡网站设计 网络安全能力 网站站制做 重庆信息安全公司 odex信息安全,-1 等级保护和网络安全法 学习成绩差的案例分享【www.richdady.cn】 老公家暴咨询【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 亲子关系的前世记忆咨询【www.richdady.cn】 脑部不清晰的咨询技巧咨询【www.richdady.cn】 有官司的调解技巧【σσЗ8З55О88О√转ihbwel 灵魂治疗与心理辅导咨询【微:qq383550880 】√转ihbwel 生活中的无形干扰有哪些【www.richdady.cn】√转ihbwel 事业不顺的职场突破【微:qq383550880 】√转ihbwel 公司破产的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场瓶颈如何突破?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的前世记忆【企鹅383550880】√转ihbwel 强迫症的治疗方法【σσЗ8З55О88О√转ihbwel 忧郁症的心理调适咨询【企鹅383550880】√转ihbwel 婴灵对家庭的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世故事【微:qq383550880 】√转ihbwel 婚姻生活不顺的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 西安网站制作 2016网络安全案例事件 信息安全等级保护 五级标准 营销学视频 2014年网吧计算机信息网络安全员培训考试答案 淘宝客网站建站 个人信息安全 ppt 营销型网站建设 网站站制做 odex信息安全,-1 企业网站首页布局尺寸 重庆商城网站制作报价 唐山网站建设费用 关于我国网络信息安全与法律保护措施调查 政府网络安全事件通报 外国网络营销参考书万州网站建设 网络安全能力 企业要网络营销科研信息安全 信息安全txt 长沙网站改版 信息安全事件管理规范 新乡网站设计 产品网站建设 企业网络安全方案 网络安全 微信 国家信息安全形式 义乌 外贸网站 开发 国家信息安全形式 重庆信息安全公司 互合营销成都网站建设电话 南通网站怎么推广 视频营销软件都有什么软件 信息安全技术 信息系统安全管理要求 信息安全技术 信息系统安全管理要求 网络安全能力 企业网站系统 选择佛山网站设计 网络安全技术防火墙 网络安全信息共享平台 企业网站欣赏 营销型网站建设 等级保护和网络安全法 营销的由来 网络营销模式的优缺点 网络安全认证机构 网络安全赚钱 信息安全 程序员 整合营销传播的效果 上海网站建设网络公司 衡阳网站优化 网站后台添加内容网页不显示 有哪些网络安全论坛 国际信息安全公司 上海网站建设网络公司 网站设计公司电话 关于我国网络信息安全与法律保护措施调查 金盾网络安全法讲解 网站设计公司电话 网站设计) 大连企业做网站 网络植入式营销案例 沧州做网站 企业网络安全方案 信息安全个人挑战赛 秦淮网络营销系统 信息安全总局 信息安全服务资质(安全开发类),-1 网站要多钱 政府网络安全事件通报 app营销的劣势 网络安全的特点 网络安全 专业 网站设计公司无锡 2014年网吧计算机信息网络安全员培训考试答案 下载空间大的网站建设 网站核验点 电信用户信息安全协议书 网络营销课件 全网整合营销服务商 网络信息安全通报机制 网络安全电子版 网络安全与信息安方向 微信营销 咨询公司 odex信息安全,-1 专题页网站 网络安全电子版 网络安全程序前台界面 网站建设有免费的吗 整合服务营销是什么 网络安全程序前台界面 信息安全备份 信息安全的特征包括 幼儿园网站设计 网站设计) 信息安全硬件厂商 大型网站建设方案 无锡网站建设公司 深圳全网营销外包 加强信息安全的建议和意见 网络安全涉密资质 大学网络信息安全报告 武汉企业网站建设 成都网络营销公司排名 义乌 外贸网站 开发 大连企业做网站 医院营销学 电商做网站 网络安全指标体系 营销失败案例 石家庄医院网站建设 昆山网站 网站跳出率 计算机技术与信息安全 电信用户信息安全协议书 2016网络安全案例事件 上海平台网站建设公司排名 高端品牌网站建设 营销学视频 无线网络安全检测软件 信息安全服务资质(安全开发类),-1 淘宝客网站建站 信息安全方案实例 福州做网站 营销型网站建设 网络安全和管理 信息安全备份 odex信息安全,-1 上海市 信息安全大赛 广东省网络安全宣传周 外国网络营销参考书万州网站建设 整合服务营销是什么 等级保护和网络安全法 网站跳出率 网站被k 互合营销成都网站建设电话