| layout |
page |
| title |
Contact Us |
| permalink |
/contact/ |
<title>Contact Us</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.container {
max-width: 400px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.fs-frm {
margin: 0;
}
.form-field {
margin-bottom: 20px;
width: 95%;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="text"],
input[type="email"],
textarea {
width: 100%;
max-width: 100%; /* This adjustment ensures the fields don't exceed the container */
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
textarea {
resize: vertical;
}
.submit-button {
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
cursor: pointer;
}
.submit-button:hover {
background-color: #0056b3;
}
</style>
Please use the form below to get in touch with us.
Full Name
Your Email Address
School
Message
<textarea rows="5" name="message" id="message" placeholder="Please write us a message and we will get back to you ASAP!" required></textarea>
Submit