Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

sticky footer bootstrap 3

<style>
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}
</style>
 
PREVIOUS NEXT
Tagged: #sticky #footer #bootstrap
ADD COMMENT
Topic
Name
2+8 =