摘要:iframe javascript
阅读全文
文章分类 - css
摘要:bootstrap 3的navbar-brand默认是放文字的,如: <div class="navbar-header"> <a class="navbar-brand" href="#">Brand</a> </div> 也可以放图片,但必须是小图片: <div class="navbar-he
阅读全文
摘要:margin-bottom是底部边距的意思,不是靠底部对齐... 先将容器的position设为relative; 然后将这个div的的样式添加position:absolute; bottom:0;
阅读全文