UNPKG
musicxml2json-drum
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
MusicXML to JSON for drum.
github.com/gzzhiyi/musicxml2json-drum
gzzhiyi/musicxml2json-drum
musicxml2json-drum
/
example
/
src
/
App.css
23 lines
(19 loc)
•
272 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body
{
margin
:
0
;
padding
:
20px
;
color
:
#FFFFFF
;
font-size
:
12px
;
background-color
:
rgb
(
39
,
40
,
34
); }
h1
{
font-size
:
16px
; }
h2
{
font-size
:
14px
; }
.input-box
{
max-width
:
800px
;
padding
:
20px
;
text-align
: center;
border
:
2px
#CCCCCC
dashed; }