1
0
Fork 0

added box around form [needs more work]

2015
joates 10 years ago
parent 72e667143e
commit f9cf570268

@ -21,18 +21,20 @@
</ul> </ul>
<br /><br /><br /> <br /><br /><br />
<ul class="nav nav-list">
<form> <form>
<fieldset> <fieldset>
<legend>JOIN US</legend> <legend>JOIN US</legend>
<label>Enter your email..</label> <label class="text-info">Enter your email..</label>
<input type="text"> <input type="text">
<span class="help-block">we'll send you info about future events</span> <span class="help-block">we'll send you info about future events</span>
<label class="checkbox"> <label class="checkbox text-info">
<input type="checkbox"> attending Paris2014? <input type="checkbox"> attend Paris2014
</label> </label>
<button type="submit" class="btn">Send</button> <button type="submit" class="btn">Send</button>
</fieldset> </fieldset>
</form> </form>
</ul>
</div> </div>

@ -21,18 +21,20 @@
</ul> </ul>
<br /><br /><br /> <br /><br /><br />
<ul class="nav nav-list">
<form> <form>
<fieldset> <fieldset>
<legend>JOIN US</legend> <legend>JOIN US</legend>
<label>Enter your email..</label> <label class="text-info">Enter your email..</label>
<input type="text"> <input type="text">
<span class="help-block">we'll send you info about future events</span> <span class="help-block">we'll send you info about future events</span>
<label class="checkbox"> <label class="checkbox text-info">
<input type="checkbox"> attending Paris2014? <input type="checkbox"> attend Paris2014
</label> </label>
<button type="submit" class="btn">Send</button> <button type="submit" class="btn">Send</button>
</fieldset> </fieldset>
</form> </form>
</ul>
</div> </div>

Loading…
Cancel
Save