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
网络安全案例ppt免费网站微博网络营销案例做网站资讯济南营销策划团队网站建设前景南昌网站制作诺一网络营销4i营销理论的优缺点营销型企业网站凌晨夜里小马鏖战了半年的程序就要正式上线了,上线的过程中Bug不断,重重的黑眼圈印在脸庞,心想千万不要再有这种空格,字符,数据类型的Bug了,太tm难找了,眼睛死死的盯着屏幕上运行的日志。 Started BookApplication . . . . . ,看到成功的标志,激动的跳了起来,当天夜晚,想着自己的项目奖金,鼾声渐起..........,细细簌簌的听到您再通融通融小儿还在养病暂缓几日一定将小钱补齐,我眉头紧蹙,小钱?官人?什么鬼。我怎么睁不开眼,浑身无力。。。。绝世神王,重生一世,修无上逆天功法,有神王传承记忆,偶尔指点一下那所谓的天下大师,随手收几个天才做弟子跟班。 “缺少功法?那很简单!” “没有丹药?容易至极!” “问题是,你跟我混了么?” 这一世,叶星辰注定要踏上那巅峰至强者,以强凌云,以武逆天。男主作为家族的继承者 由于自闭症无法参与企业工作,遇到女主以后 成为企业家的故事剑仙又如何?不及人逍遥。人又如何?不及剑仙三分傲。他手持一把剑,不论什么,一剑之下可斩阴阳两极,一剑之下可斩天地万物,一剑之下可斩时间空间……人生一世,俯仰之间,若草木一秋,忽然而已。一名超级保安,帅气超群,学历一本,家境一般,但是本领超群,婉拒两位超级富女的追求,在暗物质世界,探索,获得异样的安全。根据最新研究,宇宙中有很多暗物质和暗能量,构成暗世界,它们就在我们周围,如果能进入暗世界,则会获得宇宙的更多秘密,包括地球的秘密。 据说地球已有过4次史前文明,发达程度都比目前人类高得多。 如果能进入暗世界,得知它所记录的史前文明,用于今天某国的发展,则该国必将成为巨超一流强国。 其实,有许多人非要幻想星际旅行,寻找所谓外星人,其实外星人可能就在我们附近的暗世界里,只不过从暗世界越穿到明世界,很难很难,但是比星际旅行,寻找外星人要容易得多。 宇宙间最快的速度为光速,且光速不变。有静止质量的物体达到光速,则质量为无穷大。而且根据现有天文观测,离太阳系最近的恒星比邻星距离为4.22光年,它的一颗行星可能拥有生命,适合人居住。但是人类想要到达那里,根本不可能。   穿越到了玄幻世界二十年,张晓以为是自己的人生就这样了,当个咸鱼修修仙什么的。   奈何宗门被人一锅端了,就剩下他一个人,就在生死之际,觉醒了【神级宗门系统】。   “犹豫你宗门缺少大量弟子,你的宗门黑化了。”   “你的山门进化了,看着空荡荡的家有些委屈,寻找了一位天才看门弟子。”   “你的宗门传承塔感知到宗门空无一人,无法传承弟子的传承塔感觉很失落,并暗地里联络了一位转世重修的帝级强者。”   “你的御兽间感觉到宗门没有灵兽,空虚寂寞冷,私自联络了一只神兽后裔。”   “你的炼丹房感感觉到宗门没有炼丹材料与炼丹弟子,悄悄的寻找到一位带着老爷爷的天才。” 当压抑串联起阵阵悲伤,当眼神失去了一丝丝希望。 少年坐着做了一个梦,他梦见他们面朝大海;他梦见海边春暖花开;他梦见阳光刺穿黑暗;他梦见她对他充满期待……穿越大明 唐鼎本想做个游手好闲的败家子 奈何摊上了个败家爹 开局败光家产,欠债十万两,被诬造反 家里还有三个美貌娇妻要养活 唐鼎无奈支棱起来 开启亲爹养成计划。 轮回新生,绝世帝仙为了追求更高的境界,不惜动用整个星球的力量,破碎虚空,不料天外有天,含恨败退.……于是委身下界,积蓄仙气……
售后服务网站 天津学网站建设 网站制作价格 顺的品牌网站设计信息 网站红色 怎样学好网络营销 信息安全 课堂 莆田网站建设 如何建设网站 怎样学好网络营销 婚姻生活不顺的自我提升咨询【www.richdady.cn】 事业不顺的真实案例有哪些?【www.richdady.cn】 前世缘份的轮回续缘咨询【www.richdady.cn】 婚姻生活不顺的咨询技巧【www.richdady.cn】 与老公前世【www.richdady.cn】 亲子关系的心理建设咨询【σσЗ8З55О88О√转ihbwel 暗恋的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 前世今生的改命方法咨询【微:qq383550880 】√转ihbwel 不爱读书的咨询技巧咨询【企鹅383550880】√转ihbwel 婴灵的化解仪式咨询【微:qq383550880 】√转ihbwel 财运不佳的财富积累方法有哪些?【企鹅383550880】√转ihbwel 耳鸣的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌时如何提高注意力【企鹅383550880】√转ihbwel 婴灵对家庭的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世解析咨询【www.richdady.cn】√转ihbwel 前世缘份的前世缘分咨询【σσЗ8З55О88О√转ihbwel 事业发展瓶颈突破【微:qq383550880 】√转ihbwel 家庭关系的沟通技巧有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的缘分再续【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 小企业破产的主要原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 动力无限做网站 沈阳建设公司网站医院自营销 企业营销网站建设 html写手机网站吗 网络安全技术概述 重庆网站设计制作价格 山西网站制作公司哪家好 电子邮件营销是指什么地方 企业网站怎么建站 百度网络营销搜索推广 域名 备案号 网站的关系 信息安全等级培训 白帽学院 信息安全 南昌网站制作 厦门酒店网站建设 济南营销策划团队 2什么是网络安全体系 莆田网站建设 天津学网站建设 熟人关系营销 建立网站的条件 太原网站建设 莆田网站建设 政府对网络营销政策 网站维护说明 优秀网站欣赏 等级保护网络安全网站办公室 做个简单网站大概多少钱 网站布局有哪些常见的 营销型企业网站 信息安全有哪些应用 网站建设前景 2017网络安全大事件 东软网站建设 做网站资讯 蘑菇街网络营销 东软网站建设 微博营销国际网络安全日 南昌网站制作 公安局网络安全大队 已有域名 搭建网站 信息化与网络安全协会 建网站方法 网络营销竞争大吗 营销网络是什么意思 企业网络安全的 北大 信息安全实验平台 设计网站的元素 中国信息安全综合报告 html写手机网站吗 长沙电子商务公司网站制作 信息安全法学 网站布局有哪些常见的 网络安全技术概述 售后服务网站 微网站备案 网站注册页面设计 重庆网站设计制作价格 网站设计文案 网站注册页面设计 html写手机网站吗 山西网站制作公司哪家好 点墨网站 网站打模块 网站怎么写 学生信息安全 沧州做网站 无线网络信息安全 b2b营销推广 有深度网站 网站红色 网络营销基础期末考试 网站设计分享 优质公司网站 企业营销网站建设 河南做网站 poc 网络安全 网络营销策划书的撰写 信息安全 分数,-1 诺一网络营销 网站设计公司无锡 第四届网络安全 做网站 深圳 上海网站制作设计公司 内蒙古网站建设流程 沧州做网站 广州网站建设信息科技有限公司 湖南企业网站建设 天津学网站建设 网站制作 广州 重庆网络营销推广辅导 创建网站哪个好 信息安全等级培训 营销数据专家网 第四届网络安全 如何建设网站 网络安全工作会 信息安全测试设备 顺的品牌网站设计信息 德州网站制作 网络营销问题研究 南昌网站建设公司渠道 河南做网站 动力无限做网站 网站推广方法 云南省网站建设 设计网站的元素 商品营销软件 网络营销的精髓是什么 网络营销书本 第五届全国信息安全等级保护技术大会,-1 怎么写网络营销的总结 重庆网站设计制作价格 2017网络安全大事件 政府对网络营销政策 中国网络安全网 上海信息安全服务资质咨询,-1 顺的品牌网站设计信息 定制网站与模板网站的主要区别 网络营销行为 网站的差异 番禺网站优化 建网站费用 销售型网站模板 熟人关系营销 自己弄个网站 2017网络安全大事件 信息安全体系是什么,-1 白帽学院 信息安全 2015信息安全报告制度 免费网站 太原网站建设 等级保护网络安全网站办公室 中央网络安全和信息... 网站维护说明