diff options
-rw-r--r-- | lovely/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lovely/style.css b/lovely/style.css index 28b0fc8..14fe6f8 100644 --- a/lovely/style.css +++ b/lovely/style.css @@ -19,13 +19,13 @@ body { } *: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 10s; + transition: all 60s; 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 10s; + transition: all 60s; transform: rotateX(480deg); border: 10px solid lime; } |