体がフッターを伸ばしすぎて困っています。
私の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