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 @@