Add song links

This commit is contained in:
Madison Scott-Clary
2024-02-14 11:36:07 -08:00
parent 92528e534e
commit d4d846bb9c
27 changed files with 1208 additions and 1114 deletions

View File

@ -0,0 +1,24 @@
---
title: XXX playlist
---
<style>
thead th {
text-align: center;
}
tbody td {
text-justify: none;
vertical-align: middle;
padding: 0.25rem;
border: 2px solid white;
}
tbody td img {
max-width: 100px;
display: block;
margin: 0;
}
tbody tr:nth-of-type(odd) td {
background-color: #ddd;
}
</style>