-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmovies.css
More file actions
69 lines (62 loc) · 962 Bytes
/
movies.css
File metadata and controls
69 lines (62 loc) · 962 Bytes
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
html, body {
height: 100%;
background: #fff;
}
body {
font-family: "Roboto", sans-serif;
font-weight: 300;
width: 1000px;
margin: 0 auto;
border-left: 1px solid black;
border-right: 1px solid black;
}
/*.everything {
margin: auto auto;
}*/
.title {
margin: 0 auto;
padding-top: 25px;
font-family: "Lora";
font-weight: 600;
font-size: 40px;
width: 900px;
}
.paragraph {
width: 900px;
margin: 20px auto 30px auto;
font-family: "Lora";
font-size: 15px;
}
.tick > * {
font-size: 15px;
}
.xAxis {
font-weight: 400;
}
.axisLeft {
width: 40px;
}
.axisLeft path,
.axisLeft line {
fill: none;
stroke: none;
font-weight: 400;
}
.axisLeft .tick line {
stroke: #666;
}
.text1, .text2, .text3 {
font-family: "Roboto";
font-size: 14px;
}
.text1 {
font-family: "Lora";
font-size: 30px;
font-weight: 400;
}
.form-data-selector {
/*margin-left: 2.5em;*/
}
.form-data-selector > input {
margin-left: 4em;
}