20 lines
423 B
HTML
20 lines
423 B
HTML
|
|
<style>
|
||
|
|
#windows-shirt::before {
|
||
|
|
background-image: url("assets/img/windows-shirt.jpg");
|
||
|
|
}
|
||
|
|
|
||
|
|
#windows-shirt-caption {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 10%;
|
||
|
|
left: 10%;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<div id="windows-shirt" class="page-base interlude">
|
||
|
|
<div class="interlude-caption" id="windows-shirt-caption">
|
||
|
|
we line up to store<br/>
|
||
|
|
only 4 gigabytes allowed<br/>
|
||
|
|
comrade, be grateful!
|
||
|
|
</div>
|
||
|
|
</div>
|