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
百度云资源 网络安全当前php环境关闭了文件上传功能网站将无法上传图片和文件网站建设流程案例网络安全网络安全策略的制定原则是( ). (3分)信息安全 保护对象,-1珠海微信营销网站销售方案天津网站策划营销 作用随手记录真实日常生活,负能量满满,没有那个心脏别看。作品很容易被屏蔽(已经被屏蔽一部了)。神魔的游戏,养蛊人类,是举刀拿剑逆战万族,还是低眉俯首甘为奴仆,普通人的野望,你我是否都幻想过打破秩序,生与死,血与泪,离别与重逢,种种的选择,这是一部笑中含泪的作品,且看普通人如何末世中挣求活,选择自己的人生。他,因孽恋交错获神魔同体。 而他,千年来最有可能踏入神殿之人。 是神是魔,亦魔亦神! 神动天下,修武先修心。 魔逆苍穹,成魔再成神! 神魔共舞,一念悟乾坤!塑圣魂,觅长生,热血前行,登仙道!“鄂州动而天下乱,鄂州安而天下定!”在中华上下五千年的历史车轮中,鄂州一直扮演着举足轻重的角色。 从上古时期黄帝与蚩尤之战中的九黎部落的站位,导致蚩尤战败身首异处;到禹分九洲的三苗族与夏王朝数百年的对峙,最终两个部落在相爱相杀中远走中原;再到商王朝勋贵之首的鄂候,为救九侯而犯颜强谏,结果遭到商纣王脯刑,商王朝也因此尽失天下;再到与西周硬刚三百余年的鄂侯驭方,其“振臂一呼,应者云集”,与淮夷东夷联军,一直打到东都成周(今洛阳市东白马寺一带)附近,然后两方互相消耗中磕死了对方,直到现在鄂地人们还有“不服周”一说。李白三入长安,却发觉长安陷入了一场巨大的危机当中。为了长安城步步为营的他,逐渐发现事情正向着更深的一层发展。。。徐东发现自己的手机不再耗电,这似乎与他做的一个梦有关,睡前一句普普通通的抱怨竟然让他实现了一个看起来并没什么大用途的愿望。在调查究竟是手机出了问题还是自己出了问题的过程中徐东遇到越来越多的怪事——陌生人对他不理不睬、太阳落山后日期似乎也并没有变更、联系不到自己的朋友和家人。 随着时间的推移,徐东认识到自己陷入了一个奇怪的空间,所有的人都如同行尸走肉。这一切困扰着徐东,直到通过手机通信软件联系到了唯一一个有着正常反应的人,他踏上了寻找同伴的旅程。猎妖,是生活。 可这个世界,并不是非黑即白,还有很多需要妥协的地方。 一位现初二的男学生的真实生活,随便写写,在不高兴的时候可以抒发一下。也请大家支支招,这样最好。[纷扰如迷雾,逍遥且徐行] 入梦方醒,方觉大道维艰。从小世界意识回归醒来的大光头,抬手摸着自己脑瓜低吟着“无量天尊。” 看着身边传讯符,回忆着这次化身从婴儿到意气少年,又度过颠簸抗争的青年路程,往后便好似不记得自己有过壮年中年似的,回首时已在疑惑困顿中到了老年。 化身一生寂寥糊涂过,只留下一首连通顺都算不得的唯有悔恨的“一年一岁婴至此,一时一秒得与失。稻草压身抵千斤,默然回首如何持。神杂性善恶七情己,人和人白白入灰多。己识多实错分年,霎那蹉跎七十婴。” 又有那好似从老年到青年活着的感慨:“何所思何所愚何所怠,七十婴五十少三十明。天色长空人自老,道存事存时不存,上下空有物竞乾坤灭,事合人思万中无一寻。谁家孩儿拿那炮竹当烟花鸣一曲,潜游无欲无求后同求不在求呢。苦无一用怎是迷生。”
网络安全法 中文域名 茶叶网站建设 武汉 信息安全 搜网站网 国际网络安全比赛 深圳信息安全公司 虹口公安 网络安全 无线局和网络安全 网络科技网站设计 广东政府信息安全问题 特殊学校的教育理念【www.richdady.cn】 强迫症的咨询技巧咨询【www.richdady.cn】 发育倒退的前世记忆【www.richdady.cn】 特殊学校咨询【www.richdady.cn】 升迁障碍的职场晋升技巧有哪些?咨询【www.richdady.cn】 老公家暴的心理调适【微:qq383550880 】√转ihbwel 学习成绩差咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的教育建议咨询【σσЗ8З55О88О√转ihbwel 心特别累的咨询技巧咨询【企鹅383550880】√转ihbwel 与老公前世的前世案例咨询【微:qq383550880 】√转ihbwel 心特别累的解决方法咨询【微:qq383550880 】√转ihbwel 财运不佳的财富增长技巧有哪些?【企鹅383550880】√转ihbwel 孩子学习不好的解决方法咨询【σσЗ8З55О88О√转ihbwel 解梦的自我提升咨询【www.richdady.cn】√转ihbwel 公司破产的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 自闭症的治疗方法咨询【σσЗ8З55О88О√转ihbwel 纠纷的自我保护咨询【σσЗ8З55О88О√转ihbwel 强迫症的心理调适咨询【www.richdady.cn】√转ihbwel 制作网站需要注意的细节 网站域名怎么进行实名认证 电脑技术 网络安全 化妆品营销情景案例分析 关于身份的信息安全 网络与信息安全知识 茶叶网站建设 网站外接 微博营销是一项系统工程微博营销的操作模式包含以下哪些 网络安全网络探测实验 网络安全形势2017 关于网站建设live2500 网络营销有法律吗 网络营销运营 网络营销服务专家 网络营销热点事件2014 大连做网站公司 凡客诚品网络营销方案 聊城网站优化案例 淮安网站建设 长沙网站制作电话 微信手机网站制作 郑州的数据营销公司怎么样 公安信息安全考试,-1 信息安全等级保护安全要求的基本框架 上海信息安全工程技术研究中心 虹口公安 网络安全 上海信息安全工程技术研究中心 营销 作用 app手机网站制作 厦门做网站 网站设计北京新 深圳网站推广 茶叶网站建设 大连做网站公司 南京网站搭建 网络安全策略的制定原则是( ). (3分) 网站单页 网络营销可以自学吗 美国信息安全学科 网站外接 网络营销的相关案例 网络科技网站设计 校园网站制作模板 服务器网络安全方案 网络安全人员能力认证技术类专业级教材 石家庄网站制作公司 如何学营销 广东政府信息安全问题 专注电子商务网站建设 网络安全攻防环境 案例网站 信息安全工程研究中心,-1 江苏省信息安全中心 哈尔滨的网站设计 网络营销运营 饭客网络安全学习论坛 成都 企业网站建设公司 网络安全管理功能包括什么活动 网络安全行业研究报告 如何学营销 马建峰 信息安全 信息安全 四川大学 利用微博营销网站建设com 常州企业网站建设 长沙网站制作电话 汽车行业网络营销案例分析 信息安全与数字证书 网络营销的相关案例 html5网站建设 网络信息安全管理局 优设网站 微博营销是一项系统工程微博营销的操作模式包含以下哪些 关于身份的信息安全 武汉 信息安全 哈尔滨的网站设计 温州手机网站推广 顺德网站建设基本流程 网络安全法 中文域名 网站模板 长春制作门户网站的公司 珠海微信营销 重庆网络营销是什么 网络安全网络探测实验 小红书网络营销推广 网站域名怎么进行实名认证 大专网络营销教材 网站赞赏 自创网站 小米的营销模式分析 网站模板 企业信息安全部 中国网络安全技术对抗赛 上海的外贸网站建设公司 深圳网络营销公司排行 枣庄网站制作 网络安全法概述 搜网站网 饭客网络安全学习论坛 大连做网站公司 关于身份的信息安全 营销的好处 国际网络安全比赛 信息安全竞赛flag 网络广告营销的特点 网站之间的差异 电脑技术 网络安全 制作网站需要注意的细节 网站设计北京新 深圳企业营销培训机构 单位 网络安全 产品营销策划推广方案 网络营销管理内容 石家庄网站制作公司 美国信息安全学科 网络安全法概述 联想网络营销案例分析 长春网站设计 搜索引擎营销的运作模式 网络营销服务专家 打造公司的网站 网络安全宣传小组职责 企业营销型网站推广 ipv6网络安全 微商城网站建设平台 网站建设经验心得 网站如何备案 泉州网站设计 网络营销有法律吗 能源信息安全 im 营销网络推广营销 网络营销方法和应用 网站之间的差异 哈尔滨的网站设计 信息安全专题