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
商务网站的网络安全网络营销服务专家网站建设技术俄罗斯 网络安全机构网络安全运维标准乌鲁木齐网站设计网站收录差网站链接数茂名做网站网站推广网站成都专业信息安全服务那些所谓的神灵,在外星人侵略我们家园的时候,他们在哪儿?在我们的亲朋好友,我们的战士在战场上抛头颅,洒热血的时候,他们又在哪里?现在他们高调的出现在我们的世界,什么狗屁人类存亡调查,人类的命运从来都是掌握在我们人类手中,就让我来守护这饱受摧残的世界,就让我岳龙跨越这天堑,神挡。。。我便杀神!简介 2021年,一种新型病毒扩散开来,将人变成了不会思考,只会吃人的怪物,人类正面对着空前的危机,社会遭受巨大变故。在嘈杂的魔都,上海,正处于大好年华的少男少女们(只是初二)如何在这个陌生而熟悉的社会中生存?面对自私、背叛、杀戮,他们会丧失生而为人的本性吗?一个月后的神秘无线电称可以让所有人得救,他们又该何去何从? “我不能死,我们都不能死,一个也不能少!”他背负着这样的使命,他必须利用这个力量,拯救所有人。如果人生可以重来,你会如何度过一生 这句话如果是穿越之前有人对江武说,江武肯定滔滔不绝说上一天 可穿越之后,还有人这么对他说的话,江武会告诉他,随便过。 因为江武的人生可以重来无数次……前世,努力,学习,只是为能在娱乐圈里有一席之地,被爱情抛弃,一场大醉之后穿越重生,没有高不可攀的背景,只有小人在都市里关于爱情和事业的奋斗励志。于是,用歌抒写人生,用歌表达爱情,关于亲情友情还有爱情的爱恨交加。娱乐公司不公平的签约?不好意思,不感兴趣?想我封杀?那是不存在的,我又不是歌手?没人找我写歌?没关系,我写小说总可以吧!爱情,不好意思,我不在乎你的过往,只在乎你的未来你有没有我?看男主如何在都市里演绎小人物的生存励志故事。”世界在重合!“常年游于被世界所抛弃的土地的汪洋惊道。在几乎无人涉足的巨大森林里竟有一个婴儿躺在地上,如树木的果实一般,不仅如此,在这森林之间,还有一座与之格格不入的村庄。诡异的事件不断的印证着汪洋的话。2403年,世界资源枯竭。各国形成整体,组成联合政府。联合政府统一了各国年代,各国的政府。因此,2403年又被称为2403时代。星空五年,人们发现了一个有生命的行星,这个行星上的人们任然是小农经济,没有步入工业时代。但他们其中却有奇怪的职业——武士。武士们会超艺,超艺能发出像幻觉、迅速等技能,让联合政府的科技无法匹敌。由此,一个充满危机的时代诞生了。当汪柯在玩《隐形守护者》点下第二个选项后,看着屏幕上结局达成的提示,整个人都斯巴达了,他竟然是个活不过三分钟的男人?带着这样的疑问,他被一个谍战求存直播系统丢到了魔改后的谍战世界,开始了他的求生直播。系统告诉他,他的任务很简单,只要活过一集就够了。苏凉穿越到玄幻世界,从此所到之处,鸡犬不宁 追瘸子骂哑巴,打疯子逗傻子,扒老太太裤衩子 无恶不作 仙界大能:他竟然把我镇宗功法印了整整十万份! 宗门少主:苏凉竟然把我活活搞成肾虚! 仙门圣子:欺人太甚!竟然把我与一头猪牵了本命姻缘线!害我爱上了一头猪! 天才圣女:谁看见他把我衣服偷到哪里去了? …… 这一次苏凉从大佬手里抢亲 彻底引爆了所有人对他的怒火夏归凡一觉醒来发现自己成为了一宗之主,解决了宗门危机之后,修为倒退,这时脑海中出现了一部法决《噬典圣诀》,能够吞噬记录法决、武技等的载体(书籍、竹简等),并对该法决或武技的熟练度即刻达到百分百圆满之境,那么这世间,万般武技和秘法没有什么是我夏归凡无法立即熟练的。 令夏归凡头疼的是,他这宗主收了七名女徒弟,个个人间绝色,但个个都不是省油的灯...... 本小说又名《穿越成为宗主》、《我名下都是女徒弟》、《女徒弟带着我无敌》、《我带着女徒弟无双》。明明只是想摆烂,活上一天算一天的严小狗,在一次狩猎结束后遇到了突然出现的颜小咩。 明明只想躺平,但生活一定要推着我往前走! 不管了不管了,活下去才是最重要的! 只要能活着,没饭吃了就去打猎,世界末日的话那就拯救世界好了! (这是一篇类似升级修炼的文,前面设定可能会比较多,如果大家感兴趣,可以坚持读一读哦~希望大家都能有不一样的体验) 作者想说的: 这是小萌新第一次尝试写作,肯定会有不足、不到位的地方。 希望各位大佬和读者大大们海涵,欢迎大家指正。 当然如果能给予一些支持就再好不过啦! 你们的支持是我坚持下去的最大动力! 十壹拜谢——
app网站公司 魔力象限 网络安全 成都专业信息安全服务 鹤壁网站优化 手机网站设计开发服务 鹤壁网站优化 南宁网站制作 中国网络安全国际峰会 海尔社会营销观念 用网络语做营销讲话 头脑混沌的咨询技巧【www.richdady.cn】 感情纠纷的情感重建方法有哪些?咨询【www.richdady.cn】 投资项目的前世记忆咨询【www.richdady.cn】 感情纠纷的自我提升【www.richdady.cn】 外灵的预防措施咨询【www.richdady.cn】 去世的母亲的影响分析咨询【微:qq383550880 】√转ihbwel 纠纷的法律咨询咨询【www.richdady.cn】√转ihbwel 前世缘份的缘分解读【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 无形干扰的前世记忆【σσЗ8З55О88О√转ihbwel 暗恋的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世案例咨询【σσЗ8З55О88О√转ihbwel 邪灵的驱除仪式咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的原因分析咨询【σσЗ8З55О88О√转ihbwel 不爱读书的解决方法咨询【微:qq383550880 】√转ihbwel 什么原因意外咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世因果化解方法【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世记忆咨询【企鹅383550880】√转ihbwel 网络安全推广好做吗 手机网站设计开发服务 魔力象限 网络安全 广西信息安全 俄罗斯 网络安全机构 烟台网站建设设计 什么是网络营销员 外销网站 苏州企业网站建设 金融网络安全案例 网络安全威胁分析报告 信息安全等级保护测评师考试 社会化网络营销的特征 软营销理论 邮件营销模板制作 录制营销视频 网站链接数 信息安全服务安全工程类一级资质 南宁网站制作 建网站怎么弄 网络安全视频培训课程 星巴克营销案例ppt 网络安全运维标准 营销搜测 网络软营销 茂名做网站 陕西网络营销公司哪家好国际网络安全比赛 网站推广网站 信息安全测评师 考试网络安全设备介绍 贵阳网站优化 国家信息安全测评信息安全服务资质 第四届广东省网络安全宣传周 信息安全的基本属性是______? 信息安全具有特性 长春网站设计 最新的网络安全产品 网站链接数 网站建设 选中企动力 2015年3月份信息安全 长沙百度做网站多少钱 客又来网络营销 2015年3月份信息安全 网络与信息安全西电 网络与信息安全管理 电商营销课程培训 销售营销软件 网站泛解析 网络安全威胁分析报告 傲盾信息安全管理 信息安全风险评估指南 gb 营销推广的目的 知名网站制作公司青岛分公司 网站建设方法 信息安全和信息管理 社会化网络营销的特征 网站更新了 南宁网站制作 email网络营销现状 邮件营销模板制作 营销组合的4p策略 网络安全测试软件 网站设计开发的难点 信息安全等级保护测评师考试 德州网站建设 魔力象限 网络安全 免费微网站 网站没权重 傲盾信息安全管理 互联网企业信息安全 魔力象限 网络安全 网站个性化定制服务 上海科技 信息安全,-1 网络安全条例 翻墙 网站个性化定制服务 应该双网站 微信的网络营销 家居企业网站建设平台 网络与信息安全西电 中国网络安全国际峰会 信息安全的基本属性是______? 长春网站设计 互联网 和 网络营销 淄博那里有做网站的 建网站怎么弄 成都网络安全 优设网站 迅腾科技-专注网络安全 网络营销的相关案例 网络与信息安全管理 工控网络安全学院 俄罗斯 网络安全机构 网站制作性价比哪家好 网络营销学科论文 知识营销 网络营销成本核算 科站网站中国信息安全证书 考试,-1 关于加强国家电子政务工程建设项目信息安全风险评估工作的通知 网络安全测试软件 东莞营销型网站建设 重庆有哪些营销公司 公司营销效果怎么样的 办公室 信息安全工作 1)小米用了哪些网络营销方式 陕西网络营销公司哪家好国际网络安全比赛 海尔社会营销观念 地产平台网站模板 软营销优缺 第四届广东省网络安全宣传周 flash网站制作 太原建立网站 软营销理论 淄博网站建设有实力 营销组合的4p策略 网络信息安全综合实验平台 宁夏做网站 信息安全工程.,-1 深圳电子商城网站建设 2011年网络安全事件 成都专业信息安全服务 网络安全法立法 云南网站开发 信息安全等级保护方案院校,-1 淄博网站建设有实力 衡水网站建设最新报价 网络安全条例 翻墙 地产平台网站模板 用网络语做营销讲话 网站开发合同 关于建网站新闻 录制营销视频 网站建设的 网络营销定价是什么 APP营销特点 高端的佛山网站建设 免费微网站