Puzzle #2. Music Crossword
| x | x | x | x | x | 1 | x | x | x | x | 2 | x | x | x |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| x | x | x | x | 1 | 3 | ||||||||
| x | x | x | x | x | x | x | x | x | x | x | |||
| x | x | 4 | x | x | x | x | x | x | x | x | x | ||
| x | x | 2 | 5 | x | |||||||||
| x | x | x | x | x | x | x | x | x | 9 | x | |||
| x | x | 3 | x | x | x | x | x | x | |||||
| x | x | x | x | 4 | x | x | x | ||||||
| x | x | x | 8 | x | x | x | x | 5 | x | ||||
| x | 7 | x | x | x | x | x | x | ||||||
| x | x | x | x | x | 6 | 10 | x | ||||||
| x | x | x | x | x | x | x | x | x | |||||
| 8 | x | 9 | x | x | |||||||||
| x | x | x | x | x | x | x | x | x | x | x | |||
| x | x | x | x | x | x | 10 | x | x | x | ||||
| x | x | x | x | x | x | x | x | x | x | x | x | x |
Down
- Wind Instrument that kids usually learn to play.
- It's a musical note and a star in a different language.
- People often do this when they love a song.
- Started thanks to cassettes.
- Instrument invented not so long ago.
- Can be low or high.
- A button in a music app.
- Name of a band that is also a common object.
- Subgenre of rock.
- Sound that isn't music.
Across
- It's a pair of ___
- Not planned, spontaneous.
- To play a song every instrument needs to be in ___
- Many people listen to it in the car.
- Small guitar tool that get's lost a lot.
- Larger instrument group in a orchestra.
- Important action in the making of a song.
- There is a unique instrument made with this material.
- Sounds like a color.
- They used to play music videos.
Answers
Down
- Recorder
- Sol
- Sing
- Mixtape
- Saxophone
- Punk
- Replay
- Doors
- Volume
- Noise
Across
- Headphones
- Improvised
- Tune
- Radio
- Pick
- Record
- Violin
- Glass
- Blues
- MTV
CSS
.crss {
overflow: scroll;
}
.crss table {
table-layout: fixed;
width: min-content;
}
.crss table, .crss tr, .crss td, .crss th {
border: 2px solid;
}
.crss tr {
height: 30px;
}
.crss th {
width: 30px;
font-weight: normal;
}
.crss :is(td, th):not(:empty, :has(> sub)) {
background: var(--text-color);
}
Markdown example
<section class="crss">
| x | x | x | x | x | x |
| :-- | :-- | :-- | :-- | :-- | :-- |
| ~1~ | | ~2~ | | | |
| | x | | ~3~ | | |
| | x | | x | x | x |
| | x | | x | x | x |
| ~4~ | | | | | x |
| | x | ~5~ | | | |
</section>
Thanks for reading :)