-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
48 lines (43 loc) · 849 Bytes
/
css.css
File metadata and controls
48 lines (43 loc) · 849 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
#banner{
width: 50%;
}
.caixa{
position: relative;
width: 940px;
right: 0 auto;
}
header{
background: #CCCCCC;
}
nav li{
display: inline;
margin: 0 0 0 15px;
}
nav a{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}
.produtos li{
display: inline-block;
text-align: center;
width: 19%;
vertical-align: top;
margin: -2 5.9%;
padding: 20px 30px;
border: 15px solid #B0E0E6;
border-radius: 10px;
border-style: outset;
border-radius: 15px; /*/ ARREDONDAR A BORDA*/
border-style: bold;
}
.produto li:hover h2{
font-size:35px;
}
.produto li:active{
border-color: #000000;
}
.produto li:hover{
border-color: ##7FFFD4
}