-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
83 lines (59 loc) · 1.07 KB
/
estilos.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
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
body {
color: #ffeeee;
margin: 0;
font-family: 'Lora', serif;
font-weight: normal;
background-color: #0F0E0E;
}
h3, h2, h1 {
color: #7c5f43;
text-transform: uppercase;
font-family: 'Lora', serif;
font-weight: bold;
}
h1 {
text-align: center;
font-family: 'Lora', serif;
}
header {
padding-top: 1%;
background-color: #CC9B6D;
}
.pastas {
padding-bottom: 10px;
margin: 0%;
}
header p, h1 {
color: #633535;
}
header p {
padding-left: 1%;
padding-bottom: 1%;
}
main {
padding: 10px;
}
section {
padding: 10px;
}
a {
color: #633535;
text-decoration: none;
}
a:visited {
color: #633535;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration: underline;
}
a:active {
color: #ffae00;
text-decoration: underline;
}
.centro {
text-align: center;
}