Some interlude pages
This commit is contained in:
18
pages/javaguy.html
Normal file
18
pages/javaguy.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user