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
网络安全法 检查个人适合建什么网站首都信息安全网网络信息安全 期刊信息安全发展历程龙岗 网站建设深圳信科网络协议与网络安全信息安全测评中心 待遇全平台营销网站模板怎么用前世顶级杀手转生异界骷髅?! 诡异书页 ,神秘纹路,脑中突然出现的那是什么... 隐秘如一团团迷雾笼罩。 前所未有的异界大陆,阿尔伯特睁开了眼睛。 ”我的士兵,帮助你们的王铲除掉来犯的蝼蚁!” “你管眼前这个叫蝼蚁?!” 阿尔伯特的异界冒险,开始了!一个出生在名门的腹黑小子,一座关乎大陆人妖魔生死存亡的大阵,一群热血儿女的恩怨情仇。以一个阵法天才的成长为主线贯穿整部小说,讲述了男主是如何从一个一心想要逍遥快活过小日子的人在历经各种恩怨情仇之后成长为大陆脊梁,最终在人妖魔三族大战的关键时刻挽救整个大陆的故事。小说前期主要以人物成长为主,后期随着大陆大战的展开,开始进入大兵团作战、大型战争场面的描写。魔王,陨落了;没有一点痕迹,然而待他苏醒之日,群魔觐见,俯首称臣。天界,人界,魔界都因他而战栗。一次次阴谋,一个个谜团,都需要鲜血才能显现,在人间,他会卷起怎样的风暴。这最终的谜团,他是否又能解开穷了十好几代,你告诉我叶家有个仙尊老祖? 叶不凡不得已,牵着牛儿,开始了一段弑仙屠魔的之旅! 修炼我又快又猛,杀人我又猛又快! 惹到了萧家?大武朝最鼎盛的修真家族? 那得说声抱歉了,因为主角外挂已到货! 纳尼,老祖下线? 不要紧,都不要紧,我和牛儿冲上仙罡杀天尊! 我们给自己描绘了这样一个世界:这里充满爱与繁华,人与自然和谐相处。然而,梦想中的世界与现实中的世界截然不同。干旱的土地、被毁的房屋、逝去的生命……满目疮痍,处处都是仇恨留下的痕迹……到底是僵尸厉害呢?还是吸血鬼厉害呢?如果真的有僵尸和吸血鬼,两者又会有什么样的碰撞呢。我所以为的自由并不是真的自由,因为在我的每个人生道路前都有那么一个人在推动,事实上我也不确定我接下来走的路会是什么样的,因为,我从来没有真正做主过。出生农村的我,小学出众,初中还行,高中普通,最后高考一个普通的211,不知为何,我回到了初三毕业的那一年……遇见了那个惊艳我今生的她这是一个纷乱的年代,朝廷只顾扩张版图,谁不服就把他打服,但残暴的统治只会招来无休止的反抗,在饥饿与贫穷交织,瘟疫与压迫并行之下,也不知有多少支义军揭竿而起,为了民族大义,为了平等和自由,抑或只为一口饱饭而战。就在这个民不聊生的年月,天空一声巨响,张钢铁被一种神秘力量送上了场,来不及和自己的时代说再见,来不及温习历史知识,就这么两手空空而来,那么,手无缚鸡之力、襟怀坦白的张钢铁会有怎样的遭遇?被无情的大时代生吞活剥?被冷血的江湖人随意宰割?还是凭借过人的勇气和胆识杀出一条血路? 欢迎点评前三部《张钢铁相亲记》、《张钢铁哄娃记》、《张钢铁撞鬼记》,均已完结。李贤穿越了,来到一个叫大秦皇朝的世界。 别人穿越要么成为皇帝,要么成为富家子,可我却成了个太监! 还好拥有金手指,能够让我变回真正的男人。 本想就这样苟在皇宫内逍遥快活,可世事难料,皇位更迭灾祸蔓延到了整个大秦。 奸臣当道、外敌入侵。 眼看着自己的快乐生活被打破,李贤只好站出来。 诛邪、斩妖、扫黑、除恶... 誓死守护大秦,保护后宫三千佳丽。
宣传网络安全广告 网络安全属性 网络协议与网络安全 网络安全评测机构 任丘做网站 360信息安全大赛 建行手机网站 简约的网站 网络安全漏洞网站 网站曝光率 冤亲债主的化解方法咨询【www.richdady.cn】 前世老婆的识别方法【www.richdady.cn】 孩子厌学的家庭教育咨询【www.richdady.cn】 冤亲债主的定义【www.richdady.cn】 耳鸣的医学检查【www.richdady.cn】 与女友前世的前世案例【σσЗ8З55О88О√转ihbwel 自闭症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲在哪咨询【企鹅383550880】√转ihbwel 存不住钱的原因分析【企鹅383550880】√转ihbwel 外灵干扰的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰与解脱咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的法律援助【www.richdady.cn】√转ihbwel 如何了解自己的前世今生?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的阅读环境咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的因果关系【www.richdady.cn】√转ihbwel 前世缘份的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的表现咨询【www.richdady.cn】√转ihbwel 感情纠纷的解决方法咨询【www.richdady.cn】√转ihbwel 耳鸣的前世记忆【www.richdady.cn】√转ihbwel 网络营销完善经营策略网络信息安全防护体系 第九届全国信息安全大赛 网络营销有哪几种 上海公司做网站 网络安全的第一道防线是 郑州医疗网站建设 网络安全ver.3 行业平台网站建设 速卖通如何做营销策略 内蒙古网站设计 天枢信息安全协会 网站模板怎么用 如何使用陌陌进行网络营销 即时通讯工具营销 360信息安全大赛 天津网站建设怎么样 网络上营销推广代理 全网营销销售 单位网络安全搭建 水利网络与信息安全体系建设基本技术要求 4a平台从账号是指网络安全管控平台账号还是应用系统账号 网络安全漏洞网站 高特效网站 如何使用陌陌进行网络营销 中山建网站 装饰公司网站建站网络安全从业者必读 东莞做网站的公司有哪些 windows server运行.net网站和php网站 顺德门户网站建设公司 网络信息安全监察 苏州做网站公司 重庆做网站重庆网站建设重庆网络推广重庆网络公司 如何用网络营销的方法有哪些 临朐做网站 网络营销有哪几种 北京公司网站建设报价 西安网站维护 网络营销完善经营策略网络信息安全防护体系 网站一跳率 郴州网站建设 做网站价格 第九届全国信息安全大赛 网络营销手机软件 网络信息安全 期刊 物理安全与信息安全 云建网站 广州网络安全培训 维护网站 上海公司做网站 网络营销销售方案 南昌网络安全 单位网络安全搭建 网络营销完善经营策略网络信息安全防护体系 国网计算机信息安全,-1 云建网站 大良营销网站建设平台 郑州医疗网站建设 网络营销环境 见网站建设客户技巧 营销图片 网络营销可以分为 网络安全ver.3 网络安全周启动.大连做网站的公司有哪些 东莞网站建设平台 中山建网站 行业平台网站建设 使用网络安全的公司 你对网络安全怎么看 工业信息安全培训课程 网站模板的好处 网络安全审计配置文档 网络安全与攻防专业 智能制造网络安全 搜索营销的主要模式 建行手机网站 淘宝网商营销策略分析 整形美容医院网络营销 天枢信息安全协会 中国国家信息安全中心待遇 网络安全漏洞网站 大连企业网站建站 B2B网站系统 2月17 国家信息安全 物理安全与信息安全 如何使用陌陌进行网络营销 网络营销网站建设 企业网站制作 徐州 首都信息安全网 基于通用评估准则的it产品信息安全威胁与安全措施建模方法研究 即时通讯工具营销 温州网站建设联系电话 网络营销的分销渠道 企业营销网 网络安全实际案例分析 全平台营销 基于通用评估准则的it产品信息安全威胁与安全措施建模方法研究 郴州网站建设 javascript实现网站顶部出现几秒后图片缓慢消失的效果 网络营销环境 网络营销课程培训 信息安全发展历程 广州网络安全培训 2016中国网络安全事件 水利网络与信息安全体系建设基本技术要求 信息安全类比赛 专题网站建设策划 第四网络安全周 网络营销手机软件 专业网站建设 杜蕾斯 社交媒体营销案例 软件信息安全方案 信息安全能进什么单位 网络安全培训报道 健身器械网站建设案例 网络营销渠道的效用 整形美容医院网络营销 206 网络营销考试卷 网络安全实施细则 首都信息安全网 大莲网站建设公司 email营销的基本要素 做网站价格 营销 服务 免费网站建设下载 厦门网站建设企业 广工信息安全 网站到期了 全平台营销 网络协议与网络安全 网络安全的第一道防线是 宁波网站设计 高特效网站 娃哈哈的网络营销 虹口做网站 网站设计风格