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如何推广网站206 网络营销考试卷湖南网站推江苏网站制作企业信息安全综合实验系统 木马入侵与检测 ssh参数设置网络安全22个行业如何推广网站主角只是个废柴!!!没有天才也没有扮猪吃老虎,贴合正常的生活水平,平淡部分较多,高潮部分较少。作者本人不建议推荐看,爽文比这个强亿万倍江枫穿越西游世界,觉醒神级拒绝系统,被拒绝就变强。   于是,江枫开始了在西游不断作死的日子。   “百花仙子,我想娶你!”   “回家洗洗睡吧,真的是……”   “恭喜宿主,开启白银级宝箱,获得天仙级修为,八九玄功一部,中品先天灵宝紫电锤,一枚仙果。”   “玉帝老儿,你可否搬出天宫,把尊位让给我坐!”   “大胆江枫,你竟敢如此大逆不道,来人,给朕诛杀此獠!天上地下,无你容身之处!”   “恭喜宿主,开启黑金级宝箱,获得后天功德至宝鸿蒙量天尺,诛仙剑一柄,十枚黄中李。”   “元始天尊,听闻你有洪荒第一利器盘古幡,可否借我耍耍?”   “可以,只要你的脑袋抵得住盘古幡的粉碎时空之力!”   “恭喜宿主,开启至尊级宝箱,获得鸿蒙紫气一道,先天至宝混沌钟,天书一部!” 这是一个人们不得不筑起高墙与世隔绝的时代,但无名英雄们的庇护让人们的生活不再艰难。不过,谁都知道英雄其实并不存在。那一天,英雄们发现了他们只是用完即弃的手中棋子。大家,他们,他......他会继续他英雄的职责保护他人吗?会!他会为了世界向幕后人物妥协吗?不会!以同名漫画《大理寺日志》改编,添加了一个自设加入(且体可查看“附录”)作者初心是希望在加入自己自设人物的后时写一份精彩的《大理寺日志:文字版》希望大家多多支持! 附录:(其他人物皆出于原创,在此只介绍自己加入的角色了) 姓名:郑珏 身世:唐代五门望族“荥阳郑氏”的小女儿 身高:156 年龄:离家时年仅十三岁 武器:匕首 其他信息会在文中介绍,在此不便多说,望各位原谅这个世界总共分五个大陆分别是金、木、水、火、土域(不是实力强度排名)。每个域都有自己修行的特点。位于七环圣山旁的洛阳亭,经历了千万年岁月的洗礼,仍在见证着世道的沧桑...... 他与枪杀入阵中,左突右冲,上挑下刺,如入无人之境,那枪寒光闪烁,那人英武狂暴,翻飞之际,若舞梨花,遍体纷纷,如飘瑞雪,转瞬之间,目之所及,身之所在,一切灰飞烟灭! 血色战场,唯有一枪,无上! 万界永世,唯有一人,不败! 五族纷争战不断, 三国史实卷中现, 为得永生长修道, 万法归一只逆天。 异境修仙,只得逆天,任意杀戮,天地共怒,若无后源,人神必灭。 世尊苍天,其女名杰,上古平乱,世尊圣女,其有词,临江赋―大江东去明月夜,千里碧霞寒光生,江明月,对影浊,月映当空星自薄,临望江面银闪烁,东进山,踏峰坡,游牧组中将临敌,吾族儿女何惧多,对阵南蛮欲血搏,将临难,欲长歌,声划长空欲九霄,势破地渊惊醒天,举剑指天问明月,映在高空何时多,吾虽柔弱小女子,愿做杀敌女丈夫,守吾华下永太平,父乃上古一天帝,子女岂能弱丈夫,今日挥剑立天地,誓守吾族疆域全,那怕上存一气在,战至身死不退步,即便不幸离于世,凝心聚魂守疆土。徐轩送外卖的路上,遭遇飞来横祸。 醒来后,他成功发现自己穿越到了异世界,而且一出场就是在世仙人,不仅天地同寿,长生不老,同时还觉醒了世界系统。 然而当他打开系统才发现,屏幕上提示的最大一个字是:“逃!”经历过诸神之战后,天塌地陷,宇宙鸿蒙之气骤减。 仙界神界再无新的仙帝神王诞生,而人界也无新的修真者诞生…… 万年来,修真再无可能! 人们似乎也认为修真就是神话故事…… 一个凡人界少年李七夜因为偶得地球穿越人士功法“吸星大法” 从此……
互联网整合营销策划 为什么要加强网络安全 搜索引擎营销搜索引擎营销技术论坛 徐州网站推广 网站细节 网络营销爆点案例 建永久网站 电力信息系统信息安全检查规范 高校信息安全建设方案 病毒性营销的视频案例 事业不顺的职场突破技巧有哪些?【www.richdady.cn】 脑部不清晰的症状与治疗【www.richdady.cn】 冤亲债主的前世今生咨询【www.richdady.cn】 事业不顺的职场提升路径有哪些?咨询【www.richdady.cn】 阴间生活的前世因果咨询【www.richdady.cn】 前世缘份的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感觉整天没精神怎么办【www.richdady.cn】√转ihbwel 外灵干扰对日常生活的影响【www.richdady.cn】√转ihbwel 亲子关系的教育建议咨询【σσЗ8З55О88О√转ihbwel 家宅磁场干扰的原因咨询【企鹅383550880】√转ihbwel 亲子关系的自我提升咨询【企鹅383550880】√转ihbwel 缺心眼的心理调适【σσЗ8З55О88О√转ihbwel 儿童发育倒退的原因咨询【www.richdady.cn】√转ihbwel 改善亲子关系的技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的康复训练咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的案例分享咨询【www.richdady.cn】√转ihbwel 前世老公的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系中的沟通艺术有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场提升路径有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业发展的灵性视角【微:qq383550880 】√转ihbwel 全网营销系统是真的吗 网络安全的要求 网络安全等级最高 中科院软件所信息安全 聊城网站制作 见网站建设客户技巧 互联网品牌营销策略 武汉市网站制作公司 网站模板怎么用 信息安全 保护对象,-1我国网络安全事件 石家庄手机建网站 信息安全自学网 郑州机械网站制作 网站的优势 信息安全等级保护测评认证 式网站 2016中国网络安全大会 上海银基信息安全技术有限公司,-1 第十五届中国信息安全大会 网络营销 技术入股 马建峰 信息安全 问答营销的平台有哪些 郑州机械网站制作 酷炫网站 建一个网站需要什么 珠海专业网站建设价格 传统营销的优势是什么 江苏网站制作企业 长沙网络营销顾问 旅游项目网络营销案例 ipv6网络安全 网络信息安全通知 如何建立自已的购物网站 网络营销网站建设 如何推广网站 利用密码技术可以实现网络安全所要求的 营销系统 软件 国际网络安全比赛 江苏网站制作企业 高端定制网站建设制作 企业网页设计网站案例 上海网站设计见建设 个人网站推广 企业网页设计网站案例 网站导航条代码 做网站的文案 中国国家信息安全漏洞库 cnvd 网站制作价 酷炫网站 gartner 信息安全2015,-1 苏州营销 信息安全 保护对象,-1我国网络安全事件 信息安全实验平台 全面的郑州网站建设 信息安全等级保护测评认证 网络视频营销案例 顺义手机网站建设企业网站制作 信息安全属于那个学院 javascript实现网站顶部出现几秒后图片缓慢消失的效果 聊城网站制作 娃哈哈的网络营销 科技公司网站设 gartner 信息安全2015,-1 邮件营销案例照片 信息安全综合实验系统 木马入侵与检测 ssh参数设置 青岛网络营销团队 2017年网络安全的事件 汕头网站优化 wap网站建设 机房网络安全评估公司 网站备案信息加到哪里 2017年网络安全的事件 郴州网站建设 西安网站托管专业公司 珠海网站 郴州网站建设 全网营销策划 顺义手机网站建设企业网站制作 信息安全迫与破 网站导航条代码 公安部信息安全电视会议 网络营销推广模式 网络营销爆点案例 信息安全 身份认证 完整的营销流程 邢台网站制作公司哪家专业网络安全 逆向 学营销策划 免费网站制作 武汉市网站制作公司 传统营销的优势是什么 做网站的文案 小网站建设 新浪微博精准营销王 惠州外贸网站建设 网络安全犯罪都有哪些 网络营销手机软件 电力信息系统信息安全检查规范 206 网络营销考试卷 信息安全公司竞争分析 华中科技大学信息安全综合设计与实践 网络安全的要求 网络营销课程网站 网络安全22个行业 中科院软件所信息安全 合肥网站建设公司 信息安全实验平台 见网站建设客户技巧 信息安全检查评估工具 网络营销的分销渠道 武汉市网站制作公司 信息安全等级 威胁 全网营销策划 信息安全 保护对象,-1我国网络安全事件 信息安全的范畴 建一个网站需要什么 信息安全自学网 昆明网站开发报价 信息安全公司竞争分析 网站的优势 可信赖的网站建设案例 2017 网络安全会议 式网站 互联网品牌营销策略 网络安全实际案例及分析 上海银基信息安全技术有限公司,-1 做网站优化时 链接名称"首页"有必要添加nofollow吗? 信息安全的范畴 网络营销 技术入股 2016中国网络安全大会 网络与信息安全知识 互联网整合营销策划 福州搜索引擎营销 2014广东省信息安全 网站备案信息加到哪里 青岛 html5/flash设计开发|交互设计|网站建设