]>
Commit | Line | Data |
---|---|---|
1 | <!DOCTYPE HTML> | |
2 | ||
3 | <html> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
6 | <meta charset="utf-8" /> | |
7 | <meta name="author" content="Ruben Beltran del Rio" /> | |
8 | <meta name="description" content="Generador de Insultos" /> | |
9 | <title>Generador de Insultos</title> | |
10 | <style> | |
11 | * {padding: 0; margin: 0;} | |
12 | ||
13 | body { | |
14 | display: flex; | |
15 | align-items: center; | |
16 | height: 100vh; | |
17 | width: 100vw; | |
18 | } | |
19 | ||
20 | .insult { | |
21 | font-size: 72px; | |
22 | font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
23 | font-weight: bold; | |
24 | color: #000023; | |
25 | width: 100%; | |
26 | text-align: center; | |
27 | } | |
28 | </style> | |
29 | </head> | |
30 | <body> | |
31 | <div class="insult">{{insult}}</div> | |
32 | </body> | |
33 | </html> |