Add files via upload

This commit is contained in:
Fernando Méndez 2021-06-04 19:54:32 +02:00 committed by GitHub
parent 0b2bf81d0a
commit 2d5cf09b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View File

@ -373,7 +373,15 @@
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.cinemas {
height: 200px;
height: 250px;
}
.code.cinemas img {
margin: 0 0 0.2em 0;
width: 230px;
height: 130px;
display: block;
margin-left: auto;
margin-right: auto;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;

View File

@ -371,7 +371,15 @@ main img {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.cinemas {
height: 200px;
height: 250px;
}
.code.cinemas img {
margin: 0 0 0.2em 0;
width: 230px;
height: 130px;
display: block;
margin-left: auto;
margin-right: auto;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;

View File

@ -520,6 +520,7 @@
<div class='zoom'>
<a href='".$prefix."purchase?cinema=".$ids[$i]."'>
<div class='code cinemas'>
<img src='../img/sala1.jpg' alt='".$names[$i]."' />
<h2>".$names[$i]."</h2>
<hr />
<li>Dirección: ".$directions[$i]."</li>