Fix alignment and z-index in index.html
This commit is contained in:
@@ -168,10 +168,10 @@
|
||||
background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%);
|
||||
position: absolute;
|
||||
left: 50%; top: 50%;
|
||||
transform: translate(-50%, -60%); /* feinjustieren */
|
||||
transform: translate(-50%, -60%);
|
||||
width: 120px; height: 80px;
|
||||
pointer-events: none;
|
||||
z-index: 1; /* Katze muss drüber sein */
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
transition:
|
||||
box-shadow 0.5s cubic-bezier(.8,.2,.2,1),
|
||||
|
||||
Reference in New Issue
Block a user