From c90bd838b7d5438ba66ab6ba920425e1ff2664fa Mon Sep 17 00:00:00 2001 From: veepanshu-kasana Date: Fri, 8 Nov 2024 08:51:00 +0530 Subject: [PATCH] style: improve form layout and button appearance --- sell.html | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/sell.html b/sell.html index caf22d6..786a208 100644 --- a/sell.html +++ b/sell.html @@ -248,6 +248,29 @@ width: 100%; align-items: center; text-align: left; + margin-bottom: 10px; + padding: 20px; + } + + #form-input { + width: 450px; + padding: 8px 12px; + border-bottom: 4px; + border: 1px solid #e2e8f0; + background-color: white; + } + + #form-input2 { + width: 450px; + padding: 8px 12px; + border-bottom: 4px; + border: 1px solid #e2e8f0; + background-color: white; + } + + .form-label { + margin-right: 10px; + padding-left: 60px; } form label { @@ -1010,7 +1033,8 @@

Sell Bus Ticket

- + + @@ -1031,14 +1055,15 @@

Sell Bus Ticket

- - + +
+
- - + +