From 53a64c1a83a895778d4bf70e8eac7081b12f2bd0 Mon Sep 17 00:00:00 2001 From: RAJU KUMAR Date: Sat, 20 May 2023 22:22:29 +0530 Subject: [PATCH] Update style.css add css for Button on event link in Event section of index page --- assets/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 47b7b45..b09ec09 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -59,10 +59,18 @@ a { } a:hover { - color: #6c7afa; + color: #ffffff; text-decoration: none; } +botton{ + font-size:24px; + font-weight:bolder; + border-radius:5px; + border:1px solid red; + background-color: red;" +} + h1, h2, h3,