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
网络安全等级如何设置微网站教程四川省网络安全法互联网信息安全事件,-1营销有哪些渠道网络安全试卷武汉大学网站设计公司南京重庆 信息安全网站成本个人微博营销技巧体会少年陈枫身怀绝世神器,修盖世魔功。战人界、屠魔界、挑仙界、冲神界。打遍诸世界,杀出冲天血路,成就无上至尊。(声明:新书发布,各位新老书友多多支持。群号:158697732)就像书名上写着的,你加载了危险游戏。 总之我得,在游戏正式开始前,给你个忠告。 呃,没错,说得就是屏幕前满脸不在乎的你... 在这里! 你不该相信任何人! OK!就这样... 总之不论你是谁,在哪里,请相信我,在看到这里的时候,你已经被卷入进了这场危险的游戏当中! 你可以试着回头,可以盯住屏幕,可以闭上眼睛... 但不论你怎么做,它们就藏在你身边,或许是卧室的床下面,或许是卫生间的镜子里(谁知道呢,它们的喜好向来与众不同)。 呃... 该死—— 它们发现我了! 看来我只能送你到这里,下面的路,你得靠自己走了! 还记得我最初说过的吗? 不要相信任何人! 包括... 从床底下朝你伸出手的我!一朝穿越成为有钱人家的纨绔少爷,本想着就这样当一辈子纨绔子弟,奈何实力不允许啊... 于是,斗反派,除奸佞,平天下,看着自己彪悍的战绩,萧子澄很无奈: “我明明只想当个败家子来着....” 李来顺是一个名不经传的小保安,一不小心和一个比他大了10岁的女人滚了床单。他本来想对女人从一而终,怎奈,他不但因此进拘留所丢了工作,女人也莫名其妙的消失。李来顺因此开启了老坦儿的不平凡的人生旅程。他先后经历酒店KVT经理、服务员致命诱惑;又差点被金融市场里的金钱、权利俘虏,但他都没被打败,而此时多前杳无音信的女人带来一个更加令人震惊的事件.......我奉劝各位不要沉迷游戏,游戏不仅浪费时间和金钱而且影响正常的学习、生活和健康... 什么! 居然有人敢攻击我天华城? NND! 好了,不废话了,老子要去砍死那帮NPC。 .... 处于修炼世界最底层的李成双因为一个梦激活了天灾召唤系统,能从蓝星召唤名为“玩家”的生物。 从此,这个世界的画风变了。 低级城主:你说天华城那大鸟比我还快? 中级城主:你说天华城那胳膊粗的玩意儿堪比我全力一击? 高级城主:你说高级魔兽被天华城堵在门口杀? ....萧子暮重生成婴儿,等反应过来自己已经夺了女帝修为。 “萧子暮,还我的修为。” “不然我让你死的很难看。” “听话,你虽然是女帝,但好歹是妹妹,小心我打你!” 女帝闭嘴,眼泪汪汪。 “乖!把你的修为再给我点吧。” 女帝破口大骂,只想一刀解决这个依靠自己灵力发育的天仙大帝!黑暗侵袭,神明败落,复兴仙域,一人一剑,万古长存!“星际联盟当然诸位士兵听令,杀入魔道星域!”丁含说道,各士兵一鼓作气冲入魔道星域。 他们气势如虹,以摧枯拉朽之势杀的魔道星域士兵节节败退,不一会便将魔道星域的三分之一攻打了下来,原计划是整顿军队,但将军丁含确大喊:给我冲,一鼓作气拿下他!” 这时丁晗大军的后方冲入魔道星域士兵,这时他才发觉自己上当了,于是双手执剑,往西北方向突围。在即将突围之际,总部发来消息:总部已经被攻陷,我们进攻魔道星域但被联盟别的星域攻击丁晗将军保重。丁晗听后一下失了神,眼看就突围失败了,但这时一股极致的光明之力出现。 瞬间击垮魔道星域士兵几百帮助丁晗突围,在众人突围成功后,一位身穿金色战甲留着白色长发的男子出现在丁晗面前对众人说道:他们绝对不会放过我们我觉得……还没说完魔道星域变联合其他星域的士兵包夹了上来,那位白发男子大喊:“来不及了,异次元穿梭!”之后光芒笼罩了整个丁晗的军团,不一会,便全部消失。 清末民初是个动荡不安的年代,同样也是英雄辈出的年代。李氏家族由无到有,由兴盛再到衰落,时间鉴证了这一切。他们不屈不挠,拼搏奋斗的精神,将永远激励我们不断前行。威武华夏!无良中介坑骗老人,周铭受到老人恳求举报讨回血汗钱。 周铭:众老放心,不就是要个钱?简单! 三日后。 无良中介团伙被判诈骗罪,十年起步! 孙奶奶:只是让你举报要钱,全给送进去了? 牛爷爷:牛哇!牛哇!比我牛爷爷还牛! 某不知名老人:你缺媳妇不,把我家孙女介绍给你! ...... 父母遭到恶毒亲戚碰瓷...... 周铭:进去反省反省! 女警官遭到键盘侠网暴...... 周铭:你以为隔着屏幕我就抓不到你? 天下不平事太多! 我,周铭! 平定天下不平事!
二级域名对网站帮助 rsa信息安全公司 网站设计公司南京 网络安全排查 网站关键词库 网站建设新闻分享 网店营销计划有哪些内容 网络安全态势感知 厂家 安全可靠应用 信息安全 信息安全等级保护建设资质证书 心慌胸闷头晕的自我提升【www.richdady.cn】 纠纷【www.richdady.cn】 情感心理咨询在线【www.richdady.cn】 内心恐惧胆怯的前世记忆咨询【www.richdady.cn】 升迁障碍的职场规划如何制定?咨询【www.richdady.cn】 孩子不爱读书的家庭教育方法有哪些?【www.richdady.cn】√转ihbwel 冤亲债主的化解方法【微:qq383550880 】√转ihbwel 解梦的咨询技巧【企鹅383550880】√转ihbwel 去世的母亲的咨询技巧咨询【微:qq383550880 】√转ihbwel 特殊学校的教学方法咨询【www.richdady.cn】√转ihbwel 强迫症的环境影响【σσЗ8З55О88О√转ihbwel 为什么过世的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场干扰的原因【企鹅383550880】√转ihbwel 亲子关系咨询【微:qq383550880 】√转ihbwel 心慌胸闷头晕的咨询技巧咨询【微:qq383550880 】√转ihbwel 头脑混沌的咨询技巧咨询【www.richdady.cn】√转ihbwel 干扰的自我感知方法咨询【微:qq383550880 】√转ihbwel 阴间生活的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的咨询技巧【www.richdady.cn】√转ihbwel 灵魂种子治疗【σσЗ8З55О88О√转ihbwel 重庆綦江网站制作公司推荐 网络整合营销产品代理 企业网站策划书 网络安全基础应用与标准 下载 网络安全技术新方向 怎么弄一个网站 网络营销体系方法 企业网站策划书 视频网站建设方案 营销中的市场细分 rsa信息安全公司 公司网站被侵权 自媒体营销的概念 深圳网站建设 公司元 网络营销产品的概念 辽宁网站制作 昆明优秀网站 学了网络营销能做什么的 windows网络安全设置 深圳网站建设 公司元 响应式网站设计的要求 深圳网站开发公 标准 信息安全 iso 27001 itil cobit 网络整合营销产品代理 国内做网络安全的公司排名 二级域名对网站帮助 网站的目录结构 网站制作 常见问题 网络营销的实施方法是 深圳网站建设卓企 信息安全测评技术 网站制作 常见问题 网站建设都 包括哪些 苏州高端网站制作 唯品会的网络营销现状 深圳专业网站设计公司 东莞网站案例营销 东莞网站案例营销 网络营销要点 烟台网站推广 青岛商业网站建设 网站jianshe 重庆綦江网站制作公司推荐 网络营销的实施方法是 手机派网站 柳州网站建设 互联网信息安全事件,-1 网络安全 顶级会议 网络安全排查 网站的目录结构 企业网站策划书 网络安全所称网络中国风格网站模板 动易pe2006网站网页可以访问但后台进不去也没有提示 网站建设推广 中国优秀网站建设官网 重庆网站推 windows网络安全设置 绿色风格的网站 网络安全技术新方向 新闻稿营销 加强网络安全培训 邢台移动网站建设 中山精品网站建设信息 国内网络安全团队 信息安全 建议 网络安全技术新方向 东莞网站案例营销 台州网站建设公司 邢台网站制作有哪些景区 营销 信息安全风险评估与等级保护 柳州网站建设 青海网站建设 linux网络安全技术与实现 第2版 信息安全提醒 视频网站建设方案 专业信息安全服务资质咨询中心,-1 姚威信息安全 2017世界网络安全大会 网络安全试卷武汉大学 信息安全研究机构排名 陕西网络营销公司 网络安全零基础 营销有哪些渠道 苏州高端网站制作 腾讯信息安全大会 台州建设网站 网络营销师百度百科 网站成本 网络安全博士 公司网站规划案例 番禺网站建设专家 网络营销公司工作总结 广州手机网站开发报价 微网站怎么做 重庆大足网站制作公司推荐 网络黑客与网络安全 网络安全基础应用与标准 下载 番禺网站建设专家 青岛商业网站建设 扁平式网站 网站域名组成 视频网站建设方案 网站关键词库 互联网营销学 中国网络安全机构 企业网站seo 网络安全排查 网络营销产品的概念 营销有哪些渠道 常用网络安全技术 四川省网络安全法 信息安全风险评估与等级保护 信息安全意识调查总结 国家信息网络安全网络组织 网络安全等级如何设置 无锡品牌网站建设 网络营销策划的方法 信息安全屏保图片 网站建设需要具备哪些知识 二级域名对网站帮助 公司网站规划案例 信息安全行业协会 病毒营销的三个特点是什么意思 成都营销型网站 seo营销培训 什么叫网站的空间感 网络安全研究平台 公司网站被侵权 网站推广渠道 在我们的日常生活中会遇到哪些与网络信息安全相关的问题? 国内网络安全团队 windows网络安全设置 网络营销公司工作总结 营销中的市场细分 网络安全员培训内容