From e5555a82ccbc3e0b4b027b6876dd256f67e129fc Mon Sep 17 00:00:00 2001 From: Vicwin13 Date: Thu, 28 Nov 2019 15:01:06 +0100 Subject: [PATCH 1/2] added --- index.html | 20 ++++++++++++++++++- styles/index.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 63f9228..462e541 100644 --- a/index.html +++ b/index.html @@ -298,7 +298,7 @@

- +

Contact Me

Far far away,behind the word mountains,far from the countries Vokalia and

@@ -329,6 +329,24 @@
WEBSITE

yoursite.com

+
+
+
+ Profile Pic +
+
+
+
+
+
+ + +
+
+ +
+ +
diff --git a/styles/index.css b/styles/index.css index 9aa4e5a..c89c227 100644 --- a/styles/index.css +++ b/styles/index.css @@ -692,3 +692,55 @@ margin-left: 50px .myskills{ margin-top: 500px } +/* some of thr contact code*/ +section.contact{ + margin-left: auto; + margin-right: auto; + width: 90%; + +} +section div.cform div.cpic img.cpic { + width: 420px; +} +div img.cpic{ + background-color: rgb(26, 26, 26); + margin-left: 170px; + background-size: cover; +} +div.cpic{ + height: 40%; +} +section.contact div.cform{ + display: flex; +} +section.contact div.form form.form{ + margin-top: 38px; + /* margin-left: 30px; */ + +} +input#send{ + padding: 25px; + width: 14em; + border-radius: 60px; + outline: none; + background-color: #ffbd39; + border: none; + font-weight: bolder; + +} +div.form{ + background-color: rgb(219, 219, 219); + width: 25em; + margin-left: 0%; + padding: 30px; + + +} +form.form{ + margin-bottom: 50px; +} +form input.form1{ + width: 30em; + height: 40px; +} + \ No newline at end of file From 85052dcc30daf28cc66acc9192af796c048d22c6 Mon Sep 17 00:00:00 2001 From: Vicwin13 Date: Thu, 28 Nov 2019 15:09:29 +0100 Subject: [PATCH 2/2] add --- styles/index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/styles/index.css b/styles/index.css index 011e598..4c76759 100644 --- a/styles/index.css +++ b/styles/index.css @@ -734,7 +734,6 @@ margin-left: 50px .myskills{ margin-top: 500px } -<<<<<<< HEAD /* some of thr contact code*/ section.contact{ margin-left: auto; @@ -787,7 +786,6 @@ form input.form1{ height: 40px; } -======= .contact-me{ width:900px; height:500px; @@ -821,4 +819,3 @@ form input.form1{ left:850px; margin-top: 50px; } ->>>>>>> ff72bbe187185a49636054023dba657294ee43ba