-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
92 lines (83 loc) · 1.44 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
body {
font-family: "roboto Mono", monospace;
text-align: center;
background-image: url("https://i.pinimg.com/736x/16/5f/18/165f18d731691597da5a99eee26ed0bc.jpg");
background-color: #000000;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.container {
text-align: center;
padding: 20px;
}
.container_img {
text-align: center;
padding: 20px;
width: auto;
height: auto;
display: flex;
flex-wrap: wrap;
}
.container_nomeFilme {
text-align: center;
padding: 20px;
width: auto;
height: auto;
display: flex;
flex-wrap: wrap;
color: #de0fa9;
font-family: "comic sans";
font-style: italic;
font-size: 20px;
}
.page-title {
color: #de0fa9;
margin: 0 0 5px;
font-size: 50px;
font-style: italic;
background-color: #a3d3d9;
width: auto;
height: auto;
}
.page-subtitle {
color: #de0fa9;
font-family: "comic sans";
font-style: italic, bold;
font-size: 25px;
background-color: #a3d3d9;
}
.page-logo {
width: 200px;
}
.alura-logo {
width: 40px;
position: absolute;
top: 10px;
right: 10px;
}
body > img {
margin: 0 10px;
}
img {
max-height: 250px;
}
label {
color: #de0fa9;
font-family: "comic sans";
font-style: italic, bold;
font-size: 20px;
background-color: #000000;
width: auto;
height: auto;
}
button {
color: #ee8563;
border-radius: 50%;
font-size: 20px;
padding: 10px 10px;
}
input {
border: 2px;
border-radius: 4px;
}