Start styling output box. Remove readonly.

This commit is contained in:
CentreMetre
2026-05-31 14:29:51 +01:00
parent 45b4e0a106
commit bb16421a87
2 changed files with 17 additions and 10 deletions

16
public/style.css Normal file
View File

@@ -0,0 +1,16 @@
#output-area {
border-right: 2px solid grey;
width: 30ch;
}
#output-area:focus {
outline: none;
}
#gutter {
background-color: rgb(230, 230, 230);
}
#output {
display: flex;
}