Some interlude pages
This commit is contained in:
19
pages/broken-screen.html
Normal file
19
pages/broken-screen.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<style>
|
||||
#broken-screen::before {
|
||||
background-image: url("assets/img/broken-screen.jpg");
|
||||
}
|
||||
|
||||
#broken-screen-caption {
|
||||
position: absolute;
|
||||
bottom: 25%;
|
||||
right: 15%;
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="broken-screen" class="page-base interlude">
|
||||
<div class="interlude-caption" id="broken-screen-caption">
|
||||
have you tried<br/>
|
||||
turning it off and on again?
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user