From 9ce0ee72528428d3fcaebff1d9ebf836565ddff1 Mon Sep 17 00:00:00 2001 From: Aditi Tripathi Date: Sat, 16 Oct 2021 03:25:12 +0530 Subject: [PATCH] made changes in the contact section like font of the placeholder, aligned the photo with the contact form i.e. matched the height as well as given proper magin to the submit button --- index.html | 2 +- style.css | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index fd8849f..5d9b2fb 100644 --- a/index.html +++ b/index.html @@ -273,7 +273,7 @@

Contact Us

Submit diff --git a/style.css b/style.css index 1d8b92c..49d3306 100644 --- a/style.css +++ b/style.css @@ -390,7 +390,7 @@ body { .contact-img img { display: block; - height: 400px; + height: 500px; width: 100%; object-position: center; object-fit: cover; @@ -410,9 +410,11 @@ body { padding: 1rem 0; box-shadow: none; outline: none; - margin-bottom: 1rem; + /* margin-bottom: 1rem; */ color: #444; font-weight: 500; + font-family: "Poppins", sans-serif; + font-size: 18px; } .form-container textarea { @@ -424,6 +426,10 @@ body { outline: none; padding: 1rem 0; resize: none; + font-family: "Poppins", sans-serif; + font-size: 18px; + font-weight: 500; + } .form-container h2 { @@ -431,10 +437,12 @@ body { font-weight: 500; color: #444; margin-bottom: 1rem; - margin-top: -1.2rem; + /* margin-top: -1.2rem; */ + margin-top: 45px; } .form-container a { + margin-top: 35px; font-size: 1.3rem; }