From 75c2904af571361481c0f936c9a4df8249086d04 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 3 Mar 2016 09:55:10 -0500 Subject: [PATCH] Added contact form. --- css/style.css | 21 +++++++++++++++++++++ index.html | 12 +++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4abf771..121ca8f 100644 --- a/css/style.css +++ b/css/style.css @@ -119,6 +119,27 @@ header a { line-height: 1.4; } +/* +* Contact me +*/ + +#contactme form textarea { + width: 100%; + height: 100px; + resize: none; +} + +fieldset { + border: none; +} + +textarea, input { + font-family: inherit; + font-size: inherit; + box-shadow: 0 0 3px #a1a1a1; + border: none; +} + /* * Footer */ diff --git a/index.html b/index.html index d54f967..6152133 100644 --- a/index.html +++ b/index.html @@ -71,8 +71,18 @@