-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
109 lines (87 loc) · 1.38 KB
/
style.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
103
104
105
106
107
108
109
.tutorial {
width: 600px;
text-align: center;
margin: auto;
}
figure.image {
display: flex;
justify-content: center;
background-color: black;
}
.hero.is-primary.is-bold {
background-image: linear-gradient(
141deg,
#2d132c 0%,
#801336 71%,
#a32233 100%
);
}
.content {
color: white;
}
.content h1 {
color: white;
}
.content h4 {
color: rgb(224, 224, 224);
}
.movie-summary {
background-color: #ad2234;
padding: 2rem 1rem;
border-radius: 0.5rem;
}
#tutorial {
background-color: #801336;
}
html {
height: 100vh;
background-color: #c72c41;
}
article.notification.is-primary {
background-color: #8cba51;
}
label {
color: white;
}
h1.title {
text-align: center;
font-family: "Bebas Neue", cursive;
letter-spacing: 0.2rem;
}
figure .image img {
width: 128px;
}
.notification {
margin-top: 20px !important;
}
.title .icon {
margin-left: 15px;
}
.hero {
margin-bottom: 20px;
}
.forms {
display: flex;
justify-content: space-around;
}
.dropdown-item {
display: flex;
align-items: center;
height: 60px;
}
.tutorial p {
margin-bottom: 1rem;
}
p.title {
font-family: "Bitter", serif;
}
.content h1 {
font-family: "Bitter", serif;
}
.tutorial h1 {
margin-top: 1rem;
}
.dropdown-item img {
height: 50px;
margin-right: 10px;
}