-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (33 loc) · 761 Bytes
/
Copy pathstyle.css
File metadata and controls
39 lines (33 loc) · 761 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
header{
background-color: rgb(238, 58, 58);
padding: 20px 0;/* espaço em cima e embaixo do cabeçalho - espaçamento interno*/
}
.caixa{
position: relative;/*menu dentro da caixa*/
width: 940px;/* largura da caixa*/
margin: 0 auto;
}
nav{
position: absolute;
top: 22px;
right: 283px;
}
nav li{
display: inline;
margin: 0 0 0 15px/*espaçamento interno*/
}
nav a{
text-transform: uppercase; /* letras maiúsculs*/
color: black;/* cor das letras pretas*/
font-size: 22px; /*tamanho da fonte*/
font-weight: bold; /* fonte negrito*/
text-decoration: none;/* retirar o sublinhado do texto*/
}
.imagemcabecalho {
width: 50px;
height: 100px;
}
.produtos {
width: 50px;
height: 100px;
}