Web based MIPS assembler and emulator

index.css 328B

123456789101112131415161718192021222324252627
  1. textarea {
  2. font-family: 'Source Code Pro', monospace;
  3. font-size: 14px !important;
  4. resize: none;
  5. }
  6. html, body {
  7. height:100%;
  8. }
  9. canvas {
  10. background-color: #000;
  11. margin-left: auto;
  12. margin-right: auto;
  13. width: 160px;
  14. height: 160px;
  15. display: block;
  16. }
  17. #code {
  18. height:75vh;
  19. }
  20. .buttons {
  21. margin-bottom: 2%;
  22. }