File size: 491 Bytes
6111ef8
 
88f2712
3e5305d
88f2712
6111ef8
88f2712
3b70f76
 
88f2712
6111ef8
88f2712
3b70f76
 
0d0691e
88f2712
 
0d0691e
 
 
 
 
 
88f2712
3b70f76
c803da6
6111ef8
 
 
88f2712
c803da6
 
6111ef8
 
88f2712
 
 
c803da6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
html, body {
  margin: 0;
  padding: 0;
  background: black;
  color: #00ffcc;
  font-family: monospace;
  height: 100%;
}

#root {
  display: flex;
  height: 100%;
}

#viewport {
  border: 2px solid #00ffcc;
  image-rendering: pixelated;
}

#console {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

#log {
  flex: 1;
  overflow-y: auto;
  white-space: pre-wrap;
}

#input {
  background: black;
  color: #00ffcc;
  border: 1px solid #00ffcc;
  padding: 6px;
}