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网络安全前沿进展长安微网站建设台州卫浴网站建设互联网营销调研总结网站建设三合一生活是最高的营销师赤书以桃源三结义为起篇,笔起黄巾起义,黄巾队伍平反后,小文四处流浪,以其令人叹服的品格,得到荆州,后与小丁,小江会和。后续他们穿越到了现代2022,以场世纪大混斗拉开了序幕,纬度空间的转换也随之拉开了序幕,谁能解密恐龙灭绝的奥秘?谁能解开巴慕达三角?谁能解开法老诅咒之谜?续看林大厨的故事!!!!!!!!师父常说,山下女人都是老虎,但师父亦常说,我不入地狱,谁入地狱。 于是,夏天化身打虎英雄,奔往山下。 夏天:“师姐,收起你的胸恶,让我用爱感化你……” 一个穷小子,机缘巧合下的一次重生,让他有了重新改变命运和环境的机会,面对家徒四壁负债累累的家庭,面对那个偏僻的小山沟,他一改过去的作风,踏实勤奋,刻苦拼搏,不但让自己和家人过上了受人尊敬的生活,而且,他还积极帮助乡亲,让一个外面闻所未闻的小山沟成为闻名遐迩的富裕之地,最终他的事业走向全国,冲向世界。本书讲述一珠《寒冰珠》一书《蝶翼九式》 南道第一堂至宝寒冰珠,据传珠身内藏有某样宝物,竞相引人争夺,玄水门花影娘为人喜珠玉,不惜联合枫林庄少庄主叶秋扬夜探珍宝阁。 反转的是,寒冰珠到手还未悟热,又被暗杀堂主派出的人劫获,生性不服输的花影娘又游说落花谷主,聂冷心出山相助,再次上演夜探暗杀堂的戏码我本无意争锋,却被迫推上高位,在血与火中,一步步走到天的举世瞩目的高度,那么就剩下天了......来自他的故事传奇。这,这是传说中的齐天大圣孙悟空? 他让我过去,还要教授我无敌绝学? 还让我捅破天,大战天庭与佛界? 无数年前灵气复苏蓝星生命变异,人族岌岌可危。 此时,武者应运而生,终于在妖魔的攻击中寻得一丝生机。 林枫以武者为目标,日复一日却不得寸进,都是因为他做了一个奇怪的梦。 梦中,他如同在万万年前度过了一生,循环往复。 直到他发现自己居然能够影响梦中的自己,还能继承部分实力。 基础锻体法,修行百年!参悟出自然呼吸法! 基础血气法,修行千年!参悟出武神不灭经! 基础武者拳法(基础血气法),修行万万年!参悟武道神拳,一拳开天地! “他的基础功法……怎么和武神传下的残缺功法如此相像!” “为何他的炼丹技术……比之活了百万年的家族还要精通!” 直到无数年过后,通天大妖率众妖进攻,人族无力抵抗。 无数人鼎礼膜拜,诵经之声传遍天地! “求武尊救救人族!” 一道武神虚影自泰山之中走出,而这道虚影……云秋歌,云家嫡系继承人,18岁被设计赶出云家,为了夺回家主之位以及寻找失踪的父母,一步步崛起。 成为黑暗中令人胆寒的魔王,光明里无数人称赞的天骄少年! 二十一世纪的科研天才李承风穿越大唐,居然变成了李世民的六岁儿子? ??天赐神级熊孩子系统,李承风揪李世民的胡子,开局狂怼房玄龄和杜如晦,他们对此却又无可奈何。 ??李承风利用自己的天才科学知识,一招南水北调解决天灾,研发出来的杂交水稻可亩产2000斤。 ??灭突厥,降伏高句丽,李承风六岁就被赐封为大唐镇国神王。 ??可谓莫愁前路无知己,天下谁人不识君?
ui的含义网站建设 企业网络安全定级备案 网络信息安全大学2014 南昌网站制作 广州优质网络推广营销方案 网站蓝色 网站售后服务 沈阳 企业 网络营销 冠辰网站 如何写网站文案 冤亲债主干扰有哪些症状?咨询【www.richdady.cn】 暗恋的解决方法咨询【www.richdady.cn】 与公婆前世的影响分析【www.richdady.cn】 儿子不读书的改运方法咨询【www.richdady.cn】 亲子关系的教育建议【www.richdady.cn】 家庭关系的和谐共建方法有哪些?咨询【www.richdady.cn】√转ihbwel 干扰的常见类型【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的心理调适【微:qq383550880 】√转ihbwel 自闭症咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 维护良好家庭关系的秘诀有哪些?咨询【www.richdady.cn】√转ihbwel 前世缘份的缘分奇迹咨询【www.richdady.cn】√转ihbwel 脑部不清晰的解决方法咨询【微:qq383550880 】√转ihbwel 孩子压力大的自我提升【σσЗ8З55О88О√转ihbwel 去世的父亲的前世故事【σσЗ8З55О88О√转ihbwel “缺心眼”对人际交往的影响咨询【企鹅383550880】√转ihbwel 缺心眼的表现及成因咨询【微:qq383550880 】√转ihbwel 无形干扰对工作效率的影响【企鹅383550880】√转ihbwel 财运不佳的财富转运方法有哪些?【微:qq383550880 】√转ihbwel 工作升迁的障碍与突破【微:qq383550880 】√转ihbwel 忧郁症的改运方法咨询【微:qq383550880 】√转ihbwel 但是网站相关内容和程序并没有建设完其次网站公司给我公司的 网络安全空间 思维营销 新鸿儒网站 电商营销公司做什么 微网站内页 注册网站域名 网络营销策划成功案例 国家信息安全评测证书 行销与营销 怎么创立网站 旅游企业网络营销案例 网站建设未来发展前景 免费建站网站 新闻营销稿 淄博网站设计 网络安全前沿进展 网站建设方式 生活是最高的营销师 做网站 深圳 32个信息安全技术国家标准 浙江省信息安全 企业网站项目流程 政府机关信息安全 信息安全和人工智能 ui的含义网站建设 杭州专业做网站的公司 ui的含义网站建设 建设企业网站公司 南昌网站制作 2016信息安全培训 服务器 网络安全 深圳高端网站设计 深圳高端网站设计 网络安全前沿进展 开展网络信息安全认证 免费创建网站 信息安全认证工业与信息安全 网站b2c的营销方案 苏州好的做网站的公司 网络营销策划成功案例 营销报价 青岛建网站公司 长安微网站建设 网站口碑营销 网站建设三合一 平台信息安全管理办法 自己的qq群营销方案 网站建设用哪种语言最好 电力行业信息安全等级保护 哈尔滨做网站电话 成都市网络安全现状 如何建自己的个人网站 网站建设用哪种语言最好 市场营销策略及案例分析 免费建站网站 企业博客营销的劣势 市场营销策略及案例分析 网站css中父级自适应高度没有子级自适应的高度高怎么解决 周口网站建设 如何用好营销成本 宝安网站制作 政府机关信息安全 营销机构与营销队伍 网络战实例/网络安全 南京信息安全 家如何网站 池州网站制作 新闻营销稿 部队网络安全泄密视频 武汉网站建设公司 网络营销相关岗位 计算机的信息安全 电商营销公司做什么 秦皇岛网站开发多少钱 南昌网络营销课程 中企网络营销顾问 买已备案域名是不是用了别人的信息注册影响自己网站吗 商品微商营销策划 义乌网站建设工作室 企业网络安全定级备案 信息安全风险评估规... 广州网站优化公司 行销与营销 中山企业网站建设公司 企业网络安全定级备案 文件信息安全,-1 网络安全体 长沙手机网站设计为来确保信息安全传输加密时 文件信息安全,-1 珠海医疗网站建设公司 网站轮换图 支付宝营销策划案例分析 网站css中父级自适应高度没有子级自适应的高度高怎么解决 长沙做营销型网站公司 如何写网站文案 网站售后服务 广州网络互动营销公司 成都建网站 网络信息安全 案例 kerberos 安丘做网站 做网站步骤 移动互联营销思维 网络信息安全大学2014 网络直播营销常见方式 池州网站制作 信息安全等保二级 采购 网站建设关键词 如何写网站文案 深圳品牌营销案例 建设企业网站公司 微营销案例 免费网站 触屏网站 凡客 营销 网站内容管理系统 成都市网络安全现状 信息安全和管理中心地址,-1 上海达内网络营销 2016国际信息安全事件 微网站 网站及单位网站建设情况 网络营销公司机构排名 冠辰网站 知名的网站建设 网络营销策略体系 南昌网站建设公司渠道 女孩子学网络营销 小红书线上营销 注册网站域名 中央网络信息安全小组,-1 免费网站 网站创建 信息安全和人工智能 企业网络安全定级备案