Mejoradas las comprobaciones y la logica. Creadas las cookies. Cambiado la pagina de Notion por un link. Creados los scripts

This commit is contained in:
2021-05-21 23:03:56 -03:00
parent 9e76b31c6f
commit 2945a50e92
10 changed files with 119 additions and 651 deletions

View File

@@ -1,3 +1,7 @@
* {
user-select: none;
}
html {
font-family: Arial, Helvetica, sans-serif;
height: 100%;
@@ -66,4 +70,11 @@ a:hover {
-moz-transition: ease-in-out 0.4s;
-ms-transition: ease-in-out 0.4s;
-o-transition: ease-in-out 0.4s;
}
p {
border: white solid 2px;
margin: 80px;
color: white;
padding: 30px;
}