linum / frontend /styles.css
Rémy
Add Linux Practice Tool files
f716e02
raw
history blame contribute delete
499 Bytes
body {
font-family: monospace;
background-color: #000;
color: #0f0;
margin: 0;
padding: 20px;
}
#terminal {
width: 100%;
height: 100vh;
overflow-y: auto;
}
#output {
white-space: pre-wrap;
}
#input-line {
display: flex;
margin-top: 10px;
}
#prompt {
margin-right: 5px;
}
#command-input {
flex-grow: 1;
background-color: transparent;
border: none;
color: #0f0;
font-family: inherit;
font-size: inherit;
outline: none;
}