This commit is contained in:
2024-09-27 12:03:00 +02:00
parent cd72306438
commit be2d98e47d
3 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
@keyframes zoomOut {
0% {
transform: scale(1.1);
transform: scale(1);
}
100% {
transform: scale(1.3);

View File

@@ -1,7 +1,7 @@
#home{
#background-animated {
// display: none;
display: none;
position: absolute;
top: 2000px;
left: 280px;