页脚没有在Angularjs app中显示

时间:2017-09-26 16:50:11

标签: html css twitter-bootstrap

我不确定为什么<footer>没有显示在我正在构建的AngularJS应用上。

我在index.html页面上使用此代码

<footer class="page-footer"> 
    <div>
        <p>&copy; 2017 Company<span class="gap">-</span>All rights reserved</p>
    </div>
</footer>

CSS:

html, body {
    height: 100%;
}

.page-footer {
    position: absolute;
    bottom: 0;
    background-color: yellow;
}

我做错了什么?谢谢你的帮助。

0 个答案:

没有答案