-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1.03 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<title>Desert Bug - CSS Game</title>
<link href="game.css" rel="stylesheet">
</head>
<body>
<!-- http://codepen.io/Tuxosaurus/pen/jPeRqg -->
<div class="Screen">
<div class="GameOver">
<p>Please visit <a href="https://desertbus.org/">Desert Bus For Hope</a> and <a href="http://www.desertbus.fr/">DesertBus de l'espoir</a></p>
</div>
<div class="Game">
<div class="Grid Grid--offsetLeft Grid--offset3"></div>
<div class="Grid Grid--offsetLeft Grid--offset2"></div>
<div class="Grid Grid--offsetLeft Grid--offset1"></div>
<div class="Grid Grid--offsetMiddle"></div>
<div class="Grid Grid--offsetRight Grid--offset1"></div>
<div class="Grid Grid--offsetRight Grid--offset2"></div>
<div class="Grid Grid--offsetRight Grid--offset3"></div>
<div class="Road">
<div class="Bus"></div>
</div>
</div>
</div>
</body>
</html>