-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (67 loc) · 1.49 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
70
71
72
73
74
75
body{
background-color: rgba(33, 240, 6, 0.329)
}
header {
padding: 20px;
background-color:rgb(33, 240, 6, 0.329);
border-bottom: 5px solid #000;
font-family: 'Courier New', Courier, monospace;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
font-size: 20px;
color: #4169E1;
text-align: center;
display: flex;
justify-content: space-around;
}
.inicio {
background-image: linear-gradient(#b9f7f7, #02a3a3);
}
#titulo {
color: #4169E1;
font-family: 'Courier New', Courier, monospace;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
text-align: center;
font-size: 50px;
}
.texto1 {
color: #000080;
font-family: 'Courier New', Courier, monospace;
text-align: justify;
font-size: 25px;
}
.texto2 {
color: #483D8B;
font-family: 'Courier New', Courier, monospace;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #483D8B;
text-align: justify;
font-size: 30px;
}
#imagem {
height: 100px;
width: 200px;
padding: 5px;
margin: 15px;
border: solid blue;
border-radius: 25px;
}
.conteudo{
background-color: rgb(178, 248, 225);
}
.listas {
display: inline-block;
}
.lista1 {
color: #483D8B;
font-size: 35px;
text-align: left;
list-style-position: inside;
}
.lista2 {
color: #483D8B;
font-size: 35px;
text-align: left;
list-style: none;
}