-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (41 loc) · 986 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (41 loc) · 986 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
header{
background-color: beige;
padding:20px 0;/* espaço em cima e embaixo do cabeçalho - espaçamento imterno*/
}
.caixa{
position: relative;/*menu dentro da caixa*/
width: 940px;/*largura da caixa*/
margin: 0 auto;
}
main {
background-color: antiquewhite;
}
nav{
position: absolute;
top: 110px;
right: 0;
}
nav li{
display: inline;
margin: 0 0 0 15px;/*espaçamento externo*/
}
nav a{
text-transform: uppercase;/*letras maiusculas*/
color:#000000; /* cor das letras pretas*/
font-weight: bold; /*fonte negrito*/
font-size: 22px; /*tamanho da fonte */
text-decoration: none;/* retirar o sublinhado do texto*/
}
.produtos {
display: inline-block;
margin: 0 auto;
padding: 50px0;
}
.produtos li{
display: inline-block;
text-align: center;
vertical-align: top;
padding: 30px20px;
box-sizing: border-box;
border:2px solid #000000
border-radius:10px;