forked from buzzert/smartbar
19 lines
391 B
HTML
19 lines
391 B
HTML
<style>
|
|
#javaguy::before {
|
|
background-image: url("assets/img/javaguy.jpg");
|
|
}
|
|
|
|
#javaguy-caption {
|
|
position: absolute;
|
|
top: 5%;
|
|
left: 5%;
|
|
}
|
|
</style>
|
|
|
|
<div id="javaguy" class="page-base interlude">
|
|
<div class="interlude-caption" id="javaguy-caption">
|
|
i'm living in the real world<br/>
|
|
and he's living in a <em>virtual machine...</em><br/>
|
|
</div>
|
|
</div>
|