-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (62 loc) · 1.16 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
p {
text-align: justify;
font-size: 24px;
}
h1 {
text-align: center;
font-size: 34px;
text-decoration-line: overline underline;
}
#paragrf01{
color: #000000
}
#paragrf02{
color: #000000
}
.destaque{
color:rgb(0, 0, 0);
background-color: rgba(255, 255, 255, 0);
font-style: normal;
text-decoration: overline underline;
font-weight: bold;
}
#topo{
background-color: crimson;
padding: 20px;
max-height: 40%;
max-width: 40%;
margin:auto;
display: block;
}
#baixo{
background-color: rgb(175, 228, 193);
padding: 5px;
max-height: 40%;
max-width: 40%;
margin:auto;
display: block;
border-radius: 20px;
}
#texto{
background-color: #ECF4D6;
color: whitesmoke
padding: 2%
}
#listas{
background-color: #FEFAE0;
padding: 3%
}
header{
text-align: center;
font-size: 30px;
padding: 40px;
background-color: rgb(146, 174, 199);
border-bottom: red 10px solid;
color:rgb(0, 0, 0)
}
#menu{
font-size: 25px;
color: beige;
text-align: center;
justify-content: space-around;
}