Files
Diagon/src/style.css
T
Arthur Sonzogni ca68dac95a Initial patch.
2018-01-20 21:58:56 +01:00

24 lines
243 B
CSS

#input {
position:absolute;
left:0;
top:0;
width:50%;
height:80%;
}
#output {
position:absolute;
right:0;
top:0;
width:50%;
height:80%;
}
#errors {
position:absolute;
left:0;
bottom:0;
width:100%;
height:20%;
}