-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 2.04 KB
/
index.html
File metadata and controls
48 lines (47 loc) · 2.04 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,300&family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<title>Hola</title>
</head>
<body>
<div class = "fondo">
<div class="parent">
<div class="borde">
<pre class="hola blanco">
<div>
██ ██ █████ ██ █████ :v:v :v:v
██ ██ ██ ██ ██ ██ ██ :v;v;v;v;v;v:v
███████ ██ ██ ██ ███████ :v;v;v;v;v:v
██ ██ ██ ██ ██ ██ ██ :v;v;v:v
██ ██ █████ ███████ ██ ██ :v
</div>
</pre>
</div>
<!--Invitacion-->
<div class="borde">
<h1 class = "TextoGrande blanco">Estas invitado/a a:</h1>
<p class = "TextoGrande multicolor">mi cumple :)</p>
</div>
<p class="TextoMediano coral italic"> Viernes en la casa de Josu</p>
<p class="TextoMediano blanco italic">8pm</p>
</div>
<button class="boton" onclick="redirect()">
<img src="boton.png">
</button>
</div>
<div class = "gifs">
<img class = "gif" src="gato1.gif" alt="GIF animado">
<img class = "gif" src="gato2.gif" alt="GIF animado">
</div>
<div class = "gifs">
<img class = "gif" src="man1.gif" alt="GIF animado">
<img class = "gif" src="casino_referencia.png" alt="GIF animado">
</div>
</body>