Initial commit

This commit is contained in:
2025-07-27 18:47:50 +03:00
parent ae1ed5b41b
commit d127006d9d
196 changed files with 72333 additions and 0 deletions

View 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;
}