mirror of
https://github.com/wgreenberg/musicbox.git
synced 2025-05-15 12:35:34 +02:00
slight style changes
This commit is contained in:
parent
04c255d9db
commit
22fe91432d
2 changed files with 27 additions and 16 deletions
41
index.html
41
index.html
|
@ -22,26 +22,37 @@ textarea {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 150px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: small;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<span id='status'>loading samples...</span>
|
||||
<div class='sequencers'>
|
||||
<div class='sequencer'>
|
||||
<span>beats</span>
|
||||
<textarea id='beats'></textarea>
|
||||
<p>Each letter corresponds to a different sample. Non-letters are
|
||||
silent.</p>
|
||||
</div>
|
||||
<div class='sequencer'>
|
||||
<span>piano</span>
|
||||
<textarea id='piano'></textarea>
|
||||
<p>On a QWERTY keyboard, the first 7 letters on each row represent
|
||||
notes C through B, with lower rows representing higher octaves. Capital
|
||||
letters are louder, non-letters are silent.</p>
|
||||
<div class="body">
|
||||
<div class='sequencers'>
|
||||
<div class='sequencer'>
|
||||
<span>beats</span>
|
||||
<textarea id='beats'></textarea>
|
||||
<p>Each letter corresponds to a different sample. Non-letters are
|
||||
silent.</p>
|
||||
</div>
|
||||
<div class='sequencer'>
|
||||
<span>piano</span>
|
||||
<textarea id='piano'></textarea>
|
||||
<p>On a QWERTY keyboard, the first 7 letters on each row represent
|
||||
notes C through B, with lower rows representing higher octaves. Capital
|
||||
letters are louder, non-letters are silent.</p>
|
||||
</div>
|
||||
</div>
|
||||
<button id="play">loading...</button>
|
||||
</div>
|
||||
<button id="play">Play/Stop</button>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue