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
大市场营销组合构成6P多语言外贸网站设计珠海品牌机械网站建设网络营销具备的知识网站改版方案云南全网覆盖式营销昆明购物网站建设开展信息安全风险评估要做的准备有上海信息安全管理中心,-1通信网络安全合格证中华人民共和国网络信息安全标准,-135岁的上市公司老总徐登峰意外重生,回到他18岁的年代,一个新的世纪正在冉冉开启,前世没结婚的他看着身边的几个完美女孩陷入万分纠结,该选哪个好呢?这是一部架空的水浒传。 小书生来到大宋朝,在青楼里称雄、太监群里横走,闯大事业、做人上人;和李师师吟诗词,成赵元奴座上客,泡泡公主、郡主,觅觅美娘、娇娘…戏林冲娘子,夺武松嫂子,撩花荣妹子,敢和扈三娘比武艺、陪梁红玉练功夫…没事装装逼,淘淘宝,修侠访道,结交些五湖.四海乱七八糟的好汉,生活是多么美好!可是一不小心身陷国恨家仇的漩涡。是揭竿而起、替天行道?还是以奸制奸、重塑新的大宋? 王伦:我真不想上梁山啊!传记意外穿越异世,别人成仙成佛,惨点的也是废物逆袭。 可是到了古二蛋这里,他却发现自己一点盼头也没有。 因为这家伙成为了一个骷髅兵!还是一个没有脑袋的下等残躯战损版骷髅兵! 生活不易,骷髅叹气,望着自己一两肉都没有的身体,古二蛋决定要逆袭给所有人看! “金手指系统!我要称王称霸!给我发威!” “收到宿主期盼,本系统已按照期盼进行修改,正式进化为骷髅领主系统,你可以通过收集资源来强化麾下士兵啦!而且是没有上限的强化呦!” “哦?这么厉害的吗!那么这种能力也能作用到我的身上对吧!” “…………” “对吧?” “…………” “对吧?!!!”刘冰异世重生为地龙,信手翻天覆地破苍穹。 心口处一个生来就有的奇怪黑色胎记,脑海里突然多出来的莫名男声,当世界开始异变,隐藏在玩笑中的血色夜幕降临…… 陈又:“不,我的平淡都市生活……”秦煜魂穿大唐,激活了个说书系统,却没想到开局任务就说【长生诀】。 秦煜:在大唐说长生诀?系统你怕不是嫌我死的太慢!你咋不叫我去讲玄武门之变? 系统:那就讲玄武门之变,要么现在死! 秦煜:我也不是怕死,就是爱讲玄武门之变! 李二:听个书,结果听到揭秘玄武门之变!这厮当真是不怕死呀 此文集有散文、随笔、小说等多篇,内容丰富。其随笔纵谈人生悲欢苦辣,探讨生命及世界真谛,探幽发微,富于哲理,发人深思。其散文描摹天下至美,抒发真情挚感,很具审美感与感染力。特别需要指出的是,雪淞的文笔很具特色,优美、鲜活、细腻,轻松,令人看着很舒服、愉快。文集知识性也很丰富,作者博览群书,旁征博引,联通古今,使人在愉悦的阅读中获得很多知识。作者声明:喜欢本书的读者还可在本网站观赏作者长春雪淞的另几部作品:《无限青春无限爱》、《东方企业家》、《琵琶岛谋杀案》、《没有拆穿的谜底》、《少年维克之烦恼》、《蒋经国上海打虎》、都很好看。点作者的名字就可看到其它作品。苏长生穿越平行世界,居然多了个便宜老爹? 便宜老爹欠缴税款数亿,锒铛入狱,苏长生不得不走上赚钱还款的苦逼道路。 他是娱乐排行榜所有爆火作品的金牌创作者,没有团队,没有助手,不接广告,不接代言,深居简出,神秘莫测。 但却在金牌创作者年度大奖前夜被粉丝曝光,他住着500一个月的廉租房,穿着拼夕夕的廉价打折服装,没房没车,甚至从未吃过一顿像样的美食。 身世曝光,粉丝集体落泪,怒而喊话:圈内明星豪车豪宅花天酒地,腐败不堪,顶流却吃糠咽菜惨绝人寰! 怎能让一股清流在乌烟瘴气的娱乐圈中顽强挣扎! 粉丝集体跪了:求您接点广告吧,求您接点代言吧……帮助美女上司摆脱陷害的黄非凡,成为公司派系斗争的棋子,被上司排挤到养殖场。 本就事业不顺,女友这时又跟着出轨,让黄非凡彻底跌入低谷,从事业到爱情遭受双重打击。 不过因为一次善举,让黄非凡彻底改变命运,开始时来运转,一路攀升。 最终从一个人人瞧不上的草根,成为众人逢迎巴结的大鳄! 且看职场小白黄非凡不寻常的崛起之路!
周汉华 网络安全信息安全测试设备 高端网站建设搭建 营销发展课 网络营销服务的作用 太原网站建设公司 国内f型网页布局的网站 西安营销师 陕西省信息安全竞赛 李老师谈营销 聊城市网站制作 内心恐惧胆怯的前世因果【www.richdady.cn】 儿子抑郁症的案例分享【www.richdady.cn】 灵魂化解与心理疗愈【www.richdady.cn】 头脑混沌的咨询技巧【www.richdady.cn】 无形干扰的环境影响咨询【www.richdady.cn】 去世的母亲的前世解析咨询【www.richdady.cn】√转ihbwel 纠纷的法律援助咨询【微:qq383550880 】√转ihbwel 前世缘份的重逢有何迹象?【σσЗ8З55О88О√转ihbwel 儿子不读书的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业的咨询技巧【σσЗ8З55О88О√转ihbwel 财运不佳的风水布局咨询【微:qq383550880 】√转ihbwel 如何解决事业不顺的问题?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 维护良好家庭关系的秘诀有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的案例分享咨询【σσЗ8З55О88О√转ihbwel 如何知道自己是否有前世缘份?咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的家长引导咨询【微:qq383550880 】√转ihbwel 前世今生的缘分解读咨询【微:qq383550880 】√转ihbwel 投资项目的财务规划【微:qq383550880 】√转ihbwel 朝鲜 网络安全 属于网络营销特点的有 网站制作设计 锦州网站建设 网络营销策划书结构 网站开发合同 传统营销与现代营销 昆明的房产网站建设 淄博那里有做网站的 布吉建网站 信息安全 壁纸 香港 网络安全 怀旧营销的案例 海珠营销型网站制作信息安全与对抗赛 北京 网站设计 营销发展课 云南全网覆盖式营销 it电脑信息安全管理软件,-1 信息安全技术 等级考试 网络安全服务标准 湖州网站建设 十堰网站建设 服装软文营销策划 聊城市网站制作 钦州网站建 开封做网站 网络营销成功事件 沧州网站推广 网络营销新闻稿 网络安全监测与大数据的 超炫的网站 合川网站建设 网络营销服务的作用 传统营销与现代营销 网络营销教材内容分析 网站的尺寸 网站图片标签 国内f型网页布局的网站 高端网站建设搭建 病毒营销六要素 济南免费做网站 郴州做网站公司 网络营销工具分为沟通类 高端网站建设 高端网站建设 网络建设与网站建设 web网络安全培训班企业做网站天津 陕西省信息安全竞赛 日本政府网络安全中心 何为信息安全 超炫的网站 企业网站设计经典案例 网络营销成功事件 日本政府网络安全中心 服装软文营销策划 互联网事件营销ppt 信息安全技术 等级考试 服装软文营销策划 北京 网站设计 做网站设计制作的公司 信息安全 壁纸 网站加外链 电脑 手机网络安全 外贸网络营销主要营销方式 网站制作设计 公司网络安全分析报告 广州微网站建设效果 主流网络安全产品 网络营销策略术语 idc网站建设 微信营销的模式有哪些 公司网站的制作公司 网站建设如何提高转化率 活动营销 动态页网站 怀旧营销的案例 营销主要营销 网络营销具备的知识 北京邮电大学 信息安全中心 网络营销策划书结构 筑巢网站 信息安全与管理 爱民网站制作 网络安全架构方案 虹口做网站价格 筑巢网站 微信运营营销的区别是什么 自己创建网站 中小企业网站建设服务 微信运营营销的区别是什么 网络营销策划书结构 营销推广的优点 网络营销服务的作用 北京 网站设计 搜索引擎营销好处 网站的目的 杭州网站设计公司有哪些 网络信息安全入门 合川网站建设 微网站营销 手机网站开发语言 成都网站创建 授权管理 信息安全,-1 南宁网站公司 做网站设计制作的公司 长沙网站推广 自助外贸英文网站建设 武汉 网络整合营销 朝鲜 网络安全 济南免费做网站 营销切入点 网站建设颜色注意事项 网络安全共享 营销主要营销 网站需求 信息安全考研城市 网站点击率 淮南网站制作 网络安全渗透测试 什么可以放置网站内容 做网站的 北京b2c网站制作 网站建设颜色注意事项 中国信息安全行业协会 互联网营销是做什么的 全网市场营销有限公司 网络安全架构方案 网站营销公司 周汉华 网络安全信息安全测试设备 传统营销与现代营销 网络安全信息共享法案 网络安全控制按照问题的严重性依次可采取 互联网事件营销ppt 钦州网站建 网络营销教材内容分析