Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to put link at bottom of page html

<div class="bottom_link">Any link in Bottom - Right</div>

div.bottom_link {
    position:fixed;
    bottom:0px;
    right:0px;
    height:20px;
    width:auto;
    padding:10px;
    background-color:red; 
    color:white;
}
 
PREVIOUS NEXT
Tagged: #put #link #bottom #page #html
ADD COMMENT
Topic
Name
5+8 =