diff --git a/index.html b/index.html index 06fe02d..eeccdc6 100644 --- a/index.html +++ b/index.html @@ -309,7 +309,7 @@

- +

Contact Me

Far far away,behind the word mountains,far from the countries @@ -341,6 +341,24 @@

WEBSITE

yoursite.com

+
+
+
+ Profile Pic +
+
+
+
+
+
+ + +
+
+ +
+ +
diff --git a/styles/index.css b/styles/index.css index 7a4071d..4c76759 100644 --- a/styles/index.css +++ b/styles/index.css @@ -734,6 +734,58 @@ 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; +} + .contact-me{ width:900px; height:500px;