From 7c9a7ab9cc719cb5e7569fdc7515a9d3bcc5d2b0 Mon Sep 17 00:00:00 2001 From: Resham Saipranathi <164533685+reshamsai150@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:49:10 +0530 Subject: [PATCH] reduced the size of button --- css/contact.css | 7 +++++++ css/contactus.css | 9 +++++++++ index.html | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/css/contact.css b/css/contact.css index 651dbc36..3d2ad409 100644 --- a/css/contact.css +++ b/css/contact.css @@ -45,4 +45,11 @@ } .footer a:hover { color: #0056b3; +} +#comment{ + padding: 10px; + /* margin-top: 50px; */ + margin-left: 4px; + margin-top: 35px; + margin-bottom: 20px; } \ No newline at end of file diff --git a/css/contactus.css b/css/contactus.css index 770e7a77..c49974d9 100644 --- a/css/contactus.css +++ b/css/contactus.css @@ -164,6 +164,7 @@ form textarea { #comment { border-bottom: 1px solid; + margin-top:15px; } @@ -192,8 +193,16 @@ form textarea { color: #FF7D1F; cursor: pointer; font-size: 1rem; + width: 100px; + display:flex; + padding-left:20px; +margin-left: 190px; } #button:hover { background-color: #333; +} +#button .button1 { + margin-left:200px; + color:red; } \ No newline at end of file diff --git a/index.html b/index.html index ca11657c..4a1ee4d5 100644 --- a/index.html +++ b/index.html @@ -1246,8 +1246,8 @@