Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add footer at bottom of page

#footer {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 60px;   /* Height of the footer */
   background: #6cf;
}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #add #footer #bottom #page
ADD COMMENT
Topic
Name
7+4 =