forked from Tiemoue/Movie-Trailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflix-description.css
61 lines (52 loc) · 916 Bytes
/
netflix-description.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
body {
margin: 0;
}
.container-flex {
display: flex;
flex-direction: column;
}
.container-flex-row {
flex-direction: row;
}
main {
padding-top: 72px;
min-height: 640px;
background: #f0f2f5;
}
.container {
margin: 0 auto;
padding: 10px 0;
position: relative;
width: 980px;
padding-bottom: 112px;
}
.card-container {
padding: 0 3px;
}
h1 {
font-family: SFProDisplay-Regular, Helvetica, Arial, sans-serif;
line-height: 32px;
width: 500px;
align-content: center;
padding: 0 500px;
margin-top: 16px;
}
h2 {
font-family: SFProDisplay-Regular, Helvetica, Arial, sans-serif;
line-height: 32px;
width: 500px;
align-content: center;
padding: 0 0 20px;
margin-top: 16px;
}
.title {
font-size: 28px;
font-weight:bold;
}
.description {
font-size: 21px;
font-weight: bold;
}
.fa {
padding: 0 100px;
}