added C
This commit is contained in:
parent
68db7d0f82
commit
9da162aaef
18
css/main.css
18
css/main.css
|
|
@ -7,14 +7,14 @@
|
|||
width: 250px;
|
||||
}
|
||||
|
||||
#menubox{
|
||||
#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;
|
||||
}
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue