Files
slava.home/template/start/footercss.php
2025-11-07 20:53:17 +02:00

43 lines
563 B
PHP

#fclear{
clear: both;
top: -100px;
}
#footer {
height: 20px;
position: relative;
width: 90%;
border: 1px solid #0ffff0;
margin: 0px auto;
top: -110px;
}
.left-footer,
.right-footer,
.center-footer {
position: relative;
padding: 0px;
border: 1px solid #0ffff0;
}
.left-footer {
/*
left:-400px;
*/
float: left;
width: 30%;
}
.right-footer {
float: right;
width: 30%;
}
.center-footer {
/*
left:-400px;
*/
float: none;
width: auto;
overflow: hidden;
}