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
广告传媒公司网络营销网络安全工作实施流程图网络安全态势感知探讨武昌手机网站网站建设的域名注册国家242信息安全局成都建设网站好网站范例西安网站制作公司信息安全笔试,-1辰晟穿越修仙界以为能修长生大道,不料一上来就被杀死,意外成为一件道袍的器灵。 没有强力的攻击手段,辰晟只能通过辅助能力帮助主人开挂。 资质不行,我助你修炼! 功力不足,我帮你增加功力! 怕被人砍,我让你刀枪不入! 啥?你不会打架?来来来,让我控制你帮你打架! 穿上我,带你装逼带你飞!一名前世的牧师,因为冤案而死在十字架上。 随之,他以新的身份来到这个世界,他开始改变自己,同时也在决定世界。 “当太阳下山时,就再也不会有光亮亮起来了。 ”为什么?“ ”夜灭使者来了。“八大系统集一身!“我无敌,你随意.”江尘无视诸位万界大能,淡淡道。从古至今,从来都是顺天应人,我林阳偏偏要做那那逆者……张元清,河南人氏。生于明嘉靖三十六年,其祖上有恩于朝廷,特在县城造一府邸,祖上为防日后祸乱,又起造城墙,招兵买马,收募官员,名为张氏城府。万历十一年,山东一带陈希真等贼人作乱,朝廷大将身死,朝廷发一招贤榜,元清观后与村中几个玩伴前往京城,领数万军马征伐。互有伤亡,终平定匪患。元清遇一道人,道人送三粒仙药号能长生。元清服下一粒,给心中情人李金凤及好友胡志杰服下一粒,张元清于老家欢快数年,后遭数件坏事,其姑祖母认定屋子风水不好,全家搬至浙江万央镇。后张元清又经历抗击满清和洋人之战,期间李金凤身死。清政府退位后,城府被迫关封,张元清去伏仙山求道。二十年后张元清下山云游。眼下正是抗日全面爆发,元清加入以王正终为首的青平山义军,与日寇周旋,后抗战胜利,义军关寨解散,张元清归隐于青锋山修道。结识了六位道友,在一天夜里做一梦,与一群黑影打斗,却看不清他们脸面,张元清背靠一堵墙持剑自尽,张元清惊醒……   林疯在末世被人杀死,谁知他竟意外重回末世,回到末世前,林疯发誓要守护上一世被自己抛弃的女友! 哪知找到女友后,林疯懵逼了,自己可爱多金的女友咋变了丧尸?   这一切,都让林疯措手不及。   不过好在,林疯有上一世的经验,他迅速成长为强者,保护自己的丧尸女友,顺带拯救世界。                                     从少年走向“少年”理想从未熄灭,一起经历青春,努力奋斗龙神之子龙熠被留在下界,面对悲惨的命运,龙熠又该如何面对?世上最难的不是苦,世上最难的是情。 你可渡天下有情人,而你却渡不过自己的情。 难道唯有无情方为大道 如果你是他你是选无情入有情,还是由有情变无情! 这是七情六欲之间的战斗! 这是初心与本性的争夺!他们本是21世纪商战一把手,阴差阳错,先后穿越到架空时代,一个是不得宠的疯傻王爷,一个是将军府的嫡女 这时代,如何求生? 我本不想争,但又必须争 一个痴傻王爷到坐拥天下,一统四国的君王 一个千金小姐到征战天下的大将军 再次见面,他们都没认出彼此 只道“许久未见” 再后却风云剧变 为了他,她在外征战多年 思念之时,只得在山巅对望 看他等如何在朝堂之上,沙场之中翻雨覆雨 这天下人众多,就算我们换了种活法,可我依然选你 好在,这一世,我们有婚约在身,你终将嫁给我 (男女主双穿越,强强联手,男性主角,但不是大男主,男女都很强,同样适合女生读,轻男频,男主不花心,不是妻妾成群!!搞事业)
高端的平面设计网站 信息安全测评技术 深圳网站制作公司资讯 网络安全基础:应用与标准 西安h5网站建设 茅台软文营销成功案例 网络安全 思科 中国 赣州网站制作 网络营销教材内容分析 常见信息安全技术 如何克服“缺心眼”的问题【www.richdady.cn】 如何发现前世缘份咨询【www.richdady.cn】 性压抑的自我提升【www.richdady.cn】 与公婆前世的因果关系【www.richdady.cn】 财运不佳的财运改善【www.richdady.cn】 外灵干扰的咨询技巧【企鹅383550880】√转ihbwel 自闭症的治疗方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的家庭教育咨询【www.richdady.cn】√转ihbwel 官司的心理调适【www.richdady.cn】√转ihbwel 孩子压力大的前世记忆咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的家庭支持咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感重建【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的解决方法【σσЗ8З55О88О√转ihbwel 灵魂化解的步骤【www.richdady.cn】√转ihbwel 头脑混沌的心理调适【www.richdady.cn】√转ihbwel 与女友前世的前世案例咨询【www.richdady.cn】√转ihbwel 前世缘份的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的自我提升咨询【微:qq383550880 】√转ihbwel 投资项目的咨询技巧咨询【微:qq383550880 】√转ihbwel 老公家暴的前世因果【www.richdady.cn】√转ihbwel 网站靠什么 网络安全法漫画 山东企业网站建设 阐述我国互联网网络安全形势网站字体怎么设置 免费个人网站申请 服装软文营销策划 整合营销的必要性 网络信息安全基础 大网站成本 网站建设书 网络安全基础:应用与标准 品牌病毒式营销案例 东城网站设计 微博营销优势与劣势中国网络安全宣讲 信息安全导航 昆明优秀网站 b北京网站建设 网络安全 思科 中国 太原网站建设公司 淮南网站制作2016十大信息安全事件 南京移动网站建设 微博与微信的各自的特点是什么?企业如何运用它们来开展营销活动? 广东 网络安全空间协会 信息安全与对抗赛 信息安全标准规范 引擎营销案例 信息安全标准规范 媒体营销 信息安全世界学校排名 广告传媒公司网络营销 网络安全工作实施流程图 网站点击率 引擎营销案例 阐述我国互联网网络安全形势网站字体怎么设置 营销外包报价 怀旧营销的案例 中国信息安全期刊 社交营销平台外贸 服装软文营销策划 关于建立国家信息安全产品认证认可体系的通知 网站建设 长春 美食城营销 怎样搜网站 整合营销的必要性 网站 网站建设定制 信息安全测评技术 机关网络信息安全管理制度 广州微网站建设效果 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 网络安全报警网 信息安全认证 安全局管理网络安全吗 计算机网络工程!|辅修程序设计网络安全等课程! 网站建设的域名注册 安全局管理网络安全吗 网站 网站建设定制 网站建设价目 柳州网站设计 网络安全基础:应用与标准 视频营销的优点缺点 苏州响应式网站建设 什么叫做网站维护 网络营销会失业吗 惠州网络营销 专业信息安全服务资质咨询中心,-1 服装软文营销策划 东城网站设计 厦门免费建立企业网站 奶粉网络营销策划方案 银行信息安全建设方案 厦门企业官方网站建设 微博营销优势与劣势中国网络安全宣讲 网络安全等级保护评定 上海简约网站建设公司 网站优化课程 深圳网站制作公司资讯 信息安全导航 联通信息安全部 广告传媒公司网络营销 信息安全认证 什么叫做网站维护 2017首都网络安全周 桌面信息安全管理 中国信息安全行业协会 信息安全排名前50 b北京网站建设 授权管理 信息安全,-1 网络安全产品 网站好坏 信息安全导航 成都建设网站 信息安全员培训 赣州网站制作 太原网站建设公司 网络安全法漫画 西安网站制作公司 联邦信息安全管理法美国 信息安全公司 海淀 厦门企业官方网站建设 淮南网站制作2016十大信息安全事件 网络安全框架怎么写 国家网络安全部 网站建设公司河南郑州 电子邮件营销怎么做 好网站范例 西安h5网站建设 高端的平面设计网站 昆明优秀网站 实验室信息安全要求 青海网站建设 怀旧营销的案例 营销外包贴吧软文发布 银行信息安全建设方案 太原网站建设公司 信息安全与对抗赛 余额宝网络营销 武昌手机网站 媒体营销 网站设计师联盟 北京网站设计制作 营销外包报价 郑州营销推广 桌面信息安全管理 常见信息安全技术 网站靠什么 网络安全设计方案 2013网络安全威胁趋势 成都营销型网站 b北京网站建设 品牌病毒式营销案例 网络安全仿真靶场 2013网络安全威胁趋势 免费网站空间 网络安全 思科 中国 如何学习信息安全,-1 大数据与信息安全报告