summary refs log tree commit diff stats
path: root/lovely
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 20:26:32 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 20:26:32 +0800
commitdeedc3b23d0619cf8cdc1ea1a8900bb16eec97bf (patch)
treeb6b3ceb1edcdb4ef2867453fa47b1fd04480efa1 /lovely
parentf2b9d4a7955fe42dca4eeeb159c6d0dadcac6e6d (diff)
downloadwww-deedc3b23d0619cf8cdc1ea1a8900bb16eec97bf.tar.gz
yay
Diffstat (limited to 'lovely')
-rw-r--r--lovely/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/lovely/style.css b/lovely/style.css
index c6362ae..34f20aa 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -4,7 +4,7 @@ body {
 	font-family: sans-serif;
 	margin: 3%;
 	line-height: 1.4;
-	text-shadow: -3px 0 red, 0 3px lime, 3px 0 yellow, 0 -3px blue;
+	text-shadow: -1px 0 red, 0 1px lime, 1px 0 yellow, 0 -1px blue;
 }
 body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{
 	padding: 2px;
@@ -172,6 +172,7 @@ html {
 
 p {
   cursor: help;
+  animation: spin 1s linear infinite; 
 }
 /*
   slowly grow text
@@ -247,7 +248,7 @@ html, body {
 }
 
 html {
-  perspective: 0;
+  perspective: 5000;
 }
 
 body {