-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathending.html
53 lines (44 loc) · 2.18 KB
/
ending.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KOZZ QUIZ</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:300,400,600,700|Open+Sans:300,400,600,700"
rel="stylesheet">
<script src="https://kit.fontawesome.com/f4bf10d3c2.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="CSS/font.css" type="text/css" rel="stylesheet">
<link href="CSS/animationsSize.css" type="text/css" rel="stylesheet">
<link href="CSS/button.css" type="text/css" rel="stylesheet">
<link href="CSS/bootstrap-overrides.css" type="text/css" rel="stylesheet">
</head>
<body>
<section id="question2" class="p-4 bg-blue">
<div class="d-flex flex-column justify-content-center align-items-center text-center">
<div class="display-6 heading-font mb-3">Awesome adventure!
</div>
<div class="display-6 heading-font mb-3">You got 2 questions out of 2 right!
</div>
<div class="d-flex flex-row max-width align-items-center justify-content-center p-3 mx-auto bg-blue">
<img src="Images/Idea.PNG">
<div class="d-none d-md-flex">
</div>
</div>
<div class="display-6 heading-font mb-3">More daring adventures are yet to come!
</div>
<div
class="d-flex flex-row heading-font max-width align-items-center justify-content-center p-3 mx-auto bg-blue">
<a href="#" button
class="btn btn-faded btn-cozy display-8 heading-font rounded-100 text-white p-3">Maybe later
</a>
<img src="https://video-public.canva.com/VAEJyoG5qTU/v/664bb31503.gif"
class="bookAnimation-size mx-auto mb-1">
<div class="d-none d-md-flex">
</div>
<a href="categories.html" button class="btn btn-cozy display-8 heading-font rounded-100 text-white p-3">
Venture Now
</a>
</div>
</section>
</body>