-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstart_inicio.html
executable file
·40 lines (38 loc) · 1.34 KB
/
start_inicio.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
<!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.0">
<link rel="stylesheet" href="./css/style.css" />
<title>Pa-coders</title>
</head>
<body>
<main id="pageStart" style="display:flex">
<section class="titulo-alto-naranja">
<div class="recuadro-mandarina">
<h1 class="title">Pa-Coders</h1>
</div>
</section>
<section class="pac-medio">
<div class="circulo-azul">
<div class="circulo-naranja">
<div class="circulo-rosa">
<div class="circulo-negro">
<div>
<img class="pac-medio-inicio" alt="imagen de pacman" class="pacman-centro" src="./images/Pacman.svg">
</div>
</div>
</div>
</div>
</div>
<div class="modo-historia">
<h3>MODO HISTORIA</h3>
</div>
</section>
<section class="btn-start-bajo">
<a href="index.html" id="startGame" class="start-game-btn" >start</a>
</section>
</main>
</body>
</html>