gpterm / styles.css
TRaw's picture
Upload styles.css
73ae083
raw
history blame contribute delete
253 Bytes
.container {
display: flex;
height: 100vh;
}
.sidebar {
flex: 1;
background-color: #f2f2f2;
padding: 20px;
}
.editor {
flex: 2;
padding: 20px;
}
.terminal {
flex: 1;
background-color: #f2f2f2;
padding: 20px;
}