-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (53 loc) · 896 Bytes
/
style.css
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
60
61
/*
CSS por Letícia Mayni
*/
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}
/*
.radiobutton {
background-color: blue;
height: 50px;
border: 5px solid black;
}
*/
#button {
width: 100%;
height: 10px;
margin: auto;
display: flex;
justifplay_ent: center;
align-items: center;
position: absolute;
background-color: #ccc
}
body main .control-painel {
display: flex;
width: 80%;
justify-content: space-between;
padding: 25px;
border: solid 1px;
border-radius: 10px;
margin: 10px;
}
body main .sequencer-painel {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
margin: 10px;
}
.sequencer-painel .sequencer-faixa1 {
padding: 25px;
border: solid 1px;
border-radius: 10px;
}
.sequencer-painel .sequencer-faixa2 {
padding: 25px;
border: solid 1px;
border-radius: 10px;
}