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
上海信息安全招聘信息安全工信部,-1文案营销点杭州网站设计北京大学信息安全学院密码信息安全测评中心网站推广优化张店衡水高端网站建设龙岩做网站信息安全产业体系金融网络安全案例分析哈哈哈哈哈,张越历经千辛万苦终于成了天行世界里法则一般的存在,他站在绝渺峰上睥睨世界,脚下亿万数的玩家朝他臣服,就在这时耳边突然传来一句系统提示:删档公测即将结束,正式服将在三天后全新发布。二次穿越的异世界勇者与他的伙伴接受神谕来到了一个被诅咒的世界,一个未知神灵祈求他们解除世界的诅咒,拯救世界。在经过一系列的金牌猎魔人的杀人事件中,勇者一行人逐渐找到了诅咒的源头,并得到了想得到的答案。   拥有冥界权能的金牌猎魔人突然开始大肆残杀人类,并与异世界的勇者们相遇。异世界的勇者们认为诅咒的来源就是这位金牌猎魔人,他们为了阻止他残杀人类,分布世界各地追捕这个猎魔人。杨成林是一名矿工,7年前因为母亲反对,眼睁睁的看着自己的心上人另嫁他人,年轻气盛且心灰意冷的杨成林果断娶了外乡来的戏班女子——一个颇有争议的秦腔坤生演员。原本,杨成林此举是为了恶心反对她婚事的母亲,但殊不知这居然是他噩梦的开始,这个名叫李桂芝的女子带给他的一生无尽的折磨,他拼命挣脱,试图改变、阻止这一切,但发现一切都不是自己力所能及的。直到有一天好兄弟潘江龙也搅和在自己的家庭当中,事态似乎又朝着另一个完全失控的方向发展......天大地大,武道为大,山门宗门,实力为尊,你秀任你秀,他狂任他狂,吾亦当自强,天行健,君子当自强不息! ‘灵源大陆’在懵懂少年亲历过家族的劫难之后,更加体会到了世间的人情冷暖,武修一途的世态炎凉,强者注定主宰一切,弱者只能任人宰割,毫无尊严而言,至此立下重誓,定要不惜身死之危,也当追寻武道至极,普天之下无拘无束,亦不能任由他人左右,哪怕是一点、一滴,如吾不愿,即便身陨亦枉然从之。 至此,一代少年披荆斩棘,凭借独有的武灵及依仗强大的悟性道法开始了他的传奇之路……… 深渊之下,一双双非人的眼眸兀然睁开,紧盯着我的身体,身体就像是被施了定身术一般,难以动弹,根本来不及多想,我只知道头也不回地向前跑去。 跑着跑着,慌不怿路的我被一根破烂不堪的白骨绊倒了,被绊倒的我迅速地从地上站了起来,却发现竟不知从何时起,我早就已经沦为了一直追在我身后的怪物之一。 “这里是哪里?身后的这些可怕的怪物又是从哪里来的呢?”无尽的疑问在心底升腾而起。 眼前发生的这一切究竟是梦境还是地狱?这是一个世界~,【妹妹+武道、热血又轻松,御兽+魔法、弥补武道缺,修仙+科幻、精彩又好看,文学+自创、名言嘎嘎多…】 我有一口冥皇棺,可葬天、葬地、葬日月星辰、葬仙神魔圣、葬星空万族、葬宇宙八荒、葬无上大能、葬尽世间一切不公,为万世开太平。 社会不再不仁,学习已不是唯一的出路,灵气复苏,武道兴起、法道繁荣、修仙道法、异能者频繁出现、御兽者也在争其锋芒、不过这一切只是表面,灵气复苏导致地球星空坐标暴露,这么好的一个可利用资源,谁不想对其侵略? 不过,地球上的众人、众兽怎能容其侵略? 又名《猫来》《拳来》《法来》《爷来》《爸来》《星空入侵》《全球高武》《全球御兽》《全球修炼》《全球异能》《开局从爷爷手中接过传家宝》《星空入侵》《全球高武》《全球御兽》《全球修炼》《全球法师》《冥皇棺来》她在我的世界里死了无数次。我一次一次见证她的死亡。每一次都见到新的她,如同凤凰涅槃,浴火重生。 时间就像黑洞一样侵蚀着这个世界。我越是选择帮助她,自己的命运与她的命运互相交织,缠绕。 我和她一起揭开他死亡的原因。途中充满了未知的风险和威胁。 非自然死亡渐渐有了原因。最终在无数个实验推敲后的世界,有了一个彼此深信的答案。 我穿梭在数不尽的时空,灵魂被撕裂后,又被重组,宇宙的秘密没有尽头,阳光照不到的地方,潜藏了未曾了解过的世界。 又是谁在推动着我一步一步走向未知,踏入一片寂静,苍白之地…… 原来,是她杀了自己…… 女主:夏季 男主:邱文博本部由五十个不同故事组成的短篇恐怖小说他喝了一大口酒,眼睛看着那些画板,有的是女孩坐在草地上,有的是女孩坐吃苹果,有的是女孩做鬼脸,有的是女孩钻在桌子底下,有的是女孩在海边沙滩上走,有的是女孩在看书,有的是女孩在堆石头,有的是女孩在吹肥皂泡,有的是女孩在海边堆沙堡。 到处都是同一个女孩的头像,到处都是他无处不在的思念,和他曾经毫不吝啬的青春。她用眼睛一张一张的端详起这些画作,每一幅画作虽然很唯美,却都散发出悲伤的气息,仿佛充满了痛苦而挣扎的记忆,她轻轻地问,你为什么你不去找她? 他的眼睛里闪过一丝痛楚,我的世界在这里,离开了我的画室我就不再是我自己了。 她问,既然你这么想念她,难道不能将你的画室带到有她在的地方吗? 他的表情显得忧伤而决绝,我必须远离喧嚣,有如一座寂静的庙宇,我需要用有限的生命去创造永恒。 他问,你呢,为什么来到这里,为什么那么伤心。 她本来不是一个喜欢说话的人,也不喜欢轻易坦露自己的心事。但是这次她说,我总是这样。
网站开发与建设 文案营销点 网络安全下的审计历史 建立网站的过程 戴尔营销 郑州网站推广 企业营销 信息安全 行业新闻 网络与信息安全系统工程师 网络安全应急服务支撑单位证书 升迁障碍的职场突破【www.richdady.cn】 投资项目的风险评估咨询【www.richdady.cn】 耳鸣的案例分享【www.richdady.cn】 阴间生活的前世记忆【www.richdady.cn】 财运不佳的原因分析咨询【www.richdady.cn】 缺心眼的前世记忆咨询【σσЗ8З55О88О√转ihbwel 忧郁症的前世记忆咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的存在形式【微:qq383550880 】√转ihbwel 儿子不读书的改运方法咨询【企鹅383550880】√转ihbwel 突然过世的原因有哪些【www.richdady.cn】√转ihbwel 发育倒退的解决方法【σσЗ8З55О88О√转ihbwel 孩子不爱读书的家长引导方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何应对冤亲债主的干扰?咨询【微:qq383550880 】√转ihbwel 感情纠纷的前世因果咨询【企鹅383550880】√转ihbwel 投资项目的自我提升【www.richdady.cn】√转ihbwel 不爱读书咨询【微:qq383550880 】√转ihbwel 家庭关系的沟通技巧有哪些?【企鹅383550880】√转ihbwel 前世缘份的缘分再续【企鹅383550880】√转ihbwel 前世今生的奇妙经历咨询【www.richdady.cn】√转ihbwel 成功企业的营销 网络安全比赛 建个网站 成都做网站多少钱 北京wap网站开发 西安免费做网站公司免费企业网站 网络安全应急服务支撑单位证书 电商网站设计 网站制作软件 医疗大数据的信息安全,-1 信息安全 c++ 成都网站开发 网站制作公司 云南 启明星辰信息安全 常州品牌网站建设 我国信息安全风险评估 邮件群发 邮件营销 东营做网站 外贸商城网站建设 网站制作软件 宜兴网站建设 金融信息安全研讨会 邢台网站制作哪家强 金融网络安全案例分析 办公环境安全 信息安全 太原网站开发哪家好 团队营销案例 遂宁网站制作 营销型网站模板 营销型 五大营销系统是什么意思 深圳做自适应网站设计 北京wap网站开发 信息网络安全题目 办公环境安全 信息安全 门户网站制作 当前信息安全面临的威胁 传统营销策略的优点 东营做网站 建个网站 国内ui网站有哪些 网络安全应急服务支撑单位证书 成都网站 网站重复 德州做网站 太原做企业网站 邢台网站制作哪家强 德州做网站 传统营销策略的优点 常州品牌网站建设 深圳搜索引擎营销企业 网络营销方案撰写 国内信息安全问题 营销推广的含义 美国大选 信息安全 企业信息安全内容 网络安全合格证 网站制作软件 中国信息安全大会 战略性网络营销策划书 美团营销特色 怎样开展内容营销 长沙手机网站建设 朋友圈营销的好处 互联网 微信整合营销 医疗大数据的信息安全,-1 营销推广的含义 网站插入地图 密码信息安全测评中心网站推广优化张店 长春做网站电话 网络安全相关会议 2017网络信息安全形势 网站重复 信息安全 c++ 中山网站设计 网络安全相关会议 北京大学信息安全学院 龙岩做网站 营销型网站模板 北京大学信息安全学院 网站开发与建设 建立网站的过程 武汉网站制作 app开发 外贸商城网站建设 网络安全应急服务支撑单位证书 公司营销 怎样做一个网站首页 网站设计公司长沙 内部列表email营销关键 网站制作公司 云南 微信网站制作免费 单页面网站开发 国家信息安全服务资质证书查询 网站插入地图 门户网站制作 dcn网络安全 营销型 电子营销就业率 信息安全工信部,-1 微博营销的心得 太原做企业网站 信息网络安全杂志全年 郑州网络营销外包 网络安全培训材料 信息安全策略管理 怎样做一个网站首页 成都做网站多少钱 腾讯营销案例 郑州最好的网站建设 外贸商城网站建设 电话营销托管 涿州做网站 网络与信息安全系统工程师 我国信息安全风险评估 信息网络安全杂志全年 衡水高端网站建设 信息安全 c++ 常德网站优化 德州做网站 网站建设的目标 营销型网站模板 网络安全在线实验室 音乐网站的色彩搭配 杭州网站设计 无锡网站推广公司 手机响应式网站 网络安全有哪些职业 flash网站 中国搜索提交网站 郑州最好的网站建设 菏泽做网站 企业营销 武汉网站制作公司排名 移动设备 信息安全 美团营销特色