-
Notifications
You must be signed in to change notification settings - Fork 0
/
DieHard1.css
98 lines (80 loc) · 1.12 KB
/
DieHard1.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
background-color: green;
color: red;
display: flex;
justify-content: center;
}
.topText {
text-align: center;
}
.navbar {
display: flex;
align-content: center;
}
.switch {
width: 100px;
height: 50px;
background-color: gray;
color: white;
border-radius: 20px;
margin-bottom: 50px;
}
.parentContainer {
display: flex;
width: 100%;
height: 500px;
}
.DH1POSTER {
display: block;
height: 60vh;
padding: 4%;
/* margin-left: 100px; */
}
.DH2POSTER {
display: none;
}
.DH3POSTER {
display: none;
}
.filmcopy {
float: left;
}
.textBox1 {
border: solid 2px black;
display: block;
text-align: center;
padding: 10%;
align-self: center;
/* margin-top: 300px; */
}
.textBox2 {
display: none;
}
.textBox3 {
display: none;
}
.empty {
width: 20%;
}
.dh1cast {
display: block;
width: 60vw;
/* height: 40vh; */
}
.dh2cast {
display: none;
}
.dh3cast {
display: none;
}
#DH3T {
display: none;
}
#DH2T {
display: none;
}
#DH1T {
display: block;
/* width: 25vw; */
height: 40vh;
}