-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
66 lines (57 loc) · 854 Bytes
/
index.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
body {
background-color:#f7cece;
}
nav li {
display: inline;
}
nav a {
text-transform: ;
}
.texto-principal {
margin-right: 20%;
}
h1 {
color: #1a1818;
text-align: center;
}
h2 {
color: #8a8991;
}
p {
color: #5F9EA0;
}
#imagem-principal {
width: 10%;
margin-left: 80%;
border: 5px dotted salmon;
float: left;
position: absolute;
}
.itens {
color: #5F9EA0;
text-decoration: underline;
}
.texto-principal {
margin-right: 20%;
}
h1 {
color: #1d1c1c;
text-align: center;
}
h2 {
color: #483D8B;
}
p {
color: #5F9EA0;
}
#imagem-principal {
width: 10%;
margin-left: 80%;
border: 5px dotted salmon;
float: left;
position: absolute;
}
.itens {
color: blue;
text-decoration: underline;
}