-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprodutos.css
67 lines (53 loc) · 855 Bytes
/
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
header{
background:rgb(0, 153, 255);
}
.caixa{
position: relative;
width: 940px;
margin: 0 auto;
display: inline;
nav li {
display: inline;
}
#logo {
width:250px;
display: inline-block;
}
nav {
display:inline;
margin-left: 15px;
position:absolute;
right: 30px;
top: 82px;
}
nav a {
text-transform: uppercase;
color:aquamarine;
font-weight: bold;
font-size:20px ;
text-decoration: none;
.produtos{
margin: 0auto;
}
display: inline-block;
.produtos{
padding: 50px 0;
.item{
width: 1076px;
height:260px;
text-aling
width: 30px;
display:inline-blok:
text-aling;center;
border-color:red;
border-width 3px;
border-style:solid;
.produtos li h2{
font-size: 30px;
font-weight: bold;
padding: 10px;
}
.produtos li p {
margin-top: 10px;
font-size: 20px;
}