Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 1.46 KB

contact-form.md

File metadata and controls

49 lines (45 loc) · 1.46 KB
layout title
page
Contact form

If you want to get in touch, please fill out the form below. I will get back to you as soon as possible.

<textarea type="text" name="content" rows="10" placeholder="Message"></textarea> <style> form.wj-contact input[type="text"], form.wj-contact textarea[type="text"] { width: 100%; vertical-align: middle; margin-top: 0.25em; margin-bottom: 0.5em; padding: 0.75em; font-family: monospace, sans-serif; font-weight: lighter; border-style: solid; border-color: #444; outline-color: #2e83e6; border-width: 1px; border-radius: 3px; transition: box-shadow .2s ease; } form.wj-contact input[type="submit"] { outline: none; color: white; background-color: #2e83e6; border-radius: 3px; padding: 0.5em; margin: 0.25em 0 0 0; border: 1px solid transparent; height: auto; } </style>