作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 reactstrap 构建一个像这样的粘性页脚组件 example但我找不到专用的页脚组件。
唯一的另一种方法是只使用 html:
<footer class="footer">
<div class="container">
<span class="text-muted">Place sticky footer content here.</span>
</div>
</footer>
问题是上面没有选择我的 .footer
类。那是一个不同的问题,但现在我只想知道是否有更好的方法。
页脚仅在 Cards 中定义
最佳答案
class
而是使用 className
属性。通常它会抛出一个错误。sticky-footer-navbar.css
文件,默认情况下编译代码不提供该文件。你必须在他们的 Github 源代码上得到它之后自己包含它 Sticky Footer Navbar CSS Source Code 关于javascript - 如何在 reactstrap 中制作页脚组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52038110/
我是一名优秀的程序员,十分优秀!