added C
This commit is contained in:
parent
68db7d0f82
commit
9da162aaef
16
css/main.css
16
css/main.css
|
|
@ -9,12 +9,12 @@
|
||||||
|
|
||||||
#menubox {
|
#menubox {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0px;
|
top: 0px; left : 320px;
|
||||||
left: 320px;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
border-left-width: 2px;
|
border-left-width: 2px;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
|
left: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitable {
|
.splitable {
|
||||||
|
|
@ -24,3 +24,15 @@
|
||||||
.notsplitable {
|
.notsplitable {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bottom-right {
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bottom-left {
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
@ -57,4 +57,7 @@
|
||||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<div id="container">
|
||||||
|
<div id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
|
||||||
|
</div>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue