Initial commit
This commit is contained in:
42
template/start/footercss.php
Normal file
42
template/start/footercss.php
Normal file
@@ -0,0 +1,42 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user