css 在Bootstrap中将图像作为横幅放置的代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 在Bootstrap中将图像作为横幅放置的代码相关的知识,希望对你有一定的参考价值。

#banner{
        background-image: url('images/mac.jpg');
        min-height: 800px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height:100%;
    }

以上是关于css 在Bootstrap中将图像作为横幅放置的代码的主要内容,如果未能解决你的问题,请参考以下文章

在wordpress中将按钮放置在全宽和全高图像上

在 CSS 中使用 glyphicon 作为背景图像:rails 4 + bootstrap 3

在 UITableView 下方放置 iAd 横幅

带有 href css 动画(横幅)的图像不起作用(仅在 FireFox 中)

如何在 Bootstrap 中将图像居中?

在 CodeIgniter 中将资源(css/图像)放在哪里? [复制]