Fixed Footer CSS

19 Jan 2016
admin
1198
0
#footer {
   position: fixed;
   left: 0px;
   bottom: 0px;
   height: 100px;
   width: 100%;
   background: #ccc;
}