Remove unused CSS for #cat-glow
This commit is contained in:
14
index.html
14
index.html
@@ -162,20 +162,6 @@
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
|
||||
/*maybe move this into the cat later*/
|
||||
#cat-glow {
|
||||
position: absolute;
|
||||
left: 50%; top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
border-radius: 50%;
|
||||
transition:
|
||||
box-shadow 0.5s cubic-bezier(.8,.2,.2,1),
|
||||
background 0.5s cubic-bezier(.8,.2,.2,1),
|
||||
opacity 0.4s;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="flex h-screen bg-white">
|
||||
|
||||
Reference in New Issue
Block a user