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
谷安天下信息安全意识绥化网站建设网站建设 中企动力公司移动信息安全服务商上海集团网站制作大连做网站的企业微信邮件营销为什么要学网络营销小米公司网络营销定位网络营销成本低的原因因一部可修身成神的圣典,全宗被灭。 为报仇雪恨,蓝夜忍辱负重,一路披荆斩棘,历尽九死一生,只为寻得神兽传承。 发小死于眼前,蓝夜怒弑皇族。 为救天下苍生,力抗域外入侵者。 待得天下安定,却发现更严峻的挑战在等着他。。。。。。 世界那么大,无奇不有…… 真的存在“鬼”吗? 绝大多数人对于那些看得见“鬼魂”的人的看法,就是你疯了吧;傻子,世界上怎么会有这些东西;你那是幻觉,精神病…… 世界上最恐怖的是人––自私、自利、残暴…… 本书都是小故事构成 一个25岁却拥有丰富实战经验的老兵,突遇末世爆发,叫上兄弟,带上家人,建立避难所,末世之中,能做的,只有尽力活到明天!(本书含系统,但系统影响很小,不会产生浮夸的情节)仙侠世界中世外桃源只配留给强者作为休养生息之所,但一间客栈号称来者皆是客,无身份高低,无强弱之别的独特规矩让强者纷纷到访.......未来,现实世界与虚拟世界交织,脑机接口、意识上传,虚拟触觉技术先后突破,zero公司研发了一款名为《零世界》的元宇宙,来使人类脱离死亡实现意识永生。 然而,在诞生25年后,zero公司一场更大的阴谋酝酿其中…… 重生后的罗飞,带着一群志同道合的伙伴,再一次踏上征程……叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道! 那也许是一次意外吧,一夜之间厂内数百人就丧生死亡,张队告诉我那是有人操控此案件,可我却不相信,但后来,随着案子的逐渐开展下去,我渐渐发现张队是对的。可是,此人究竟是谁?为什么知道的人都不愿告诉我?这事情显然有些离奇,而他们,那些知道的此案的人,也一个一个离奇死去。这案子再次陷入僵局,直到我后来......后来遇到了她——方荷。 ...... 《诡谈撰》系列之《诡影》带您探索......后唐末年,石敬瑭引辽兵入关,后唐末帝李从柯携太子李重美登上玄武楼自焚,李重美大难不死,拜倒剑仙袁守一门下,改名李重阳。跟随师傅习的十九路轩辕剑法。为报国仇家恨下山寻访上古奇书《太公兵法》不想卷入一场惊天阴谋.......一道大能分身竟最终取代了本尊。本尊妻子该如何面对?是杀夫仇人还是丈夫,同样的皮囊两个不同的灵魂,等等,是三个不同的灵魂!还有谁?一个吊儿郎当的即将被末位淘汰的特种兵。这是什么奇葩组合。这样的奇葩组合在异界,又能掀起什么狂风巨浪……别人笑我太疯癫,我笑他人看不穿。 一个北宋戏本里的纨绔加反派,面对正义的惩罚、面对其他反派的排挤,用不羁的行为荒唐应对。 面对忠臣的指责,曹斌表示,我虽身在曹营,心却属汉,请不要叫我曹贼。
微信营销的总结网络安全审核员 b2c网站建设 it网络安全培训 途牛网的营销模式 防范网络安全事件 中国首席信息安全官,-1 site.pan.baidu.com 百度推广营销方案信息安全意识培育途径 信息安全对抗大赛 什么平台进行问答营销 传统营销策略的优点是 如何改善亲子关系?咨询【www.richdady.cn】 什么原因意外的前世影响咨询【www.richdady.cn】 无形干扰的前世记忆【www.richdady.cn】 家庭关系的相处之道有哪些?咨询【www.richdady.cn】 前世老公的前世记忆【www.richdady.cn】 亲子关系的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 邪灵的定义与特征咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的环境影响【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的前世因果咨询【企鹅383550880】√转ihbwel 亲子关系的问题分析咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感疏导技巧有哪些?【微:qq383550880 】√转ihbwel 心特别累的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的案例分享【www.richdady.cn】√转ihbwel 莫名其妙感伤的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭中常见的意外事故原因【σσЗ8З55О88О√转ihbwel 如何预防过早离世【企鹅383550880】√转ihbwel 婚姻生活不顺的沟通技巧【企鹅383550880】√转ihbwel 人际关系不好的沟通技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 杭州 网站建设公司排名 38信息安全及信息科技 网上营销环境 信息安全保障系统,-1 河北师范大学信息安全 it网络安全培训 织梦dedecms网站改版后幻灯片部分显示空白的解决方法 网络安全事件应急流程图 汽车的信息安全指哪些 东莞那里有营销课堂 网络安全设备与技术 绥化网站建设 网络安全技术指标 口碑营销策略案例 第三方人员 信息安全 我国网络营销发展阶段 网络安全设备 厂商 山西网络安全公司排名 网络营销成本低的原因 汽车的信息安全指哪些 网络安全最新资讯南京网站建设 简洁的网站 网站设计软件 专业网站建设 b2c网站建设 网络营销技巧 病毒营销公式 网络营销技巧 国家信息安全问题研究 国家信息安全研究中心 电子产品商务网站模板 优化企业营销 补天 信息安全 补天 信息安全 大连做网站的企业 长沙做网站公司 网络安全 未公开接口 wap网站开发 公司信息安全管理建议 西普信息安全 qq网络营销策划 信息安全测评师 考试 网络信息安全平台 外贸营销策划 上海品质网站建设 小米公司网络营销定位 信息科技有限公司网站建设 网络安全运维管理系统 大网站建设 展示型网站建设流程图 成都整合网络营销招聘 网站插入百度地图 谷安天下信息安全意识 大网站建设 网络安全信息集成商 传统营销的特点是什么 大连 营销策划公司 网络安全信息集成商 第三方人员 信息安全 郑州网络营销外包公司排名 网络安全设备与技术 上海信息安全师报名 专业网站建设 西安网络安全比赛 网上营销环境 网络安全最新资讯南京网站建设 医疗大数据信息安全,-1 珠海网站设计报价 北京市信息安全服务能力等级证书 网络推广网络营销软件公司 东营网站优化教育与信息安全 信息安全体系 信息安全攻防平台 简单建网站 网络安全重要威胁 网络安全技术指标 网络安全培训班哪个好 信息安全技术体系中的应用安全一般不包括,-1 网站建设 中企动力公司 河北师范大学信息安全 网站开发与网站制作 上海集团网站制作 传统营销策略的优点是 昆明网站开发多少钱 微信的网络营销价值 银川网站开发公司 安检门 公安部第三研究所安全防范与信息安全产品 网站色彩的搭配原则有哪些 营销会员 网络与信息安全课程报告 石家庄网站建设 怎么做病毒营销方案 补天 信息安全 北京市信息安全服务能力等级证书 网络安全事件应急流程图 安检门 公安部第三研究所安全防范与信息安全产品 免费设立网站 郑州网络营销外包公司排名 优化企业营销 网络安全 教育 如何用网络营销的方法有哪些方法有哪些方法有哪些内容 网站建设技术网站建设网络营销网站规划建设 网络营销与销售的区别和联系 东莞 建网站 信息安全保障系统,-1 珠海网站设计报价 网络信息安全现状,-1 河南信息安全 信息安全专业创业 我国网络营销发展阶段 国家信息安全问题研究 口碑营销策略案例 防范网络安全事件 无线网络安全现状 苏州高端网站制作 4.29网络安全eid 怎样开网站 商城网站都有什么功能 网络营销培训资料 永州网站制作 网络安全专业委员会 东莞那里有营销课堂 旅游线路的营销推广 网络营销与销售的区别和联系 网络安全报道 石家庄网站建设 spark 信息安全 无印良品营销创意 佛山建网站 信息安全检查哪些 展示型网站建设流程图 防范网络安全事件 提供常州网站推广 b2c网站建设 网站开发与网站制作