"Family Circumstances"
Bootstrap 4.1.1 Snippet by robertkentish

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<form class="form-horizontal">
<fieldset>
<!-- Form Name -->
<legend class="col-form-title">Family Circumstances</legend>
<!-- Select Basic -->
<div class="form-group row">
<label class="col-md-4 col-form-label" for="year-of-entry">Family Circumstances</label>
<div class="col-md-4">
<select id="year-of-entry" name="year-of-entry" class="form-control">
<option value="AUS">Student lives with both mother and father</option>
</select>
</div>
</div>
<!-- Button -->
<div class="form-group row">
<label class="col-md-4 col-form-label" for="next"></label>
<div class="col-md-4">
<button id="back" name="back" class="btn btn-secondary">Back</button>
<button id="next" name="next" class="btn btn-primary">Save & Continue</button>
</div>
</div>
</fieldset>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.col-form-label {
color: #2A4A8D;
font-family: Lato,"helvetica neue",sans-serif;
}
.col-form-title {
color: #2A4A8D;
font-family: Lato,"helvetica neue",sans-serif;
font-weight: 400;
font-variant: small-caps;
}
.radio label {
padding-right: 30px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: