summary refs log tree commit diff stats
path: root/lovely/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-12 19:12:30 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-12 19:12:30 +0800
commitedfe53a03ab2aba482a8fa7f448c7a0903bc9ea3 (patch)
tree2b6b11e5675d2c365a326491e3ad0ce8160598e5 /lovely/style.css
parentdd006cd5f2018c85a2a0e81de4304a6c2e022f59 (diff)
downloadwww-edfe53a03ab2aba482a8fa7f448c7a0903bc9ea3.tar.gz
just a bit more haunted
Diffstat (limited to 'lovely/style.css')
-rw-r--r--lovely/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/lovely/style.css b/lovely/style.css
index 8451e96..28b0fc8 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -14,18 +14,18 @@ body {
 	padding: 2px;
 	animation-name: rotate;
 	animation-iteration-count: 1;
-	animation-duration: 3s;
+	animation-duration: 5s;
 	border: 2px dotted gray;
 }
 *:hover, body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover {
 	perspective: 500px;
-	transition: all 1s;
+	transition: all 10s;
 	border: 2px dotted red;
 	transform: rotateX(150deg);
 }
 *:hover, body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active {
 	perspective: 500px;
-	transition: all 1s;
+	transition: all 10s;
 	transform: rotateX(480deg);
 	border: 10px solid lime;
 }