Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Fixed footer in Bootstrap

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Fixed #footer #Bootstrap
ADD COMMENT
Topic
Name
7+7 =