File size: 367 Bytes
ca5bd83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<section>
  <h2>Visualised notes</h2>
  <img src="compose.png" alt="MIDI notes of composition" />
</section>

<style>
section {
  border: 2px solid hsl(0 0% 80%);
  border-radius: 0.375rem;
  /* background: hsl(0 0% 20% / 50%); */
  padding: 1rem;
}
/* h2 {
  font-family: 'Italiana', serif;
} */
img {
  display: block;
  margin: auto;
  max-width: 100%;
}
</style>