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
重庆新闻软文营销网站主色调简介怎么说网络安全技术与解决...小米4p营销策略营销网站的成功案例系统漏洞 网络安全案例关于写策划的一个网站南京移动网站建设网络安全专科网络安全面临的威胁 ppt老头一夜魂归少年… 贞观十六年冬,即将获得太子之位的他,本来就想吃吃喝喝,做个纨绔… 奈何猪公不允,算了,不装了 吾乃李二陛下的最强辅助-六边形全能选手李治 男儿到死心如铁,看试手补天裂 咳咳,你真的爱她嘛,呸,我看你就是图她身子…君若离去,我必生死相随,来生再相依相爱,这是一个悲惨的故事,主角上官云飞幼小父母双亡,家族毁灭。在叔叔的照看一直一路崛起,你以为他会一路高歌,却没有想到天有不测风云,主角遭受挚爱背叛,从此一撅不振……一个宅男穿越到日本战国时代,逢凶化险,不断适应成长的历险故事。新历0001年,神明降临,入侵地球。 经过15年的艰难抗争,人类文明最终走向灭亡! 大夏守护神林凡重回神明降临三月前,这一世,他要带领大夏,以举国之力迎战神明! 海洋之神,大夏以钢铁长城应对! 天空之神,我大夏巨炮怒指苍天! 凛冬之神,我大夏修建地下熔炉! 这一世,凡人屠神! 国门所在,林凡面对那高高在上的神明,持修罗刀怒目而立。 身后,巨炮林立,钢铁长城,巍峨大夏! “所谓神明,可敢与我一战,可敢与我人族一战。” “可敢入我大夏半步!” 这一刻,人间大夏,神明禁区! 我以修罗,斩神明!异界大陆暗流涌动,九大城相互讨伐,争夺霸权,黑暗组织蠢蠢欲动,大陆已经不和平,人民的生活渐入水生火热之中,因为一系列事件,让默齐凌踏上了一条荆棘之路的路......顶级玩家陈辛立志成为一名纯粹且高尚的玩家 “玩家不需要女友!” 平静的生活却被突如其来的日本留学生渡边美子打破,不仅人长得好看,游戏竟然也打的十分之好。 “请和我一起打游戏吧!” “我想和你谈恋爱,你却只把我当游戏战友!” 生气的渡边美子鼓起腮帮子,决定开始追求这个心里只有游戏的木头电竞男,就这样,一场女追男也隔层山的恋爱故事,悄然上演了龙神之子龙熠被留在下界,面对悲惨的命运,龙熠又该如何面对?一个普通的大学下午,越识州一觉醒来,发现所有人全部陷入了沉睡。本以为这只是一次突发事件,却不想从此全球入梦,夜夜进入相同的梦境,夜夜在恐怖梦境中死去,无人可以逃脱。只有在梦中活下去,解开一个个恐怖梦境,才能找到背后的真相。 几个风华正茂的年青人,不同的际遇却有着相同的无奈把他们聚集在一起。为了尊严与恶霸抗争,为了生存不惜与朝廷刀兵相见。 他们大头领花月仙的带领下,杀贪官除恶霸,两败孙礼,水淹程世杰,巧战三路围攻。然后在金兵南下,国家危难之际,毅然北上抗金!怒斩朱彪,火烧梧桐峪,令金兵丧胆。 以此得到东平府徐朗将军的重用。她运筹帷幄之中,战则必胜。东平两败哈里同,青州道活捉野马川正副先锋,使金兵全军尽没,扬威齐鲁。 她知天文,晓地理,智勇双全,被誉为当代女诸葛。并惠眼识英才,使老麻一展平生所学,重创兀术,三败孔彦舟。后因老麻远赴朱仝之约,月仙小姐再度出山。保平阴战清河,三伏赵家沟,围李歼徐,使伪齐不敢南下…… 因此涌现出以花月仙为代表,陈方亮、秦月桥、高云虎、女将卢秀英、春桃,以及梁勇、梁春、孔方、周亮等一批抗金将领!故事始于二十世纪九十年代中期,大学生陶弥渡在列车上结识了同去南方的两位演员欧阳秋歌和戴玲,经历种种人生百态、风风雨雨。描写他们的友情、爱情、婚姻、事业。深入刻划他们之间的悲欢离合、爱恨情仇。
中山大学 网络安全 网站设计深圳 电商营销策划公司排名 信息安全 管理 手册 网络安全设置方案 网站策划案 网络营销针对哪些人群 网站网速慢 重庆新闻软文营销 太原网站推广 生活中的无形干扰有哪些【www.richdady.cn】 亲子关系的家庭氛围如何营造?咨询【www.richdady.cn】 孩子厌学的原因分析咨询【www.richdady.cn】 灵魂化解的步骤【www.richdady.cn】 耳鸣【www.richdady.cn】 儿子抑郁症的前世因果【σσЗ8З55О88О√转ihbwel 孩子学习不好的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的记忆解析咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋经验威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回有哪些真实经历?【www.richdady.cn】√转ihbwel 儿子不读书【企鹅383550880】√转ihbwel 冤亲债主的干扰解决方法【微:qq383550880 】√转ihbwel 事业不顺的咨询技巧咨询【企鹅383550880】√转ihbwel 孩子压力大的改运方法咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【www.richdady.cn】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆咨询【σσЗ8З55О88О√转ihbwel 家庭关系的相处之道有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的原因有哪些?咨询【www.richdady.cn】√转ihbwel 婴灵的超度与心灵净化咨询【www.richdady.cn】√转ihbwel 亲子关系的改运方法咨询【σσЗ8З55О88О√转ihbwel 中山大学 网络安全 信息安全个人简历深圳高端网站设计 婚纱手机网站 网站主持人 永久免费企业网站申请 长安微网站建设 网络信息安全企业,-1 佛山营销型网站建设公司 网站策划案 山东省网络与信息安全测评中心 网站怎么添加管理员 2016年 网络安全规划方案长沙市营销工作室 企业网站建设定制 响应式网站开发 网站设计师联盟 设计师网站 信息安全相关认证 营销网站的成功案例 通辽网站建设 免费手机个人网站 营销工具作用 国家网络安全日 网络营销推广环境分析建个普通网站 营销网站的成功案例 通辽网站建设 网络安全设置方案 信息安全 管理 手册 百度知识营销什么时候开始 青岛网络营销公司 品牌营销对企业的意义 免费网站空间 系统漏洞 网络安全案例 2017网络安全对抗赛 企业网站适合做成响应式吗 小米4p营销策略 人工智能 信息安全 网络安全检查自评估表 网络安全电信诈骗政策 百度知识营销什么时候开始 网站建设书 昆明网站设计公司 网络安全违法举报中心 关于网络安全的文献 石家庄做网站 信息安全个人简历深圳高端网站设计 网站设计官网 临沂营销策划培训 请公司建网站 中国信息安全管理研究 关于网络安全的文献 app营销推广公司电话 餐饮业的网络营销 免费网络营销 免费网络营销 免费网站空间 网络安全公 永久免费企业网站申请 国家信息安全工程类一级认证 上海网络安全 安徽网站推广 长安微网站建设 单位网络安全保护状况进一步提高信息安全意识 欧洲网络与信息安全局 宝安做网站的 网络信息安全企业,-1 以网络安全类命题 东莞营销型网站建设 app营销推广公司电话 佛山营销型网站建设公司 重庆璧山网站制作公司哪家专业 西安h5网站建设 美国网络安全框架 pdf 网站策划案 网站网速慢 网络营销技术性 免费手机个人网站 网络营销服务的概念 信息安全通告服务 教育行业营销平台 网站怎么添加管理员 北京微信网站制作 图文并茂计算机信息安全 创建自己的个人网站 企业网站适合做成响应式吗 石家庄做网站 代运网站 上海建立公司网站 电商营销工具 重庆专业的网站建设 b2c购物网站的品牌营销传播策略研究——以凡客诚品为例 青岛网络营销公司 网站设计官网 勒索软件当前网络安全 品牌营销对企业的意义 网站设计深圳 邵阳网站建设 经典网络营销网络营销在酒店营销中的应用浅析[毕业论文] - 毕业设计 山东省网络与信息安全测评中心 网站颜色搭配网站 创建自己的个人网站 上海简约网站建设公司 上海简约网站建设公司 电商营销工具 信息安全黑客吗 邵阳网站建设 网络营销推广环境分析建个普通网站 网络营销服务的概念 网络安全监测 信息安全等级评估中心 免费域名注册网站 e春秋网络安全实验室 广州做手机网站信息 重庆新闻软文营销 移动网络营销平台有哪些内容 信息安全 管理 手册 关于网络安全的影视剧 免费网站空间 建立网站原则 重庆好的营销推广公司 买已备案域名是不是用了别人的信息注册影响自己网站吗 第三方外贸b2b电子商务平台网络营销所存在的问题与对策 顺德网站建设市场 网站效果 中山大学 网络安全 网站建设七点 长安微网站建设 2017网络安全对抗赛 小米4p营销策略 网络安全公 电商营销策划公司排名 信息安全保护等级划分 信息安全 管理 手册 邵阳做网站 自助外贸网站制作 买已备案域名是不是用了别人的信息注册影响自己网站吗