Add files via upload
This commit is contained in:
parent
0b2bf81d0a
commit
2d5cf09b61
@ -373,7 +373,15 @@
|
|||||||
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
||||||
}
|
}
|
||||||
.code.cinemas {
|
.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 {
|
.code.promo img {
|
||||||
margin: 0.1em 0 0.8em 0;
|
margin: 0.1em 0 0.8em 0;
|
||||||
|
@ -371,7 +371,15 @@ main img {
|
|||||||
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
||||||
}
|
}
|
||||||
.code.cinemas {
|
.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 {
|
.code.promo img {
|
||||||
margin: 0.1em 0 0.8em 0;
|
margin: 0.1em 0 0.8em 0;
|
||||||
|
@ -520,6 +520,7 @@
|
|||||||
<div class='zoom'>
|
<div class='zoom'>
|
||||||
<a href='".$prefix."purchase?cinema=".$ids[$i]."'>
|
<a href='".$prefix."purchase?cinema=".$ids[$i]."'>
|
||||||
<div class='code cinemas'>
|
<div class='code cinemas'>
|
||||||
|
<img src='../img/sala1.jpg' alt='".$names[$i]."' />
|
||||||
<h2>".$names[$i]."</h2>
|
<h2>".$names[$i]."</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<li>Dirección: ".$directions[$i]."</li>
|
<li>Dirección: ".$directions[$i]."</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user