-
Notifications
You must be signed in to change notification settings - Fork 0
/
DieHard2.css
102 lines (85 loc) · 1.31 KB
/
DieHard2.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
99
100
101
102
body {
background-color: black;
color: orange;
display: flex;
flex-direction: column;
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;
flex-direction: row;
height: 20x;
}
.DH1POSTER {
display: none;
}
.DH2POSTER {
align-content: center;
border: 2px solid white;
display: block;
padding: 5%;
width: 50vw/* margin-left: 200px; */
}
.DH3POSTER {
display: none;
}
.trailers {
border: solid 2px white;
width: 60vw;
align-items: center;
}
.textBox1 {
border: solid 2px black;
display: none;
}
.textBox2 {
border: solid 2px white;
display: block;
text-align: center;
padding: 10%;
color: white;
width: 75vw;
/* margin-top: 150px; */
align-self: center;
margin-right: 200px;
}
.textBox3 {
display: none;
}
.dh1cast {
display: none;
}
.dh2cast {
display: block;
width: 25vw;
height: 40vh;
}
.dh3cast {
display: none;
}
#DH1T {
display: none;
}
#DH2T {
display: block;
width: 100%;
/* height: 40vh; */
}
#DH3T {
display: none;
}