-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
84 lines (70 loc) · 1.15 KB
/
styles.css
File metadata and controls
84 lines (70 loc) · 1.15 KB
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
.anim {
display: none;
position: fixed;
z-index: 1000;
top: 8rem;
height: 100%;
width: 100%;
background: transparent url("animation.webp")
50% 50% no-repeat;
transform: translate(-50%, -50%);
transform: scale(0.5);
}
/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading .anim {
overflow: hidden;
}
/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .anim {
display: block;
}
/* Loading Animation Ends */
.header_input {
width: 75%;
align-items: center;
}
.error {
width: 75%;
margin: auto;
}
#red_color {
color: rgb(211, 44, 44);
}
#header {
border-radius: 5px;
color: white;
}
.output_container {
color: black;
/* display: none; */
width: 75%;
margin: auto;
}
@media (min-width: 775px) {
#poster {
float: left;
}
}
#poster {
text-align: center;
justify-content: center;
align-items: center;
margin-right: 20px;
}
#rating {
text-align: center;
align-items: center;
justify-content: center;
}
#modal {
display: none;
}
.output_container {
margin: auto;
padding: 0;
}
#poster {
padding: 15px;
}