Terminal / app /static /css /style.css
goingyt's picture
Create static/css/style.css
85729b1 verified
raw
history blame contribute delete
491 Bytes
body {
background-color: #000;
margin: 0;
padding: 20px;
font-family: monospace;
}
#terminal {
background-color: #000;
color: #0f0;
height: 100vh;
}
#terminal-container {
padding: 10px;
}
#terminal-input {
background: transparent;
border: none;
color: #0f0;
font-family: monospace;
font-size: 16px;
outline: none;
width: 90%;
}
.prompt {
color: #0f0;
margin-right: 10px;
}
#terminal-output {
margin-bottom: 10px;
}