-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (48 loc) · 911 Bytes
/
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
body {
background-color: rgb(1255, 255, 176);
font-size: 30px;
color: rgb(255, 255, 255);
text-align: left;
}
h1 {
color: rgb(165,137,193);
text-align: center;
border: 5px white;
}
h2 {
font-size: 20x;
color: rgb(255, 255, 255);
text-align: left;
padding: 20px;
font: italic
}
h3 {
font-size: 20x;
color: rgb(255, 255, 255);
text-align: left;
}
h4 {
font-size: 30x;
color: rgb(255, 255, 255);
text-align: left;
}
#imagem-principal {
padding: 10px;
margin: 0;
width: 10%;
border: 5px groove paleturquoise;
}
ul {
display: inline-block;
vertical-align: left;
width: 25%;
margin-left: 15;
}
.texto-um {
background-color: rgb(72, 181, 163);
padding: 20px;
font-style: italic
}
.texto-inicial{
background-color: rgb(117, 137, 191);
}