mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 17:10:47 +08:00
24 lines
243 B
CSS
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%;
|
|
}
|