-
Notifications
You must be signed in to change notification settings - Fork 6
/
101.html
86 lines (77 loc) · 3.43 KB
/
101.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron text-center">
<p>The Quest Begins</p>
</div>
<div class="container well">
<form >
<div class="row">
<div class="col-sm-12 well" style="background:white">
<p>Question</p>
</div>
</div>
<div class="row well" style="background-color:#BDFBFF">
<div class="col-sm-12">
<label><input type="radio"name="indoor-outdoor">The Walt Disney World Railroad is a 3-foot (914 mm) narrow-gauge American heritage railroad and attraction that encircles most of the Magic Kingdom theme park of Walt Disney World in Bay Lake, Florida. Constructed by WED Enterprises, it has three train stations along 1.5 miles (2.4 km) of track, and four historic steam</label>
</div>
</div>
<div class="row well" style="background-color:#BDFBFF">
<div class="col-sm-12">
<label><input type="radio"name="indoor-outdoor">The Walt Disney World Railroad is a 3-foot (914 mm) narrow-gauge American heritage railroad and attraction that encircles most of the Magic Kingdom theme park of Walt Disney World in Bay Lake, Florida. Constructed by WED Enterprises, it has three train stations along 1.5 miles (2.4 km) of track, and four historic steam</label>
</div>
</div>
<div class="row well" style="background-color:#BDFBFF">
<div class="col-sm-12">
<label><input type="radio"name="indoor-outdoor">The Walt Disney World Railroad is a 3-foot (914 mm) narrow-gauge American heritage railroad and attraction that encircles most of the Magic Kingdom theme park of Walt Disney World in Bay Lake, Florida. Constructed by WED Enterprises, it has three train stations along 1.5 miles (2.4 km) of track, and four historic steam</label>
</div>
</div>
<div class="row well" style="background-color:#BDFBFF">
<div class="col-sm-12" >
<label><input type="radio"name="indoor-outdoor">The Walt Disney World Railroad is a 3-foot (914 mm) narrow-gauge American heritage railroad and attraction that encircles most of the Magic Kingdom theme park of Walt Disney World in Bay Lake, Florida. Constructed by WED Enterprises, it has three train stations along 1.5 miles (2.4 km) of track, and four historic steam</label>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-4">
<button class="btn btn-block btn-primary"type="submit">Prev</button>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-4">
<button class="btn btn-block btn-danger"type="submit">Prev</button>
</div>
<div class="col-sm-4"></div>
</div>
</div><div class="col-sm-4">
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
<div class="col-sm-4">
<button class="btn btn-block btn-primary"type="submit">Prev</button>
</div>
</div>
</div>
</div>
</form>
</div>
</body>
</html>