added box around form [needs more work]

This commit is contained in:
joates 2014-09-18 00:04:10 +01:00
parent 72e667143e
commit f9cf570268
2 changed files with 10 additions and 6 deletions

View file

@ -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>

View file

@ -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>