Bootstrap 3 Template

This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.

HTML

<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">

      <form action="#donate#" method="post" name="donate">
         <label for="fname">
                  First Name<span class="text-danger">*</span>
                </label>
                <input class="form-control" name="fname" required style="margin-bottom: 1em" type="text"/>
                <label for="lname">
                  Last Name<span class="text-danger">*</span>
                </label>
                <input class="form-control" name="lname" required style="margin-bottom: 1em" type="text"/>
                <label for="phone">
                  Phone Number<span class="text-danger">*</span>
                </label>
                <input class="form-control" name="phone" required style="margin-bottom: 1em" type="text"/>
                <label for="email">
                  Email Address<span class="text-danger">*</span>
                </label>
                <input class="form-control" name="email" required style="margin-bottom: 1em" type="text"/>
                <label for="cause">
                  Where would you like to donate?<span class="text-danger">*</span>
                </label>
                <input class="form-control" name="CAUSE" required style="margin-bottom: 1em" type="text"/>
          <input class="btn btn-primary" type="submit" value="Donate to FERV"/>
          </form>

CSS

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');

body {
    margin: 10px;
}

JavaScript

/* Latest compiled and minified JavaScript included as External Resource */