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
掌握营销app经典网站设计传统网络安全防护有哪些产品赣州网站建设网络视频营销聊城网站优化邮件营销的图片网站域名组成自己造网站信息安全等级防护传统营销的时域性修炼世界,没有正邪善恶,只有弱肉强食! 楚天,从乡野走出,机缘巧合之下,踏上了一条霸世称尊之路!慕容晓的父母已音讯全无三年有余,她甚是迷茫。在得到了师父无音师太的首肯之后,她决定亲自下山前去瓒州一探究竟。可谁曾想到,慕容晓刚一下山便遇到了重重阻碍。她和她的朋友们能否安然抵达瓒州?这一路上又会有什么巨大的阴谋在等着她?人在江湖有时真的是身不由己。是抱有希望继续向前?还是与伙伴们荣辱与共?慕容晓的心中已经有了她自己的答案…江南某县级市。80年代,三对婴儿被罪恶之手调换。30多年后,作恶之人良心发现,密信相告,掀开三对六组家庭的命运纠缠。亲生与养子(女),孰优孰次,孰亲孰疏;六子(女)之间的命运冲突;怀疑不是己出的丈夫,嫌弃儿子不像自己的父亲;深爱的人因为身世忽曝而不能……命运,总有偶然因素介入,或谓之注定;但怀良善之心,富热爱生活之情,立贡献社会实现自身价值之志,总能站到人生和社会的巍然高度——从这个意义上,本小说演绎了80后追求人格完善和事业成功的感人故事,他(她)也是新一代的社会中坚,具典范和学习意义——当然,没有说教,是情节精彩、故事动人的形象思维。“你问我锦衣卫算什么东西?我现在告诉你,你们东厂不敢管的事,我们锦衣卫管。你们东厂不敢杀的人,我们锦衣卫杀。一句话,东厂能管的我们锦衣卫也要管,东厂不能管的我们锦衣卫更要管。先斩后奏,皇权特许!这就是锦衣卫,就问你们服不服?”一脸欠揍模样的林枫,指着东厂一群不男不女的太监吊吊的说到!富家堂姐嫌弃相恋多年男友穷,强迫堂妹替自己出嫁。殊不知,对方竟是一言可定天下的军中统帅!陆羽意外穿越到玄幻修仙世界,开启了最强说书人系统。 据说只要说书就会源源不断的得到各种奖励。 于是开局九龙拉棺震撼全场,陆羽就此成为了一名光荣的说书人。 “琴鼓响,铁戈鸣,寒光烁烁照星空,人族无大帝,九大圣体战苍穹!” “生为人杰,死亦鬼雄,我辈修士何惜一战!” “大圣此去何为?” “踏南天碎凌霄!” “若一去不回?” “便一去不回。” 陆羽手持一把摇扇将心中故事细细道来,满堂听众无不拍手称绝。 四圣宫圣主:“我看陆小友一表人才,不知道有没有兴趣来我四圣宫,做下一任圣主。” 大乾书院执掌先生:“陆小友乃是千年难得一遇的读书奇才,理应来我们书院,这任院长就是你。” 天庭之主:“我看你们谁敢抢陆先生.....” 修行界几大势力为了陆羽能去说书都已经抢疯了。 陆羽表示,你们打你们的,我只想安静的做个说书先生。 建文四年,朱棣拖家带口举兵造反,攻进应天府时,最疼爱的太孙朱瞻基却离奇失踪。 朱棣大怒,认为是建文乱臣所为,遂屠杀一万四千余建文乱臣及家眷,流放三万余靖难遗孤,以表对太孙疼惜之意。 …… 十一年后,一少年乱了朱棣心智,朱棣时常化作普通老头,与他一起打猎。 “老爷子,我真不是你孙子,我是从死人堆里爬出来的,没有亲人。” 朱棣听着朱辰的独白,禁不住就落泪了。 “谁说你没亲人,我现在告诉你,你爷爷是永乐大帝朱棣,你是大明皇嫡长孙。” 朱辰:“老爷子,您别骗我了。” 朱棣道:“不信也罢,我欠你一个盛大的复辟仪式。” 次日,应天府白日宵禁,万人空巷,十万大明铁骑进城,为首一人,正是那身穿铠甲,龙虎精神的老爷子! 爷孙俩隔空对望一眼,朱棣一笑。 十万大明铁骑下马,恭敬跪地大吼:“恭迎大明皇嫡长孙回朝!”靖元二年,北荒军攻破大梁都城,俘虏皇帝无嫔妃无数,城中烽火狼烟,屠戮成灾,这座屹立千载的中原王朝正在蒙受巨大的耻辱!绝望之际,一身着白袍的将军忽然杀出,身后无数白袍军如同幽灵,收割着北荒军的生命!北荒军大败,退兵百里,大梁王朝免去了灭国之危! 战后,人人都在寻找这位大梁的英雄,皇上更是下旨封其为有史以来第一位异姓王,为他建立寺庙,享大梁子民世代敬仰,可这位白袍将军却如同烟云一般,销声匿迹了。 与此同时,上京城赵家多了一位身受重伤的少爷……一介凡人妄图与天争个高低,实在是可笑至极,待看这天如何折磨这一介凡人。 我欲红颜斗万法,奈何苍天逆枉情。 【逆苍玄】有声读物已经开始更新,漫画版也在制作当中,敬请期待自颛顼绝天地通,巫妖诸族皆避世而居,人族坐享其成,崛起已是大势所趋。 但辗转数千载,诸界风云突变,整片魔洲的攻伐几乎成白热化,伏天魔主以惊人魄力统一了整个中洲地界,继而开始布局继续南下。 结果可想而知,紧邻恶魔之眼的几个天国相继沦陷,直接导致人界受到前所未有的波及。 适逢群魔当道,天魔大帝横空出世,以惊人的魄力打开了恶魔之眼,顿时引来三界劫数,西方佛庭在群魔的围攻下,独木难支,惨遭屠戮。 为此,引得天庭震怒,诸神开始极力反思之前的保守策略,转而在玉帝的授意下,开启了末法封禁之战,而这其中最重要的一环,便是去魔洲寻找曾经自诩为神道根源的不世秘密。 就这样,在诸神的安排下,曾经的王者东皇太一开启了寻找力魄的艰难之旅!
微信邮件营销 网站关键词长度 网站建设的售后 网站备案照 信息安全等级保护管理办法(试行),-1 邢台网站制作有哪些 成都网站开发公司排名 通辽网站建设 网络营销推广外包 信息安全 应急响应 发育倒退的环境影响咨询【www.richdady.cn】 家庭关系的沟通技巧【www.richdady.cn】 孩子厌学的心理调适咨询【www.richdady.cn】 灵魂化解的重要性【www.richdady.cn】 耳鸣的解决方法【www.richdady.cn】 外灵干扰的真实案例分析【www.richdady.cn】√转ihbwel 事业不顺的职场调整【σσЗ8З55О88О√转ihbwel 脑部不清晰的生活习惯【微:qq383550880 】√转ihbwel 如何了解自己的前世今生?咨询【企鹅383550880】√转ihbwel 存不住钱的心理调适【σσЗ8З55О88О√转ihbwel 升迁障碍的改运方法【www.richdady.cn】√转ihbwel 升迁障碍的真实案例有哪些?【σσЗ8З55О88О√转ihbwel 学习成绩差的自我提升咨询【www.richdady.cn】√转ihbwel 婴灵、邪灵、祖灵咨询【微:qq383550880 】√转ihbwel 心特别累的咨询技巧【微:qq383550880 】√转ihbwel 心特别累的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的康复训练【企鹅383550880】√转ihbwel 婴灵的形成原因【微:qq383550880 】√转ihbwel 大龄剩女的心理调适【微:qq383550880 】√转ihbwel 升迁障碍的职场建议咨询【σσЗ8З55О88О√转ihbwel 网络营销能力秀是传销 cdn网络安全信息安全产品与方案 长沙网站设计 企业微信社群营销案例 信息安全等级防护 营销证 洛阳 网站建设 网络安全员资格证书 聊城网站建设招聘 深圳企业网站制作报价 南宁网站忧化 密山网站 微信营销的总结 经典网站设计 南山的网站建设公司 qq网络营销策划 免费网站空间 cdn网络安全信息安全产品与方案 鄂州网站建设 网站推广费用 互联网与信息安全,-1 深圳网站建设服务公司 营销证 山东 信息安全 检查 裂变营销 病毒营销 深圳企业网站制作报价 西乡建网站 简单网站制作 网络营销销售渠道 营销宣传软件 营销型平台网站建设 网络安全产品idc排名 营销策划天培营销 网站设计模版 天津信息安全等级保护培训 网站设置那里如何设计关键词和关键词密度能更好的被百度收录 互联网与信息安全,-1 成都网站开发公司排名 网络安全督查 旅游线路的营销推广 聊城网站优化 网络安全下载 武汉大学出版社 网站收录低 计算机网络安全培训、 信息安全等级保护管理办法(试行),-1 太原市做网站 侧导航网站 长沙网站设计 长沙网站建设公司 免费开网站 网络营销推广外包 特色的南昌网站制作 南京移动网站建设 网站域名组成 网络安全 知识点微信营销 品牌建设 信息安全等级防护 龙岗网站设计效果 中国网络安全 论文 为什么我的网站刚续费还是显示域名过期别人能打开我却打不开 赣州网站建设网络视频营销 网络营销软件 为什么我的网站刚续费还是显示域名过期别人能打开我却打不开 cdn网络安全信息安全产品与方案 裂变营销 病毒营销 夏玉明 信息安全 网络安全技术 pdf 思而忧网站 网络安全会议2017地址 什么是营销型的网站推广 福田的网站建设公司 汽车营销案例 鄂州网站建设 网络安全产品idc排名 掌握营销app 武汉专业网站建设推广 无线网络安全措施 天津信息安全等级保护培训 网站数据库 腾讯网络安全大会 网站备案照 键入网络安全密匙怎样解除成都市网络安全处 途牛网的营销模式 网站备案信息注销原因? 深圳企业网站制作报价 建网站啦 网站建设营销的技巧 营销网络的方式 什么是营销型的网站推广 建网站流程 长春给企业做网站的公司 b/s架构网络安全 网站推广费用 网站建设推广 b/s架构网络安全 微信邮件营销 口碑营销策略案例 设计网站考虑哪些因素 网络营销中 域名 备案号 网站的关系 2013年国内外发生的网络安全事件统计 织梦网站图片代码 网站设计步骤 企业微信社群营销案例 西乡建网站 网站数据库 深圳网站建设服务公司 邢台网站制作有哪些 贵阳有哪些可以制作网站的公司吗 市场营销网络调查法 视频网站建设方案 北京信息安全大会 互联网与信息安全,-1 网络安全法的内容 西安h5网站建设 南宁网站忧化 《网络安全法》cisa 小米的营销手段有 网站备案 提供网站建设的公司网络和信息安全管理 织梦网站图片代码 成都网站开发公司排名 网营销策划方案电商 网络营销销售渠道 特朗普发布网络安全法 长沙网站建设公司 英文营销网站建设 通辽网站建设 手机企业网站设计 《网络安全法》cisa 外贸营销策划 顺德网站建设原创 信息安全技术体系中的应用安全一般不包括,-1 整合营销传播特点 鞍山网站建设 密山网站