diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 00:08:46 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-12 00:08:46 +0800 |
commit | f7bdc5d226d52813e06a2872cdac2ff21fb86c2c (patch) | |
tree | c6ff3bb880de90d765df158e93eef1304b733c85 | |
parent | 0f00cb54f2429ab08ed1a9e7794e21205e52802d (diff) | |
download | www-f7bdc5d226d52813e06a2872cdac2ff21fb86c2c.tar.gz |
smaller campaign
-rw-r--r-- | style.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/style.css b/style.css index 14ac226..a0d8fa4 100644 --- a/style.css +++ b/style.css @@ -91,14 +91,9 @@ a:active { display: block; border: 3px dashed red; transition: padding 1s, font-size 1s; -} -#campaign:hover{ - font-size: 300%; - transition: padding 1s, font-size 1s; animation-name: shake; animation-iteration-count: 1; animation-duration: 3s; - padding: 2ex; } .alarm { color: red; |