-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbyers_movie_site.css
60 lines (59 loc) · 1.44 KB
/
byers_movie_site.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
*{
box-sizing: border-box;
}
body {
padding-top: 80px;
background-color: #f7f7f7;
}
#trailer .modal-dialog {
margin-top: 200px;
width: 640px;
height: 480px;
}
.container {
margin-top: 10px;
width: auto;
padding: 0px 150px 0px 150px;
}
.banner {
height: 70px;
padding: 10px;
background-color: #3D3D3D;
box-shadow: 0px 2px 2px 0px black;
}
.navbar-brand {
font-size: 40px;
font-weight: bold
}
.hanging-close {
position: absolute;
top: -12px;
right: -12px;
z-index: 9001;
}
#trailer-video {
width: 100%;
height: 100%;
}
.movie-tile {
padding-top: 20px;
width: 400px;
height: auto;
}
.movie-tile:hover {
background-color: #EEE; #tile hover cover
cursor: pointer;
}
.scale-media {
padding-bottom: 56.25%;
position: relative;
}
.scale-media iframe {
border: none;
height: 100%;
position: absolute;
width: 100%;
left: 0;
top: 0;
background-color: white;
}