11 lines
512 B
HTML
11 lines
512 B
HTML
<div class="card-title">
|
|
<h3 class="cover-image song-info" style="padding:30px 50px;background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[[ COVER_IMAGE ]]');background-size:cover;">
|
|
<a href="[[ LINK ]]" class="link-osu" style="text-decoration:inherit;color:inherit;">
|
|
<div>
|
|
<span class="song-title">[[ TITLE ]]</span><br>
|
|
<span class="song-artist">[[ ARTIST ]]</span>
|
|
</div>
|
|
</a>
|
|
</h3>
|
|
</div>
|
|
<div style="margin-top:25px;"><table class="scores">[[ SCORES ]]</table></div> |