Skip to content

Instantly share code, notes, and snippets.

View formatCEnter's full-sized avatar

formatCEnter formatCEnter

  • Good
  • Tennessee
View GitHub Profile
@formatCEnter
formatCEnter / index.html
Created November 28, 2018 14:22
Survey Form
<h1 id="title">Help us understand what you're wanting to accomplish with your website.</h1>
<p id="description">This form will give us an idea of your vision, as well as serve as an initial checklist to make sure that all routine, but important, matters are considered. If you'd like to know more about what any item on this form means, please don't hesitate to call (555 8675-309). We're more than happy to walk through the questions with you, or even fill it out for you as we talk.</p>
<form id="survey-form">
<fieldset>
<legend>Contact Information *required:</legend>
<label id="name-label" for="name">*Name:
<input type="text" id="name" name="customer-name" placeholder="Your Name" required>
</label><br>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<style>
body {
background-color: PeachPuff;
font-family: Monospace;
color: green;
margin: 30px;