This commit is contained in:
GordonDaFreeman 2018-01-16 22:09:53 +01:00
parent 68db7d0f82
commit 9da162aaef
2 changed files with 22 additions and 7 deletions

View File

@ -9,12 +9,12 @@
#menubox {
height: 100%;
top: 0px;
left: 320px;
top: 0px; left : 320px;
position: fixed;
border-left-width: 2px;
border-color: black;
border-left-style: solid;
left: 320px;
}
.splitable {
@ -24,3 +24,15 @@
.notsplitable {
}
#bottom-right {
right: 0;
bottom: 0;
position: absolute;
}
#bottom-left {
left: 0;
bottom: 0;
position: absolute;
}

View File

@ -57,4 +57,7 @@
<span style="display: inline-block; width: 90%;"></span> <br>
</div>
</body>
<div id="container">
<div id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
</div>
</html>