Start styling output box. Remove readonly.
This commit is contained in:
16
public/style.css
Normal file
16
public/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user