diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 18:47:33 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 18:47:33 +0800 |
commit | dd006cd5f2018c85a2a0e81de4304a6c2e022f59 (patch) | |
tree | 009c57a122f1577dc71692ee4f2a2c1a880b76b5 /lovely/style.css | |
parent | 5bc65f72546e30e3f75a496f43df19d73ef88efd (diff) | |
download | www-dd006cd5f2018c85a2a0e81de4304a6c2e022f59.tar.gz |
asterisk
Diffstat (limited to 'lovely/style.css')
-rw-r--r-- | lovely/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lovely/style.css b/lovely/style.css index 5d818ea..8451e96 100644 --- a/lovely/style.css +++ b/lovely/style.css @@ -10,20 +10,20 @@ body { margin: 3%; line-height: 1.4; } -body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{ +*, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol{ padding: 2px; animation-name: rotate; animation-iteration-count: 1; animation-duration: 3s; border: 2px dotted gray; } -body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover { +*: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; border: 2px dotted red; transform: rotateX(150deg); } -body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active { +*: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; transform: rotateX(480deg); |