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
信息安全等级保护银行网络安全作业平台珠海专业医疗网站建设河池网站建设南京营销型网站信誉好的龙岗网站建设商城网站都有什么功能花呗营销公安网络安全部门手机网站模板开发传统营销策略的优点是大千世界,精彩绝伦,少年江辰不甘平淡,修炼篡改少年命,逆境险象皆环生,敢于苍天试比高,敢与大地撼乾坤,蜕凡涅槃终成圣,问鼎苍穹诛魔尊!他只身闯荡上海,从一个乡下“小赤佬”混到租界督察长,成了上海风云一时的人物。 1938年8月18日,上海南京路上,几位报童在拼命地叫喊着:“快报!快报!特大新闻,陆大奎被刺杀身亡!快报!快报!”以此来招来顾客。 ...... 昨天下午3点光景,中央旅社三楼的一间房间里。青纱帐中,陆大奎光着身子正在与三姨太调情。“叮铃铃”突然电话铃声响起。陆大奎说了句:你奶奶的。伸手去接电话。 陆大奎不情愿地:喂!我就是。 听到对方强硬的口气,陆大奎的脸顿时阴沉下来,脸上的肌肉也开始绷紧。 陆大奎搁下电话,心中疑惑不定。上次打了蒋介石外甥俞洛民的一句耳光后,被淞沪警备司令部抓去坐了几天班房,好不容易托人求情捐了一架飞机才了事。今天又打来电话,肯定不会有好事。 陆大奎心神不安地赶紧起床,穿好衣服,带了一名保镖急匆匆地出了门。刚跨出中央旅社大门才几步时,迎面射来一串子弹,陆大奎和他的保镖还来不及拔枪抵抗,就倒在了血泊之中…… 剑尘,江湖中公认的第一高手,一手快剑法出神入化,无人能破,当他与消失百年的绝世高手独孤求败一战之后,身死而亡。 死后,剑尘的灵魂转世来到了一个陌生的世界,并且飞快的成长了起来,最后因仇家太多,被仇家打成重伤,在生死关头灵魂发生异变,从此以后,他便踏上了一条完全不同的剑道修炼之路,最终成为一代剑神。 《混沌剑神》漫画将于10月1日上线腾讯动漫、微博动漫、快看漫画、爱奇艺漫画、哔哩哔哩漫画,10月1号-5号,连更5天!之后每周三、周六更新,自带金手指的剧情设定,你一定不能错过! 本书实力体系,由低至高——圣者,大圣者,圣师,大圣师,大地圣师,天空圣师,圣王,圣皇,圣帝。 了解更新情况,请关注微信公众号:xinxingxiaoyao110 或者微信公众号搜索:心星逍遥一位东方的金融奇才,却因手下的背叛,被迫留在中国,为有朝一日,惩治叛徒,找回失去的东西,他“厉兵秣马”,暗暗积蓄实力,就这样,短短不到一年,他便迅速崛起,然而,这崛起之路,却因守护爱情和友情,变得跌宕起伏,由此,一场场争斗便拉开了帷幕…《殖民计划》是台湾光谱公司在1996年开发的一款集模拟建设、经营、战斗为一体的策略类游戏。游戏中的地点是火星开发,主人公拽无痕从一个寂寂无名的小人物,逐渐发展成为富甲一方的城市富翁,故事从这里开始了……战争、掠夺、同化、我们在不同的世界探索,我们见证着文明的交替。 我们是见证者,但我们也参与其中,有人说我们是血腥的屠夫,有人说我们是光明的使者,我们不被善恶所定义,我们只是不顾一切的幸存者。 一起见证吧,这一个个荒诞的世界,也许有一天,这一切就会发生在你身边。 “准备好,一会就要动手了。” 啪,一朵微弱的火苗突然驱散了黑暗。 “搞什么呢,都要动手了,谁还要抽烟,快把打火机灭掉。” “什么打火机,这是魔法!魔法!火球术你懂不懂?” (原创副本+荒诞主义+无厘头,小清新误入,未成年人请在老司机陪同下观看。)在这修仙世界,谁又能主宰这一切?轮回更替,人才辈出。天才也好,平凡也罢,在这个混沌初开的时代,活着,才能继续谱写属于自己的传记。那一百年间断的历史,就由我来探寻。天师林寻欢穿越到了大唐,大白天独闯大唐王宫,成就天下第一的威名!之后收三大神童李白,杜蝮,王昶凌为徒,此三人后来分别成就一代剑仙,剑圣和剑神之名,从而演绎出一部波澜壮阔的大唐侠义传奇故事。虎石台的月光,上个世纪末期一代人的回忆……主角:年休思 无CP 2044年,天降异象,天下大乱,六界融合,各个种族为了争夺生存资源而争斗不休。 人类在生存环境发生巨大变化的情况下,也产生了自我进化,人类之中的一小部分人有了神赐予的能力,被称为神赐。 神明居于天地之外,垂眸看天地干戈,慈悲怜悯终究只是幻想,大道至公,神明不会插手。 天地不仁,以万物为刍狗。 年休思是创世神,不只是人世间,还有天地万物。大道繁衍不休,天地的齿轮旋转,当年风流潇洒的创世神落入人间,经历多少轮回,来到了这个乱世。 终究是命中注定。 年休思生于斯长于斯,将自己在人世间的经历确认为自己的主体意识,偏向于人类,依赖于其自身的实力,最终使天地正位,六界分割,万物和谐,天下大同。
建公司网站要多久 安阳网站建设 网络营销的句子 娃哈哈营销市场分析 软件资质 信息安全认证 保定 营销型网站建设 网络安全类证书 网络安全工作动态 台州网站建设 台州建网站 升迁障碍的前世因果咨询【www.richdady.cn】 如何改善精神不振的状态【www.richdady.cn】 孩子压力大的案例分享咨询【www.richdady.cn】 升迁障碍的职场策略有哪些?咨询【www.richdady.cn】 学习成绩差的案例分享【www.richdady.cn】 与老公前世的因果关系咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的原因分析【www.richdady.cn】√转ihbwel 如何克服升迁障碍?【企鹅383550880】√转ihbwel 感情纠纷的情感重建方法有哪些?咨询【微:qq383550880 】√转ihbwel 头脑混沌的心理调适【企鹅383550880】√转ihbwel 冤亲债主干扰对生活有哪些影响?【企鹅383550880】√转ihbwel 感情纠纷的心理调适咨询【σσЗ8З55О88О√转ihbwel 暗恋的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份如何影响事业发展?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的生活习惯咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的前世记忆咨询【企鹅383550880】√转ihbwel 查财运专业服务【企鹅383550880】√转ihbwel 改善亲子关系的技巧咨询【企鹅383550880】√转ihbwel 家庭关系的前世记忆【σσЗ8З55О88О√转ihbwel 用自己电脑做网站 dns 校园网信息安全 服务营销缺点 网络安全作业平台 珠海门户网站建设 金融 信息安全标准化技术委员会,-1 客服信息安全的培训 惊艳的网站 网站关键词排名 安阳网站建设 技术保障及网络安全 dell网络安全 2016网络安全国际会议 重庆网络营销服务公司 山西省信息安全大赛 信息安全等级保护依据 网络安全类证书 营销包含哪些 效益型营销 病毒性营销案例视频 网络营销策划书结构 dell网络安全 外贸营销型网站 信息安全产品的规定 2014年中国计算机网络安全年会 电脑信息安全 惊艳的网站 网络广告整合营销 android网络安全开发 管理网络安全的部门 广州网络信息安全,-1 开展信息安全风险评估要做的准备有 营销包含哪些 行业app营销 建公司网站要多久 镇江网站建设公司 软件资质 信息安全认证 广州网络信息安全,-1 营销的对象 网络营销常用词网络安全怎么检测 技术保障及网络安全 三只松鼠网络营销目标 温州做网站哪家好 网络安全 个人信息安全 太原建网站的公司 网络安全 活跃 论坛 北京建设网站图片 郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 内容营销的原则 模板网站不利于seo吗 网络营销具备的知识 问答营销案例是什么 网站营销公司 信息安全领导小组 国家信息安全保护测评 信息安全产品的规定 信息安全等级保护依据 山西省信息安全大赛 上海高端网站设计 网络安全法与信息安全 龙华响应式网站建设 惠州网站开发公司电话 网站类型有 银川网站开发公司 安阳网站建设 创意网站建设公司 西安信息安全培训 关于网络营销的调查 计算机网络安全的信息 网络营销具备的知识 网络安全最新资讯 信息安全人才培养计划 山东网络安全技术大赛 网络安全售后服务方案 wap网站开发 济南网络安全培训中心 郑州最好的网站建设 网站制作 价格 创意网站建设公司 无线网络安全事件 系统信息安全 网络营销的句子 树莓派 信息安全 网站建设优化服务如何 效益型营销 网络信息安全风险解决方案 网络安全法与信息安全 信息安全能进什么单位 个性化建网站定制 首届cog信息安全论坛 公安网络安全部门 信息科技有限公司网站建设 上海的广告公司网站建设 android网络安全开发 做个网站多少钱 网页设计中网站上面的元素一个个跳出来像放幻灯片一样js 金融 信息安全标准化技术委员会,-1 网站办公室 全网市场营销有限公司 南京营销型网站 对于网络信息安全不仅个人要防范 树莓派 信息安全 美强化网络安全新法案 网络营销策划书结构 电脑信息安全 上海大传网络安全技术有限公司 模板网站与定制网站的区别 dell网络安全 中山 网站制作 商城网站都有什么功能 网站办公室 佛山网站制作公司 社会化营销 微信的网络营销价值 网络安全主题网站 网络营销英文ppt 重庆网络营销服务公司 福州优化营销 营销包含哪些 网络安全主题网站 dur网络安全小组 计算机网络安全的信息 银川网站开发公司 保定 营销型网站建设 失败的营销策划案例分析 电脑信息安全 山东省信息安全大赛,-1 校园网信息安全 重庆网络营销服务公司 网络信息安全风险解决方案 无线网络安全事件 开展信息安全风险评估要做的准备有 台州网站建设 首届cog信息安全论坛 自已建网站