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
互联网公司营销方案上海网站建设代码信息对抗与信息安全通信部门网站备案证明网络安全服务考试长沙企业网站建设网络安全员移动数据网络安全吗网站制作 杭州公司通信部门网站备案证明2755年,人类开始走向星际文明时代,终端永恒号将是第一艘飞向星际文明的战舰。没错,我们的主角在这艘战舰中。维克特萨摩斯,外号狼或狼夜叉,身高195厘米、体重325斤。背后那刻画出来般的肌肉,直接印出魔神脸般的魔神背。总长3550米的终端永恒号战舰装备了全球最先进的扭空引擎与许多灭星武器…直逼多重宇宙级别,完全可以探索宇宙。此时维克特萨摩斯与他的妹妹维克特爱多琳满脸期待地坐在终端永恒号的指挥室中,他俩谨慎地看着以上船的500名新兵的资料。不知道在浩瀚的宇宙中,等待这502位战士的将会是什么?在未来期限的50年内,这次探索宇宙文明的途中他们是否能完成全体人类交给他们的使命?他们将决定未来的人类文明是否是其他宇宙文明的敌人,太阳系被开发得差不多啦,他们也决定人类的新家园。当吴狄秉着爱国,诚信,敬业,友善的优良品质,混进金庸先生笔下的武侠世界当中,成为一名武当道士时 面对上辈子无数个夜晚在床上幻想过的武功秘籍,看见那一位位老爷子笔下倾城倾国的女猪脚们,吴狄表示 别无选择,唯有制霸江湖!这是一个新的世界,熟悉的人物,不同的世界观,不同的剧情,不同的遭遇飞星坠世,山庄尽屠,一老一少骑着大青马离去,十余年后,小子出成,老人带着他重回少林,掀开五十年前的江湖风雨,故事之后,小子又该何去何从? 江湖一统,究竟是壮举,还是阴谋? 背后之人,到底是英雄,还是奸贼? 佛门四蒂,上浩传人,华山君子剑,川蜀姥姥山,又将卷起怎样的江湖故事?重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”如果说世界是多层的,你信吗? 或许你不信,但事实上世界就像是一个洋葱。 奇谈怪闻中的阴影,都市传说背后的真相。 谁又能说世界只有表面的这一层呢? 许策,一个失忆过的新人界行者。 穿越一个个界层,经历一次次历险,只想为了离真相更近一些。 “我到底忘记了什么?” 或许答案就在界层的最深处。 本书描写了葛二两跟师父须菩提学了三十六般变化和高超的武功,携孙悟空、猪八戒、关羽关云长穿越到亘古洪荒的年代,帮助蚩尤和黄帝争夺天下的故事。90后的我们有的结婚生子,有的还是颠沛流离。有人事业成功,有人收货获爱情,有人情场职场失意。有人富足,有人温饱,有人饥寒。回首二十年我们的成长历程,却有太多的感慨恐怖降临笼罩全球。 天才少年宋藏刚进恐怖副本就卡到Bug,获得偷听鬼怪心声的能力,还有大威天龙身上纹。 开局监狱蹬缝纫机,扭断车间主任亲儿子的头:小毕登,硬核物理超度了解一下! 去学院当教师,带领学生攻占学院:你就是校长鬼?跪下,给全校学生磕999个响头,见血的那种! 去小山村下乡,屠戮全村:“村长,麻烦你把村民都召集到一起,我有些事要宣布。” 这个玩家玩游戏,挺费鬼的……受命于天,既寿永昌。没有男人能挡住这八个字的诱惑,顾安也不能。 作为不被看好的王爷,顾安举步维艰,直到有个身穿道袍的和尚对他说:“王爷,贫僧想送一顶白帽子给您。” 顾安就藩了,不曾想第一个对手竟是诸葛孔明。 诸葛孔明轻摇羽扇笑道:“吾只需草船百艘弹指间,可使贼军送来十万支箭。” 顾安冷笑一声,给他送了十万支箭,不过是火油箭。 战火燃起,顾安的王妃八月身孕,上阵擂鼓,城上十四万人齐卸甲,竟无一人是男儿。 顾安欲血杀回,看着浑身疲惫的王妃他大笑:“好好好,真吾妻也!” 顾安登基了,坐在那属于自己的龙位,他拔剑指向天际:“既今日起,朕为新皇,誓当清扫朝纲,救兆民于水火之中。” 朕的千艘战船七下西洋,七掠西洋。朕杀贪官,诛圣母,济苍生。 顾安环顾众生:“朕要这王朝从此爆炸起来”
南宁网站设计 网络安全 国际标准 网络安全密钥 surface 自助建立网站 安全架构和信息安全的差异 衡阳网站建设 论坛营销 福州网站制 中国信息安全测评中心待遇 信息安全服务资质未通过 与男友前世的因果关系咨询【www.richdady.cn】 婴灵的存在有哪些科学依据?【www.richdady.cn】 亲子关系中的沟通艺术咨询【www.richdady.cn】 事业不顺的改运方法【www.richdady.cn】 精神不振的案例分享【www.richdady.cn】 升迁障碍的前世因果咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰与化解技巧【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的去向解析【微:qq383550880 】√转ihbwel 老公家暴的案例分享【微:qq383550880 】√转ihbwel 家庭关系的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的心理分析咨询【企鹅383550880】√转ihbwel 如何应对冤亲债主的干扰咨询【σσЗ8З55О88О√转ihbwel 官司的案例分享【σσЗ8З55О88О√转ihbwel 感情纠纷咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的症状与治疗咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋故事咨询【www.richdady.cn】√转ihbwel 心慌胸闷头晕的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感修复方法有哪些?【微:qq383550880 】√转ihbwel 网站申请 徐汇微信手机网站制作 互联网公司营销方案 响应式网站建设 网络营销问题研究 网络安全部 信息安全 科普网站规划分析的好处 网站制作 杭州公司 广州营销型网站优化 网络营销客户跟进系统 简述网络营销的定义 加强网络安全工作建议 东软关于开发活动的信息安全要求 淮南网站建设 南桥做网站 网络安全员培训证书 外贸推广网站 胶州网站建设 合肥营销型网站建设 网络安全与云计算 网络安全与云计算 信息安全等保分级 蚌埠网站优化 网络推广微信营销公司 徐州网站 广州 信息安全公司 网站域名注册 一流的成都 网站建设 一流的成都 网站建设 网络安全咨询公司 国家信息安全管理办法 番禺微网站建设 软件信息安全测评中心,-1 软件注册信息安全 网络安全是啥 厦门的网站 软件注册信息安全 网站申请 淮南网站建设 网络安全行业介绍 信息安全服务要点,-1 徐汇微信手机网站制作 论坛营销 网络推广微信营销公司 国家信息安全产品认证型号证书 国家信息安全产品认证证书 互联网公司营销方案 手绘风网站 南京专业做网站的公司有哪些 衡阳网站建设 响应式网站建设 深圳平台网站建设大连网站 网络安全 维基 请下载《网站备案信息真实性核验单》打印并按样例提示填写 网络营销问题研究 网站管理公司 中国网络安全信息化领导小组名单 网站的访问量 网络安全部 第七届cncert网络安全应急服务支撑单位 网络培训的网站建设 长沙企业网站建设 信息安全 科普网站规划分析的好处 网站建设高级开发语言 网络安全咨询公司 呼市网站制作 网站制作 杭州公司 信息对抗与信息安全 大连网站制作推广 网银网络安全方案 广州营销型网站优化 有关互联网营销的点子 如皋网站制作 济南网站建设 网络营销客户跟进系统 网络安全密钥 surface 慈溪网站设计 上海专业做网站公司电话 简述网络营销的定义 网站制作 杭州公司 信息安全厂家 莆田做网站 加强网络安全工作建议 风险管理与信息安全 手绘风网站 网络安全服务考试 东软关于开发活动的信息安全要求 网络培训的网站建设 风险管理与信息安全 宣传营销 淮南网站建设 网站域名注册 宣传营销 新加坡网络安全局 2014 网络安全 互联网网络安全ppt 工控信息安全防护指南 网络营销问题研究 微网站欣赏 网站推广服务 易企网站建设 丰台手机网站设计 我国应该如何应对网络安全 搜索引擎营销的工作原理 网络安全密钥 surface 电力信息安全等级保护旅游模板网站 南宁网站设计 网络信息安全公司 电力信息安全等级保护旅游模板网站 中国网络安全信息化领导小组名单 上海网络安全会议2017 番禺微网站建设 一流的成都 网站建设 信息安全的保护技术 合肥营销型网站建设 江苏省网络信息安全员 中国信息安全测评中心待遇 防火墙在网络安全的作用 网络安全是啥 深圳平台网站建设大连网站 中国大学生信息安全 四川大学信息安全专业 摄影网站在线建设 南海做网站 软件信息安全测评中心,-1 如皋网站制作 莆田做网站 外贸推广网站 网络安全博士生 胶州网站建设 网站建设 甘肃 上海网站建设代码 工控信息安全防护指南 电子商务网站建设内容 国家信息安全部营销型网店美工教案 微网站欣赏