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
广东省信息安全测评中心 怎么样东阳网站建设番禺网站推广公司网络安全的紧急通知信息安全标准wg武汉营销公司数字营销哪里有东莞做网站设计网站多少钱加强个人网络安全意识绝世神王,重生一世,修无上逆天功法,有神王传承记忆,偶尔指点一下那所谓的天下大师,随手收几个天才做弟子跟班。 “缺少功法?那很简单!” “没有丹药?容易至极!” “问题是,你跟我混了么?” 这一世,叶星辰注定要踏上那巅峰至强者,以强凌云,以武逆天。五代十国,神州血雨腥风,百姓在死亡线上挣扎着,望天悲问:大乱何时休?!国家何时大治?21岁意外身亡的的赵匡匡,睁开眼发现自己成了赵匡胤,但他开局就惹出事端,为外出避难,他辞别父母和妻子,离家闯荡,受尽磨难。所谓乱世出英雄,他先投奔郭威,因高平之战的出色表现,成为禁军的高级将领。之后逐渐在禁军中形成自己的势力,结“义社十兄弟“。柴荣病死,他发动陈桥兵变,黄袍加身。称帝后,赵匡胤先击溃后周残余势力,又采取“先南后北”的策略,攻灭了割据政权,加强了对北方的防御。随后他兵不血刃 “杯酒释兵权”。坚持“重文抑武”的国策,开创了大宋的辉煌盛世。叶帆,原本只是现实生活中的一个宅男,结果在一次触电事件中他被传送到了名为洪荒之界的地方,他会在这里反复出什么风雨呢?当看到自己的宝贝妹妹遭受到鬼怪的侵袭的时候 黄天明知道,他的超能力再也藏不住了! “妖孽!放开我妹妹!有什么事冲我来啊!” 鬼怪:“小子,既然你找死,那我们就成全你!” 当鬼怪转换目标朝着他直冲而来之时。 黄天明大喝一声从兜里掏出了一条女式胖次,表情肃穆的喊道, “感受绅士的力量吧!” 然后,头带内裤的他就这样化身为超人将这些鬼怪揍得哭爹喊娘。 这是一个穿上女装就能变强的摄影师和他的主播妹妹的都市猎奇故事一次机遇之下少年重获再活一世的机会来到了一处崭新的世界,这里没有花俏绚丽的魔法,人人却都崇尚修炼魂力,修行极其艰难却不断有人前仆后继,因为命运的安排少年同样踏上了这条永无止境的道路那他又会到达怎样的地步?这其中又会有多少命运的羁绊?又会有多少的艰难与辛酸...... &amp;lt;万界魂破&amp;gt;是我的第一本书,所以希望承蒙各位读者的关心【灵气复苏、异兽流、无女主、不圣母】 苏辰穿越成为了一只长臂猿,竟能看到属性面板和未来命数! 因得到了所有母猴芳心,引来猴群追杀…… 好在天降神雷,灵气复苏,群猴心性大乱,开始自相残杀。 嗯?这只猕猴未来能找到洗髓果? 你以为这是你的命中注定吗?错,被我看见,你的机遇就成我的了! 与此同时,灵气复苏之后,世界大变,无数野兽血脉觉醒! 几十米长的巨蟒,一口咬碎游轮的狂鲨,周身被火焰萦绕的狼王…… 更有沉睡之中山海经异兽,不断的苏醒!法师们目空一切,贵族们高高在上,大商会只手遮天;在这人吃人的世界里,我看到了深渊的触角,文明的退化,和微弱的希望。林泽攀岩跌落意外穿越,世界莽莽乾坤,其中修行者可反手起风云,覆手灭山川。身份竟然是小城家族的公子,这一切的背后究竟有没有一只大手在其中操控?宇宙为巨兽,诸多低等生命体以为自己是天地主宰,殊不知只是如微尘般渺小的蝼蚁,然而寿命与天地齐,天地亦有衰亡。妖魔乱世,鬼怪猖獗,大离皇朝动荡不安。 张韬一觉醒来,发现自己成为一名命不保夕的捉妖人。 妖魔图鉴,万物可辨。 凡是入手经过的妖魔鬼怪,都是不可多得的财富! 张韬惊喜发现,他竟然可以通过点亮妖魔图鉴,获取各种奖励... 阴冥之眼,九幽之瞳,换头术,赤霄真经,御神宝决,浮屠魔塔,九碑妖石,法相天地,长生不灭......“云雨流动,荡彻蛟龙;平震惊雷,境源成谷不知此何间汤泉亦在此。”江湖百年间,常流传于世,不管多少辈人更替,却总有人想寻到此。 太阳落于下,光阴散于间,常有人言“汤泉异宝,繁如星辰,连震于宫,进之者,必成一代宗师。”此佳话谈笑于风云之间,江湖代代相传,为矢后人子孙谨记。 径者事分二,其言只不过是其中的一半,石碑所雕后传为“得宝者,映汤泉,落阴黄泉,永世献不入堂,唯有善终其章,其予鬼神,方换一世圣德,此乃天间邢之问也;此旅之称,汤问!”
网络安全协调局赵泽良 营销型企业网站建设教案 专业的网络营销公司排名 网站意义 信息安全等级保护... 广州达内网络营销 2015年 网络营销4p策略案例分析 互联网+信息安全,-1 营销推广的策划书 网站的种类 内心恐惧胆怯的情感释放【www.richdady.cn】 缺心眼的环境影响咨询【www.richdady.cn】 发育倒退的解决方法【www.richdady.cn】 事业不顺的心态如何调整?【www.richdady.cn】 有官司的前世因果咨询【www.richdady.cn】 发育倒退的解决方法【σσЗ8З55О88О√转ihbwel 暗恋的心理成长咨询【微:qq383550880 】√转ihbwel 前世缘份对现世的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的应对策略有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的情感交流方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的解决方法【微:qq383550880 】√转ihbwel 解梦咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场转型技巧有哪些?咨询【微:qq383550880 】√转ihbwel 婴灵的超度与化解咨询【www.richdady.cn】√转ihbwel 儿子不读书的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的心理调适咨询【www.richdady.cn】√转ihbwel 潜能开发与自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的前世记忆咨询【微:qq383550880 】√转ihbwel 网络安全 军民融合 airbnb的营销策略 加强个人网络安全意识 企业品牌类网站 网络渗透测试-保护网络安全的技术工具和过程 设计网站多少钱 电商营销存在的问题及对策 信息安全定级指南 2015年 网络营销4p策略案例分析 网络安全产品培训方案设计 信息安全资质分几级 网络营销理论分析 怎么学营销 中国信息安全网络协会 网站建设新趋势 互联网+信息安全,-1 营销推广的策划书 电子商务的信息安全 手机版网站建设开发 加强个人网络安全意识 嵊州网站 唐山网站托管 营销博客 信息安全测评中心 怎么学营销 网站备案需要什么 工信部 网络安全法 网络营销是什么行业 简述网络营销的4c策略 深圳网络安全招聘 网络营销理论分析 雄安网络营销外包 巴彦淖尔市 网站建设 太原优化营销 网络信息安全专业课程 网路营销以什么为基础 信息安全互联网公司 恶意刷网站 网站维护公司 专业营销执行公司 网络安全大学生 上海科技 信息安全有限公司,-1 郑州微网站 1网络安全防护技术主要包括( ) 上海市网站建 信息安全定级指南 网络营销软件排名 广州信息安全评测中心 首都网络安全论坛 启明 寻找郑州网站建设公司 电子商务网站制作 免费网站专业建站 手机网站建设 的作用 雄安网络营销外包 公司网站定制 乐清网站推广公司 网络安全渗透测试培训 不属于网络营销的职能 网络渗透测试-保护网络安全的技术工具和过程 网络安全管理实践 陕西网络营销公司排名 设计网站多少钱 免费个人网站申请 广州网络营销外包 川大信息安全公司 深圳公司网站改版通知 福州建网站做网页 php信息安全竞赛上海手机网站建设 国内网络安全认证 在线营销策略 江门网站设计 网站建设学习网 信息安全专业中国大学排名 支付宝全网营销软件 工信部 网络安全法 信息安全认证行业,-1 深圳北网站建设 警企共铸网络安全广州招聘SEO营销 深圳网站托管 airbnb的营销策略 广州网络营销外包 全国大学生网络安全竞赛 1网络安全防护技术主要包括( ) 国内网络安全认证 网站备案需要什么 深圳北网站建设 深圳公司做网站澳大利亚信息安全专业排名 番禺网站推广公司 中国信息安全 杂志 广州网站制 车联网信息安全标准 浏览器合作营销方案 网络安全产品培训方案设计 浪潮信息安全 番禺网站推广公司 建手机网站一年费用 整合营销一站式服务 网络安全和协议 国家网络安全报告 公安内网网络安全工作 信息安全标准wg 网站策划书 网络安全手机可视化 网络安全中强力攻击 网络营销定价的基础 郑州微网站 营销博客 网络营销理论分析 自助建手机网站免费 信息安全互联网公司 网络安全研究院 企业品牌类网站 建手机网站一年费用 全国信息安全法规 信息安全cisp 信息安全标准wg 武汉营销公司 深圳公司做网站澳大利亚信息安全专业排名 杨卿+网络安全 中国人民解放军信息安全测评认证 宜昌网站制作 曲阜做网站 营销推广的策划书 网站制作及排名优化 信息安全认证行业,-1 手机版网站建设开发 中国人民解放军信息安全测评认证 江门网站设计 嵊州网站 中国信息安全 杂志 营销的分类 营销博客 警企共铸网络安全广州招聘SEO营销 电子商务的信息安全 怎么学营销