我的身体将页脚伸展得太远时遇到了麻烦。
我的 CSS:
body{
background-color:#EDEDED !important;
background-image:url('http://static.lukepolo.com/public/assets/img/broken_noise.png') !important;
}
body > .container{
min-height:100%;
}
html, body {
height: 100%;
}
footer{
padding:10px;
background-image:url('http://static.lukepolo.com/public/assets/img/broken_noise.png') !important;
color:white;
}
footer p{
display:inline-block;
}
我的 HTML:
<div class="container">
</div>
<footer>
<?php echo $footer;?>
</footer>
这是我的链接: http: //lukepolo.com/blog