Adding portal animation to cube

This commit is contained in:
Dan 2026-01-08 09:17:23 +00:00
parent ae073fddce
commit 832bf2d34d
4 changed files with 191 additions and 44 deletions

View file

@ -187,12 +187,12 @@
}
.background-cube {
position: absolute;
left: 10%;
bottom: 10%;
width: 300px;
position: fixed;
left: 5%;
bottom: 5%;
width: 150px;
z-index: -1;
transform: rotate(5deg);
.heart-icon {
font-size: 2em;