Skip to content

Latest commit

 

History

History
87 lines (80 loc) · 1.75 KB

about.md

File metadata and controls

87 lines (80 loc) · 1.75 KB
layout title categories tags status type published meta
page
Feedback
publish
page
true

Feedback


Email Address

<p><b>Message</b></p>
<textarea placeholder="Your message" name="message"></textarea>
<input type="hidden" name="_subject" value="New message from kushi.me" />
<br />
<input type="submit" value="Submit">
<style type="text/css"> #contactform { padding-top: 30px; } #contactform input[type="email"] { width: calc(100% - 20px); height: 30px; font-size: 16px; padding: 10px; margin-bottom: 10px; } #contactform textarea { width: calc(100% - 30px); height: 100px; font-size: 16px; border: 1px solid #ccc; background-color: #fafafa; padding: 15px; resize: vertical; } #contactform input[type="submit"] { display: inline-block; width: 127px; height: 42px; background-color: #272727; color: white; font-weight: 600; font-style: normal; font-size: 14px; border: none; margin-top: 10px; cursor: pointer; } #leftCol { margin-bottom: 40px; margin-right: 30px; width: 100%; text-align: center; height: 700px; } @media screen and (min-width: 800px) { #leftCol { width: 40%; float: left; } } } @media screen and (min-width: 800px) { #rightCol { width: 55%; float: right; } } } </style>