How to create interactive static Footer

How to  create  interactive static Footer 


html {
    height: 100%;
}
body{
    position: relative;
    height: 100%;
    min-height: 100%;
}
.main-wrapper{
    min-height: 100%;
    position: relative;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}


   
       
           

               
               

           
        </
   


Comments

Popular posts from this blog

Module Bundel

Power of async and Promise