From 21da4dd48b7b7fabf1d91f0848f2165e58521c90 Mon Sep 17 00:00:00 2001 From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:57:17 +0530 Subject: [PATCH] Update index.html --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dbbcc365..03bab0af 100644 --- a/index.html +++ b/index.html @@ -835,6 +835,10 @@

Content

padding: 20px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); + display: flex; + flex-direction: column; + align-items: center; + margin: 30px; } #upload h2 { @@ -896,8 +900,7 @@

Content

#submit{ background-color: #876bb1; - margin-left: 40px; - margin-top: 20px; + margin: 20px; }