diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:51:12 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:51:12 +0800 |
commit | e7b601699d27293f372eed7a47dfa2ff4d17a591 (patch) | |
tree | 8708a4f38f05c2d4256ec501d609c744d333b3af /style.css | |
parent | acfaef3df46bbaa43200891c0435b2e0cecbcaf3 (diff) | |
download | www-e7b601699d27293f372eed7a47dfa2ff4d17a591.tar.gz |
campaign border dashed 3px
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css index 608cb43..1109ed5 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,7 @@ a:active { #campaign { color: red; display: block; - border: 1px solid red; + border: 3px dashed red; transition: padding 1s, font-size 1s; } #campaign:hover{ @@ -90,7 +90,7 @@ a:active { animation-name: shake; animation-iteration-count: 1; animation-duration: 3s; - padding: 10ex; + padding: 4ex; } .alarm { color: red; |