Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-12 15:54:13 +02:00
committed by GitHub
parent 1b64bce911
commit 4339a5db1e
10 changed files with 33 additions and 45 deletions

View File

@ -6,7 +6,7 @@
/* Headers */
h1, h2, h3, h4 {
color: #363636;
color: #d3ebff;
text-transform: uppercase;
margin: 0;
padding: 0;
@ -328,13 +328,6 @@
text-align: center;
height: 250px;
}
.code.info #register{
border: 1px solid#d3ebff;
}
.code.info #register:hover {
color: #1f2c3d;
background-color: #d3ebff;
}
.code.showtimes{
height: 600px;
}

View File

@ -327,9 +327,6 @@ main img {
text-align: center;
height: 250px;
}
.code.info #register{
border: 1px solid#d3ebff;
}
.code.showtimes{
height: 600px;
}