-
Notifications
You must be signed in to change notification settings - Fork 0
/
bullet.html
70 lines (50 loc) · 1.54 KB
/
bullet.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Interesting</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"
integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw"
crossorigin="anonymous">
</head>
<link rel="stylesheet" type="text/css" href="bulletcss.css">
<script src="http://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script type="text/javascript" src="bulletjs.js"></script>
<body>
<div class="screen">
<div style="
position: fixed ;
width: 191%;
height: 40%;
font-size: 2.5em;
margin-left: -103px;
margin-top: -114px;">Proud owner of <span style="color: cyan"> Bullet classic 500 cc :)</span> </div>
<div style="
position: fixed ;
width: 191%;
height: 40%;
font-size: 2.5em;
color: yellow ;
margin-left: -103px;
margin-left: -163px;
margin-top: -224px;"> This deserves a unique page ! What do you think ? </div>
<div class="bike-screen">
<div class="bike">
<div class="left-handle"></div>
<div class="right-handle"></div>
<div class="headlight"></div>
<div class="left-suspension"></div>
<div class="left-support"></div>
<div class="right-suspension"></div>
<div class="right-support"></div>
<div class="body"></div>
<div class="wheel"></div>
</div>
</div>
<div class="road"></div>
</div>
</body>
</html>