Add files via upload
This commit is contained in:
parent
bb9fad9192
commit
e4e8d4075f
@ -21,7 +21,7 @@ h1, h2, h3, h4 {
|
|||||||
color: #dadada;
|
color: #dadada;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.header img {
|
.header img {
|
||||||
width: 11px;
|
width: 11px;
|
||||||
@ -118,6 +118,17 @@ table a{
|
|||||||
width: 33.33%;
|
width: 33.33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Left column */
|
||||||
|
.column.left {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Right column */
|
||||||
|
.column.right {
|
||||||
|
float: right;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Clear floats after the columns */
|
/* Clear floats after the columns */
|
||||||
.row:after {
|
.row:after {
|
||||||
content: "";
|
content: "";
|
||||||
@ -127,7 +138,7 @@ table a{
|
|||||||
|
|
||||||
/* Responsive layout: makes the three columns stack on top of each other instead of next to each other */
|
/* Responsive layout: makes the three columns stack on top of each other instead of next to each other */
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.column.side, .column.middle {
|
.column.side, .column.middle, .column.left, .column.right{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -173,6 +184,35 @@ table a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Sketches */
|
||||||
|
.sketches{
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
line-height: 1.25em;
|
||||||
|
padding: 1em 1em;
|
||||||
|
overflow-x: auto;
|
||||||
|
background: #1f2c3d;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
.sketches h1, h2, h3, h4 {
|
||||||
|
color: #d3ebff;
|
||||||
|
}
|
||||||
|
.sketches img{
|
||||||
|
width: 550px;
|
||||||
|
height: 550px;
|
||||||
|
}
|
||||||
|
.sketches .description {
|
||||||
|
color: #d3ebff;
|
||||||
|
}
|
||||||
|
/* Responsive layout */
|
||||||
|
@media (max-width: 1150px) {
|
||||||
|
.sketches img{
|
||||||
|
width: 100%;
|
||||||
|
height: 75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Form */
|
/* Form */
|
||||||
form {
|
form {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -38,7 +38,8 @@
|
|||||||
<div class="sketches">
|
<div class="sketches">
|
||||||
<img src="../img/inicio.png" />
|
<img src="../img/inicio.png" />
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Pantalla de inicio.</p>
|
<h4>Pantalla de inicio.</h4>
|
||||||
|
<p>Pantalla de bienvenida al entrar en la web.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -46,7 +47,7 @@
|
|||||||
<div class="sketches">
|
<div class="sketches">
|
||||||
<img src="../img/peliculas.png" />
|
<img src="../img/peliculas.png" />
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Pantalla de inicio.</p>
|
<h4>Pantalla de inicio.</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -56,7 +57,7 @@
|
|||||||
<div class="sketches">
|
<div class="sketches">
|
||||||
<img src="../img/cine.png" />
|
<img src="../img/cine.png" />
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Pantalla de inicio.</p>
|
<h4>Pantalla de inicio.</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -64,7 +65,7 @@
|
|||||||
<div class="sketches">
|
<div class="sketches">
|
||||||
<img src="../img/mapa_asientos.png" />
|
<img src="../img/mapa_asientos.png" />
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Pantalla de inicio.</p>
|
<h4>Pantalla de inicio.</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user