From 8bc4a7285f4a086fea0b509c87d771a7b82d167e Mon Sep 17 00:00:00 2001 From: Jinoytommanjaly Date: Mon, 8 Apr 2024 01:24:55 +0530 Subject: [PATCH] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9234657..f17834d 100644 --- a/index.html +++ b/index.html @@ -45,23 +45,23 @@ } label { - min-width: 100px; + min-width: 10px; text-align: right; } input[type="text"], input[type="date"] { - width: calc(26% - 10px); + width: calc(25% - 4px); box-sizing: border-box; } .date-inputs { display: inline-block; - margin: 0; + margin: 10; } button { - background-color: #007bff; + background-color: #339966; color: white; cursor: pointer; transition: background-color 0.3s ease; @@ -84,7 +84,7 @@ } th { - background-color: #007bff; + background-color: #006699; color: white; }