From e7b8d668e3aa43047490af00418e1c689a1ff6f7 Mon Sep 17 00:00:00 2001 From: Sneha Rawat <142423437+sneharawat1404@users.noreply.github.com> Date: Sat, 20 Apr 2024 23:46:07 +0530 Subject: [PATCH] Update Heart_Report_Data.css --- .../Heart_Report_Data/Heart_Report_Data.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/homefiles/Heart_Report_Data/Heart_Report_Data.css b/homefiles/Heart_Report_Data/Heart_Report_Data.css index 5d55ddd..4e34b92 100644 --- a/homefiles/Heart_Report_Data/Heart_Report_Data.css +++ b/homefiles/Heart_Report_Data/Heart_Report_Data.css @@ -194,3 +194,21 @@ form .btn .btn-layer { left: -100%; } +.submit-button { + background-color: #4CAF50; /* Green background */ + border: none; + color: white; /* White text */ + padding: 15px 20px; /* Some padding */ + text-align: center; /* Centered text */ + text-decoration: none; /* No underline */ + display: inline-block; + font-size: 16px; + margin-top: 20px; /* Margin from the top */ + cursor: pointer; /* Cursor style */ + border-radius: 5px; /* Rounded corners */ + box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Shadow effect */ +} + +.submit-button:hover { + background-color: #45a049; /* Darker green when hovering */ +}