diff --git a/index.html b/index.html index 5e7870c..81eba7a 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ color: #20C20E; font-family: 'VT323', monospace; font-size: 16pt; - cursor: url('banana.png'), auto; + cursor: none; } html { @@ -52,6 +52,12 @@ font-size: 1rem; } + #banana { + position: absolute; + z-index: 2; + pointer-events: none; + } + #bonzi { position: absolute; transition: transform 0.8s; @@ -66,16 +72,16 @@ left: 50%; transform: translate(-50%, -50%); z-index: 0; - border: none; } +banana bonzi - + +