-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathultimate-hexagon.html
35 lines (31 loc) · 1.61 KB
/
ultimate-hexagon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ultimate Hexagon</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body style="background-image:url(images/blurhexa.jpg); background-size: cover;">
<div class="topcontainer">
<h1 style="color: #11999e; font-family: 'Montserrat Subrayada', sans-serif;">Ultimate Hexagon</h1>
</div>
<div class="row">
<div style="" class="">
<img src="images/hexagonemenu.png" alt="" class="rounded float-start" >
<img src="images/hexagon.jpeg" alt="" class="rounded mx-auto d-block" style="transform: rotate(90deg);">
<img src="images/gameover hexagone.png" alt="" class="rounded float-end">
</div>
</div>
<h2 style="margin: 80px 20px 20px;">About Game?</h2>
<p style="color: #c9cbff;">Make use of ⬅️ ➡️ sticks to revolve circle around dodging the incoming hexagons,
Be careful as screen will rotate slowly as the game progresses and whenever a hexagon comes the screen will shake,
making it a tad-difficult. This game will make use of your hand-eye coordination very efficiently,
It will test your peripheral vision.
</p>
<p><strong style="color: #c9cbff; font-size: 30px">Best of Luck!</strong></p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>