Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make smth be in the bottom of the page css

#footer {
    position: fixed; // position: absolute; is also okay
    bottom: 0; // this is how far the element stays from the bottom of the page
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #smth #bottom #page #css
ADD COMMENT
Topic
Name
2+2 =