-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (47 loc) · 1005 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
body {
font-family: "Roboto Mono", monospace;
min-height: 400px;
background-image: url("https://raw.githubusercontent.com/talitape-r/Conversor-de-Moedas/main/cotacao-euro.jpg");
background-color: #000000;
background-size: 100vh;
background-position: center bottom;
background-repeat: no-repeat;
}
.container {
text-align: center;
padding: 20px;
height: 100vh;
}
.page-title {
color: #ffffff;
margin: 0 0 5px;
}
.page-subtitle {
color: #ffffff;
margin-top: 5px;
}
.sticker-me {
width: 40px;
position: absolute;
top: 10px;
right: 10px;
}
input {
margin: 12px;
padding: 6px;
border-radius: 5px;
}
label {
color: white;
}
button {
margin-top: 12px;
padding: 4px 8px;
border-radius: 10px;
background: #ffffff;
}
h2 {
color: #ffffff;
font-size: 30px;
}
/*em css, alterei a imagem de fundo (que antes era um playstation) e adiocionei um sticker para me representar, direcionando à página em html criada por mim no curso introdutório do github*/