Terminado el HTML y CSS de las paginas de ERROR y de SUCCESS. Añadida la pagina de Notion al proyecto

This commit is contained in:
2021-05-21 19:13:19 -03:00
parent 9b8a533548
commit 9e76b31c6f
10 changed files with 788 additions and 18 deletions

17
logic/styles.css Normal file
View File

@@ -0,0 +1,17 @@
html {
height: 100%;
background-color: rgb(177, 65, 31);
font-family: Arial, Helvetica, sans-serif;
user-select: none;
}
h2 {
margin: 30px;
color: white;
}
h3 {
margin: 30px;
color: #f4f4f4;
}