-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (44 loc) · 716 Bytes
/
style.css
File metadata and controls
48 lines (44 loc) · 716 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
body {
background-color: #D57DF5;
}
h1 {
text-align: center;
font-size: 30px;
}
h1 {
color: #2F1B36;
}
h2 {
text-align: left;
font-size: 30px;
color: rgb (102,60,117);
border: 5px solid rgba(255, 0, 0, 0.397);
padding: 10px;
margin-left: 30px;
margin-right: 90px;
}
p {
text-align: justify;
font-size: 25px;
}
#A {
text-align: center;
}
h3 {
font-size: 30px;
color: blue;
}
.itens{
color: blue;
font-size: 25px;
font-style: italic;
}
#imagem_principal {
width: 10%;
}
#imagem2 {
height: 50%;
width: 50;
border: 10px dotted rgba(255, 0, 0, 0.397);
margin-left: 28%;
}