Create initial emulator and hello world demo
This commit is contained in:
17
styles.css
Normal file
17
styles.css
Normal file
@@ -0,0 +1,17 @@
|
||||
body {
|
||||
line-height: 1.4em;
|
||||
font-family: 'Courier 10 Pitch', monospace;
|
||||
font-size: 12pt;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#output {
|
||||
margin: 1.4em auto;
|
||||
width: 80em;
|
||||
height: 48em;
|
||||
}
|
||||
|
||||
#input {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user