Skip to content

Commit b496318

Browse files
committed
details merged
2 parents d19263f + 9979eef commit b496318

4 files changed

Lines changed: 526 additions & 6 deletions

File tree

assets/css/styles.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.pelicula{
2+
width: 300px;
3+
height:350px;
4+
border:1px solid blue;
5+
margin: .2em;
6+
padding: .2em;
7+
}
8+
.iconohearth{
9+
color:red;
10+
}
11+
.pie{
12+
height: 5%;
13+
}
14+
.clasificacion{
15+
color: white;
16+
text-align: center;
17+
}
18+
.resumen{
19+
text-align: justify;
20+
font-size:medium;
21+
color:rgb(242, 242, 248);
22+
}
23+
.elenco{
24+
border-bottom:1px solid red;
25+
align-items: center;
26+
margin-bottom: 1px;
27+
padding: 2px;
28+
background-color:black;
29+
color: blanchedalmond;
30+
border-radius: 15px;
31+
}
32+
.titmodal{
33+
text-align: center;
34+
align-items: center;
35+
text-transform: uppercase;
36+
}
37+
.modalr{
38+
background: -webkit-linear-gradient(rgba(76, 148, 236, 0.94),rgba(181, 221, 5, 0.95)),url(../img/fondopelis.jpg);
39+
color:rgb(242, 242, 248);
40+
}
41+
.bs-example{
42+
margin: 20px;
43+
}
44+
.modal-dialog {
45+
max-width: 700px;
46+
}

assets/img/cine-1s.png

18.4 KB
Loading

assets/img/fondopelis.jpg

37.9 KB
Loading

0 commit comments

Comments
 (0)