Files
smartbar/pages/free-dirt.html
Charles Magahern 08354c8905 Some interlude pages
2025-09-07 18:39:15 -07:00

16 lines
307 B
HTML

<style>
#free-dirt::before {
background-image: url("assets/img/free-dirt.jpg");
}
#free-dirt-caption {
position: absolute;
bottom: 25%;
right: 25%;
}
</style>
<div id="free-dirt" class="page-base interlude">
<div class="interlude-caption" id="free-dirt-caption">thanks...</div>
</div>