-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaula61.css
More file actions
59 lines (58 loc) · 1.05 KB
/
aula61.css
File metadata and controls
59 lines (58 loc) · 1.05 KB
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
50
51
52
53
54
55
56
57
58
59
#{
padding: 0px;
margin: 0px;
border :none;
box-sizing: border-box;
font-size: larger;
}
.carros{
display: flex;
width: 100%;
border: 3px solid black;
border-radius: 5px;
padding: 5px;
}
.carro{
display: table-cell;
width: 400px;
background-color: #ffcdcd;
border: 3px solid #ff0000;
border-radius: 5px;
padding: 5px;
}
.ncarro{
display: inline-block;
width: auto;
height: fit-content;
background-color: rgb(252, 213, 213);
border: 2px solid rgb(38, 0, 255);
border-radius: 5px;
padding: 5px;
}
.maskedit{
width : 15rem;
border-radius: 5px;
}
.btn{
width :7rem;
border-radius: 5px;
margin: none;
border-width: 0;
outline: 2px;
outline-style: solid;
outline-width: 1px blue;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
}
.bta{
width :6rem;
border-radius: 5px;
margin: none;
border-width: 0;
outline: 2px;
outline-style: solid;
outline-color: rgb(255, 0, 0);
margin-top: 5px;
margin-bottom: 5px;
}