diff options
Diffstat (limited to 'music.html')
| -rw-r--r-- | music.html | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -14,7 +14,7 @@ /*border: dotted; border-color: #8F2037;*/ width: 80vw; - margin: auto; + margin: auto; background-color: rgba(0, 0, 0, 0.8); box-shadow: 0 0 20px 25px rgba(0,0,0,0.8); border-radius: 10px; @@ -93,6 +93,10 @@ font-size: 1.3em; } + a { + font-family: revert; + } + .genre { font-style: italic; font-size: 0.9em; @@ -190,7 +194,7 @@ <div class="experimental"> <h2>Echo No Leaves Bide</h2> - <p>I made this for a comp, but I ended up using another track for it.</p> + <p>I made this for a comp, but I ended up using another track for it. I think the execution sucks, so I need to remake this. Consider it to be a demo.</p> <audio loading="lazy" controls="true"> <source src="music/echo.ogg"> </audio> @@ -198,11 +202,6 @@ <p class="genre">(experimental, noise)</p> </div> - <div class="experimental" style="width: 350px;"> - <h2>Pauline (Working title)</h2> - <p>I am currently working on my third experimental album. I am taking a different direction this time.</p> - </div> - <div class="experimental"> <h2>Anachronism of the 21st Century - March 9th, 2025</h2> <p>It was mostly finished in January. This was fun to make.</p> |
