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;