-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprodutos.css
72 lines (59 loc) · 1.35 KB
/
produtos.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
header {
background: rgb(2,0,36);
background: rgb(158, 158, 158);
}
#logo{
border-radius: 50px;
width: 200px;
height: 200px;
}
.titulo-principal{
position: absolute;
top: 8%;
left: 50%;
transform: translate(-30%, -15%);
font-size: 35px;
font-family:'WrathStyles', sem serifa;
color: aliceblue;
/*A propriedade text-shadow acrescenta sombras ao texto. Ela aceita uma lista de sombras separadas por virula que serao aplicados ao texto e ao text-decoration do elemento*/
color:#000000;
text-shadow:
-1px -1px 0px #ccc9c9,
-1px 4px 0px #ffffff,
1px -1px 0px #ffffff,
1px 0px 0px #ffffff;
/*font family: 'Gagalin', sem serifa:*/
}
nav{
position: absolute;
/* posicionamento dos links */
top: 150px;
right: 50px;
}
nav li{
display: inline;
margin: 0 0 0 20px;
}
nav a{
text-transform: uppercase;
color:#373434;
font-size: 22px;
text-decoration: none;
font-family: gagalin;
}
footer{
text-align: center;
background-image: url("");
padding: 10px 0;
background-color: rgb(158, 158, 158);
}
.copyright{
color: rgb(0, 0, 0);
font-size: 13px;
margin: 10px 0 0;
}
#logo1{
border-radius: 20px;
width: 150px;
height: 150px;
}