-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (51 loc) · 966 Bytes
/
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
body {
font-family: "Roboto Mono", monospace;
text-align: center;
background-image: url("https://caelum-online-public.s3.amazonaws.com/assets-imersaodev/background-aluraflix.png");
background-color: #000000;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.container {
text-align: center;
padding: 20px;
}
.page-title {
color: #ffffff;
margin: 0 0 5px;
}
.page-subtitle {
color: #ffffff;
margin-top: 5px;
}
.page-logo {
width: 200px;
}
.alura-logo {
width: 40px;
position: absolute;
top: 10px;
right: 10px;
}
button {
padding: 16px 24px;
width: 330px;
margin: 0 auto;
border-radius: 8px;
border: 1px solid #dc1c24;
background-color: #dc1c24;
color: white;
display: flex;
justify-content: center;
font-family: "Roboto Mono", monospace;
font-weight: 800;
font-size: 25px;
line-height: 125%;
}
body > img {
margin: 0 10px;
}
img {
max-height: 250px;
}