16 lines
307 B
HTML
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>
|