Added: able to write keystrokes into command line

This commit is contained in:
2023-12-15 14:54:15 +01:00
parent f137aceb6e
commit e7e8b78904
4 changed files with 63 additions and 0 deletions

5
sass/console.scss Normal file
View File

@ -0,0 +1,5 @@
.console {
background: gray;
width: 80vw;
min-height: 20vh;
}