forked from buzzert/smartbar
20 lines
411 B
HTML
20 lines
411 B
HTML
|
|
<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>
|