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 1/3] 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 @@

Contact Us

- - +
+ From 74914cb9f53f0da381b34422fd96de3d4da42d09 Mon Sep 17 00:00:00 2001 From: Resham Saipranathi <164533685+reshamsai150@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:11:57 +0530 Subject: [PATCH 2/3] changed the alignment of contact us div --- css/contactus.css | 9 ++++++--- index.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/contactus.css b/css/contactus.css index c49974d9..e67f80d6 100644 --- a/css/contactus.css +++ b/css/contactus.css @@ -10,6 +10,7 @@ body { align-items: center; margin: 50px auto 100px; gap: 200px; + } @@ -202,7 +203,9 @@ margin-left: 190px; #button:hover { background-color: #333; } -#button .button1 { - margin-left:200px; - color:red; + + +.main{ + margin-left:100px; + } \ No newline at end of file diff --git a/index.html b/index.html index 4a1ee4d5..dc139ebb 100644 --- a/index.html +++ b/index.html @@ -1239,7 +1239,7 @@

Contact Us

- + From cbc29f9a803d348f9f5f9ddb604ca75b6a315286 Mon Sep 17 00:00:00 2001 From: Resham Saipranathi <164533685+reshamsai150@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:58:42 +0530 Subject: [PATCH 3/3] made proper alignmnet of comment div --- css/contactus.css | 9 +++++++++ index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/contactus.css b/css/contactus.css index e67f80d6..5c042b26 100644 --- a/css/contactus.css +++ b/css/contactus.css @@ -208,4 +208,13 @@ margin-left: 190px; .main{ margin-left:100px; +} + /* margin for comment div */ +#comment{ + margin-bottom:15px; + margin-left:155px; +} + +.container #comment{ + margin-left:10px; } \ No newline at end of file diff --git a/index.html b/index.html index dc139ebb..d6bc4fff 100644 --- a/index.html +++ b/index.html @@ -1241,7 +1241,7 @@

Contact Us

- +