From d031fe8146fd696d47f988ffbb970cab8c5d817c Mon Sep 17 00:00:00 2001 From: Rick <121335204+rickcomics@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:11:04 +0300 Subject: [PATCH] Update index.html --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 47923e4..89d48c1 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,16 @@ border-radius : .5rem .5rem .5rem; color : blue; } + .btn { + background-color: #04AA6D; /* Green */ + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; +}