Page 1 of 1

Footer Copyright note with CSS

Posted: Fri Jul 30, 2010 4:21 am
by Saman

Code: Select all

.footer {
     color: #f0c;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     background-color: #c00;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 18px
}