gotty/resources/index.css
Søren L. Hansen 782991c356 feat(zmodem): Allow file uploads/downloads
Using zmodem (rz and sz commands from lrzsz) you can now send and receive
files.
2022-03-29 14:49:09 -07:00

20 lines
337 B
CSS

html, body, #terminal {
background: black;
height: 100%;
width: 100%;
padding: 0%;
margin: 0%;
}
.fileDialog {
position: fixed;
top: 40%;
left: 40%;
background-color: lightgray;
padding: 20px;
border: 10px;
border-color: red;
border-width: medium;
display: none;
z-index: 5;
}