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
中国网站建设公司百强三合一网站建设是指外贸营销策划酒店的宽带网络安全吗?怎样建立自己的网站旅游线路的营销推广山西网络安全公司排名南京微信营销广告公司网络营销20个好处网络安全人才奖 2016又名:乌云下的岛 我的前半生虽未结束,但我却时时不在缅怀。我的前半生是孤独的,也是有光的。我是一个矛盾的人,是一个病人,我渴望着温暖与救赎,却也享受着时常出现的孤独寂寞。青春不是某一瞬间结束的,而是在无数个悲痛的日夜中渐渐不再那么光彩照人,它会随着时间隐没在我生命的某个角落,在记忆中留下印记,陪伴我一生。 一个三无男青年和都市靓女们的平凡爱情故事这个世界上没有无缘无故的恨,也没有无缘无故的爱。人们活在一个阴冷的世界里,见不到光明,但亲情,友情,爱情赋予了这个世界另一份情感,这个世界被称作太阳系。一座危城,一条老街,一个念想,一个人,一群人,守一城。 陈枫重生异世,在最弱小的时候得到了一群最善良的人的帮助,为了一个念想守住一个城。守西北,入中京,踏塞北,这一世,希望可以活成自己想要的模样。失忆的少年,醒来后唯一所拥有的只有身边的一把黑剑。他渴望回忆起自己的记忆,机缘之下,少年救下了一名美丽的少女,少女作为回报愿意无条件的收留并帮助他寻回记忆,从此以后,少年以一名学生的身份重新开始生活。命运的齿轮同时开始旋转,不断回忆起来的记忆碎片,为何都与千年前的魔王有关呢?一个个的邪星士,一个个的记忆碎片,在记忆的碎片面前,他会做出如何的抉择呢?他最后的愿望,又会带领这个世界走向怎样的尽头呢?抗日战争爆发,一寸山河一寸血,十万青年十万军,热血青年方岑,文海投笔从戎,等待他们的不是理想的光芒,而是血肉的磨盘,在这个战火纷飞的年代,中国军人无疑到了最危险的时刻,方岑与文海的热血朝气也伴随着中国军人流不尽的血一样的流去……曾记否九天之上,混沌开天之初,雷鸣闪烁?曾记否 天道酬勤放过谁?各路各圣争夺九天之上之尊位,华太虚欲破这天,证道永生与天同存,进入九天秘境争夺,许久传来……错了,错了,历史断恒与轮回。从此人们进入新时期——荒古纪。秦缘穿越到全民模拟人生的世界: 如果改变人生轨迹打破人生限制,可以成为人上人;如若失败,只能当个寿命只有五十多岁的下等人,终生贫苦。 毕业典礼:觉醒贤者。 贤者模式:可以推演一切。 模式时能力越强,推演越详细,成功率越高。 一世:【重生末世,觉醒超级异能,二十岁基因变异死了。】 “贤者模式开启,推演抑制基因变异的方法。 【你攻克基因突变,成为世界主宰,拯救人类开创修仙科技时代,寿终正寝。】 【模拟结束:贤者模式增强一倍、你获得三滴龙血、你获得灵米提供资格、你获得一次模拟机会、你获得......】 某世:【18岁的你,被女帝逼婚,虐待致死。】 “贤者模式开启,推演征服女帝方法。” 【女帝唱征服,获得最高评价。奖励:阴阳锻体决、获得….】 同届新人,纷纷成为普通人,苟延残喘。 此时:异族入侵基地时。 秦缘站出来,扮演异能强者,持仙法只手遮天。 这天: 异世入侵主世界。 秦缘仅仅一句话,万族臣服。 “怎么?征服不够,想被灭世?”人类进入超文明时代,普通人可以通过时空机器穿越各种世界。 你想去另一个世界,一定是想去这个世界享福的。 你想在玄幻世界当大神,你想在科幻世界当机甲战神,你想在都市世界当首富,你想在古代世界拥有三妻四妾。 满足这些必须要有一个前提,你得有一个系统。 千万文明,世界琳琅满目,系统也不能一成不变。 所以,超文明的世界里,有系统策划师,还有系统测试员。 系统策划负责系统的设定、触发条件等。而系统测试员则是提前进入相关文明,进行测试,主要测试系统可用度,爽感指数等指标。 经过系统测试员测试过的系统才能正式使用。 李友是一名系统测试员,他勤恳能干,但和他对标的系统策划,脑袋有个坑…… “待大地之上响起我们的呢喃,待高天之下回荡起我们的战歌,死去的将从坟墓中爬出,活着的将从天穹外归来。”   “修我三尺剑,震我通天鼓,奏我战时歌,沸我不灭魂,我以我之血,染尽九重天。” 我们是生活在一个多维的空间,现在所处的三维空间只是其中很小的一部分,其他空间到底隐藏着什么奥秘需要我们不断地探索。现代人的大脑开发只有10%,就连爱因斯坦的大脑使用率也只有15%。而古时人类大脑使用率是100%。有些事情不是你解释不了就认为不存在,那是因为你的大脑使用率太低了。特异功能的修炼过程也是在逐渐提高人类的大脑使用率的过程,当你的能力达到一定水平之后很多问题将迎刃而解。
旅游网站管理系统 日常网站维护 宜春网站建设 网络安全展台 个人网站设计欣赏 企业手机网站建设信息 网站建设咨询公 网络营销资源管理 公安部网络安全电视电话会议品牌营销 长沙 三合一网站建设是指 升迁障碍的职场瓶颈【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 与女友前世【www.richdady.cn】 灵魂化解的仪式【www.richdady.cn】 佛教视角下的前世今生咨询【www.richdady.cn】 纠纷的法律援助威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世修行【www.richdady.cn】√转ihbwel 孩子不爱读书的家长引导【σσЗ8З55О88О√转ihbwel 投资项目的选择方法咨询【微:qq383550880 】√转ihbwel 心特别累的原因分析【www.richdady.cn】√转ihbwel 忧郁症的前世记忆【σσЗ8З55О88О√转ihbwel 查财运专业服务【企鹅383550880】√转ihbwel 解梦的梦境解析【σσЗ8З55О88О√转ihbwel 如何识别冤亲债主干扰【www.richdady.cn】√转ihbwel 孩子厌学【微:qq383550880 】√转ihbwel 营养不良导致的头脑混沌咨询【微:qq383550880 】√转ihbwel 家庭关系的自我提升【www.richdady.cn】√转ihbwel 失业的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的表现咨询【www.richdady.cn】√转ihbwel 干扰的预防与化解咨询【企鹅383550880】√转ihbwel 个人网站设计欣赏 三合一网站建设是指 网络营销公司靠谱吗 网络安全展台 企业网站改版升级 html5/flash设计开发|交互设计|网站建设 青岛 深圳自适应网站设计 公安部网络安全电视电话会议品牌营销 长沙 途牛网的营销模式 万户网站 信息安全等级怎么划分,-1 重庆市网络安全 手机企业网站设计 手机wap网站制作 怎样建立自己的网站 中国移动4g网络安全 苏州网站推 网络营销专业 网络安全英文新闻 途牛网的营销模式 投资网站建设 网络营销分析 ppt 国家信息安全测评认证 网络营销公司靠谱吗 无锡市网站设计 建网站备案 义乌做网站 小米式营销 信息安全网络攻防就业 网络安全网站有哪些 深圳网络营销资讯 营销合理性 网络营销涉及哪些方面 公安部网络和信息安全处 个人工作信息安全 建网站备案 电子商务网络营销方向 深圳最好网络营销课程 信息安全检查哪些 产品网络营销分析报告 百度杯网络安全技术对抗赛 中国移动4g网络安全 湖南最有名的营销机构 网站设计深圳 4.29北京市网络安全周 网站设计的文案 网络安全人才奖 2016 从重大事件看网络安全形势 答案 青岛免费建网站 深圳最好网络营销课程 上海建网站的公司 什么叫网站优化 网络营销设计方案 网络营销设计方案 宜春网站建设 公安部网络安全电视电话会议品牌营销 长沙 从重大事件看网络安全形势 答案 途牛网的营销模式 开县网站建设 网络安全英文新闻 信息安全开设院校 保定网站建设 邢台网站制作有哪些 有关网络安全的电影 网站配色表 从重大事件看网络安全形势 答案 html5/flash设计开发|交互设计|网站建设 青岛 昆山高端网站建设 外贸营销策划 产品网络营销分析报告 信息安全网络攻防就业 2014年第二届信息与网络安全国际会议 郑州营销网站托管 网络营销专业 网络营销软件 如何黑网站 网络安全英文新闻 湖南最有名的营销机构 做内贸现在一般都通过哪些网站 o2o电子商务网站 我国网络营销发展阶段 有关网络安全的电影 企业网站建站意义 太原网站推广 网页设计分享网站 智能建网站 营销合理性 网络信息安全学什么,-1 宜春网站建设 网络营销分析 ppt 口碑营销策略案例 网络安全公司 江苏 中央 信息安全工作会议 销售与营销 制作网站的步骤 网站设计的文案 邢台网站制作有哪些 口碑营销策略案例 网站的缺点 网站 手机案例 微网站和微信 微网站和微信 网警提示信息安全 中国移动4g网络安全 网络安全属于互联网 怎样建立自己的网站 网站建设推广 哈尔滨网站制作公司 信息安全培训资格证,-1 网络营销有什么职位 山西网络安全公司排名 中小企业互联网营销策略研究现状 中国网站建设公司百强 企业网站改版升级 中国重大信息安全事件 手机企业网站设计 佛山企业网站建设咨询 网络营销涉及哪些方面 工控网络安全是什么 微信邮件营销 营销合理性 啥是营销机构 分享型网站 俄罗斯 网络安全机构 网络安全展台 途牛网的营销模式 网站运营 社会化网络营销类型 日常网站维护 建网站备案 信息安全风险评估标准 中国重大信息安全事件 苏州网站推 苏州网站推 微信邮件营销