-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (63 loc) · 1.04 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
76
77
78
79
80
body{
background-color: bisque;
}
h1{
color: bisque;
text-align: center;
font-size: 50 px;
}
header{
padding: 20px 0;
}
.teste {
height: 200px;
width: 200px;
}
.caixa-nav{
position: relative;
width: 1080px;
margin: 0 auto;
}
nav {
display: inline-block;
position: absolute;
right: 70px;
top: 65px;
}
nav li {
display: inline;
margin: 5px;
}
nav a {
text-transform: uppercase;
color: blue;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}
#logo{
}
.texto-principal {
margin-right: 20%;
}
h1 {
color: black;
text-align: center;
}
h2 {
color: #483D8B;
}
p {
color: #5F9EA0;
}
#imagem-principal {
width: 10%;
margin-left: 80%;
border: 5px dotted salmon;
float: left;
position: abso
.itens{
background-color: rgba(240, 52, 193, 0.178);
font-size: 30px;
color: rgba(146, 121, 170, 0.534);
text-align: center;