From ce606ac48fb638df7b2bf0b723fdf3166b04e5c5 Mon Sep 17 00:00:00 2001 From: RobertHeaton <57216759+RobertHeaton@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:16:57 +0100 Subject: [PATCH] Update 4.css --- 4.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/4.css b/4.css index c8a785a..7ec82a6 100644 --- a/4.css +++ b/4.css @@ -10,14 +10,18 @@ body { p{ margin-left:10px; } -a{ +a.pan{ color: #0077ff; text-decoration: underline; cursor: pointer; } -a:hover{ +a.pan:hover{ color:#000000; } +a.btn{ + transition: 0.1s all linear; + cursor: pointer; +} .spacer{ margin-top:10px;