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

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

Loading…
Cancel
Save