From e7b601699d27293f372eed7a47dfa2ff4d17a591 Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Tue, 11 Jan 2022 16:51:12 +0800 Subject: campaign border dashed 3px --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') 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; -- cgit 1.4.1-2-gfad0