diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/style.css b/style.css index c28690f..6f88687 100644 --- a/style.css +++ b/style.css @@ -88,14 +88,15 @@ a:active { color: red; display: block; border: 1px solid red; - transition: font-size 3s, transform 0.3s; + transition: padding 1s, font-size 1s; } #campaign:hover{ font-size: 200%; - transition: font-size 0.3s, transform 0.3s; + transition: padding 1s, font-size 1s; animation-name: shake; - animation-iteration-count: 3; - animation-duration: 1.2s; + animation-iteration-count: 1; + animation-duration: 3s; + padding: 10ex; } .alarm { color: red; |