From 0e969e4e90c00100bac80ed8be254fd9f6f339ba Mon Sep 17 00:00:00 2001 From: AKHIL-DyC Date: Fri, 26 Apr 2024 23:31:18 +0530 Subject: [PATCH] uifix --- index.html | 1 + style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index a6d35a4..1ae6793 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@

Open Source Coding

+

Digital Clock with Stopwatch and Timer

Clock

diff --git a/style.css b/style.css index e9188a0..cd8d2d5 100644 --- a/style.css +++ b/style.css @@ -42,6 +42,8 @@ i { margin-top: 15px; border-radius: 10px; transition: all 0.3s ease; + background-color: rgba(255, 255, 255, 0.15); + box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); } .wrapper:hover { box-shadow: none; @@ -69,6 +71,8 @@ i { .btns { margin-top: 20px; gap: 10px; + display: flex; + justify-content: center; } .btn { padding: 10px 20px;