You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
518 B

10 months ago
  1. #wrapper {
  2. position: absolute;
  3. top: 50px;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. }
  8. div.editor {
  9. position: absolute;
  10. width: 50%;
  11. height: 50%;
  12. }
  13. #javascript-editor {
  14. left: 0;
  15. top: 0;
  16. }
  17. #coffee-editor {
  18. left: 0;
  19. bottom: 0;
  20. }
  21. #json-editor {
  22. top: 0;
  23. left: 50%;
  24. bottom: 0;
  25. }
  26. #lua-editor {
  27. left: 50%;
  28. bottom: 0;
  29. }
  30. h1 {
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. right: 0;
  35. margin: auto;
  36. background-color: #272822;
  37. color: antiquewhite;
  38. border: 2px solid black;
  39. text-align: center;
  40. }