-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.css
More file actions
49 lines (42 loc) · 711 Bytes
/
Copy pathindex.css
File metadata and controls
49 lines (42 loc) · 711 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
49
#container{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
font-size: xx-large;
}
#tabelaVeiculos{
width: 100%;
}
.linhaVeiculos{
width: 100%;
display: flex;
flex-direction: row;
column-gap: 3%;
border-bottom: .1rem solid gray;
}
.icone{
width: 10%;
width: 2rem;
height: 2rem;
}
.item{
width: 15%;
margin-left: 3%;
}
#areaBotao{
width: 100%;
height: 3rem;
display: flex;
flex-direction: row;
justify-content: center;
}
#botaoAdicionar{
width: 5rem;
height: 5rem;
margin-top: 2rem;
border-radius: 50%;
border: none;
background-color: steelblue;
font-size: xx-large;
}