-
Notifications
You must be signed in to change notification settings - Fork 0
/
onboarding4.html
42 lines (33 loc) · 1.16 KB
/
onboarding4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Computer Prototype</title>
<script src="engine.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
<style>
.button1 {
display:block;
position: absolute;
height:25%;
bottom: 0%;
right: 50%;
transform: translate(50%, 0%);
}
</style>
</head>
<body>
<div class="container">
<h1 id="slogan1" class="display-4">Way <b>Back</b></h1>
<br>
<p id="slogan2">Now we'll try an object <i>below</i> your cursor.</p>
<p id="slogan2">Notice that it's muffled and quiet, but it gets clearer as your cursor approaches.</p>
<p id="slogan2">You can think of this sound as coming from <b>behind you.</b></p>
<p id="slogan2">Click the button on the bottom of the screen to continue.</p>
</div>
<a id="button-tut" class="button1" style="width: 95%;" href="onboarding5.html" role="button"></a><br>
</body>
</html>