-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
79 lines (53 loc) · 1 KB
/
estilo.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
body {
/*background-color: rgba(153, 175, 240, 0.849);*/
/*background-color: rgba(153, 175, 240, 0.658);*/
/*background-color: rgba(245, 222, 179, 0.767);*/
background-color: rgba(223, 248, 199, 0.849);
margin: 1rem 1rem 2rem 1rem;
}
.topo {
text-align: center;
margin-bottom: 4rem;
}
.topo h1 {
color: blue;
font-size: 3rem;
}
/*Configurando os ícones do linkedin e github*/
.fa-brands {
font-size: 2.5rem;
color: hsl(0, 2%, 56%);
/*color:rgba(0, 128, 0, 0.664);*/
/*gap: 5rem;*/
letter-spacing: 50%;
}
.fa-brands:hover {
color: blue;
}
section {
margin-left: 10rem;
margin-right: 10rem;
}
h2 {
color: blue;
}
.cargo, .nome_curso {
font-weight: bold;
}
.cargo p {
margin-top: 1rem;
}
@media screen and (max-width: 800px) {
.topo {
text-align: center;
}
.topo h1 {
font-size: 2.1rem;
}
h2 {
text-align: center;
}
section {
margin: auto;
}
}