piskel/src/templates/debug-header.html

19 lines
366 B
HTML
Raw Normal View History

<style type="text/css">
#main-wrapper {
margin-top: 40px;
}
.fake-piskelapp-header {
text-align: center;
height: 40px;
line-height: 40px;
font-size: 24px;
background: black;
color: gold;
}
.piskel-name.piskel-name-saving {
color: red;
}
</style>
<div class="fake-piskelapp-header"><span class="piskel-name"></span></div>