-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
49 lines (42 loc) · 809 Bytes
/
header.css
File metadata and controls
49 lines (42 loc) · 809 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
.cabeçalho__menu-hamburguer {
width: 24px;
height: 24px;
display: inline-block;
background-image: url("../img/Menu.svg");
background-repeat: no-repeat;
background-position: center;
}
.cabeçalho {
background-color: var(--branco);
display: flex;
justify-content: space-between;
align-items: center;
}
.container{
display: flex;
align-items: center;
}
.container_imagem{
padding:lem;
}
.lista-menu{
display: none;
}
.container_botão:checked ~ .lista-menu {
display: block;
}
.cabeçalho {
border: var(--branco);
display: flex;
justify-content: space-between;
position: relative;
}
.lista-menu {
display: none;
position: absolute;
}
.lista-menu_titulo,
.lista-menu_item1 {
padding: lem;
background-color: var(--branco);
}