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; | |
} |