Viewing file: footer.php (1.28 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="generator" content="RocketCake"> <title></title> <style type="text/css"> a { color:#5D5D9E; } a:visited { color:#5D5D9E; } a:active { color:#5C615E; } a:hover { color:#B2B3B4; } #footer { position:absolute; bottom:0; width:100%; height:60px; /* Height of the footer */ background:#6cf; } </style> <style> .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: red; color: white; text-align: center; } </style> </head> <br> <br> <br> <br> <br> <body style="background-color:#FFFFFF; padding:0; margin: 0;"> <div style="text-align:left;" class="footer"> <div style="vertical-align: top; position:relative; display: inline-block; width:100%; min-height:42px; background-color:#FF8040; background: linear-gradient(to bottom, #FF8080, #FF8040); " id="container_26be2b"> <div style="margin: 10px; display: block; " id="container_26be2b_padding" > <div style="text-align:left;"> <span style="font-size:12pt; font-family:Arial, Helvetica, sans-serif; color:#000000; ">All Right Reserved by www.itce.co.in</span> </div> </div> </div> </div> </body> </html>
|