-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstlye.css
More file actions
57 lines (52 loc) · 810 Bytes
/
stlye.css
File metadata and controls
57 lines (52 loc) · 810 Bytes
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
p{
text-align: justify;
font-size: 20px;
}
h1{
color: blue;
text-align: center;
font-size: 40px;
font-style: italic;
}
#texto1{
color: rgb(19, 19, 154);
background-color: #FF6C22;
}
#texto2{
color: rgb(34, 139, 34);
background-color: #FF9209;
}
#texto3{
color: rgb(10,20,30);
}
.destaques{
color: rgb(255,0,255);
font-size: 35;
font-style: italic;
}
#listas{
background-color: #FFD099;
}
header{
padding:20px;
background-color: cadetblue;
border-bottom: black;
color: whitesmoke;
font-size: 32px;
}
#menu{
font-size: 15px;
color: red;
}
a:hover{
color:aquamarine;
}
a:active{
color: whitesmoke;
}
a:visited{
color: red;
}
a{
color: red;
}