Diff
diff --git a/src/app.css b/src/app.css
deleted file mode 100644
index fe4e577..0000000
--- a/src/app.css
+++ /dev/null
@@ -1,38 +0,0 @@
-html {
- margin: 0;
- padding: 0;
-}
-
-body {
- width: 100%;
- height: 100%;
- background: white;
- margin: 0;
- padding: 0;
-}
-
-#editor {
- position: absolute;
- top: 0;
- right: 0;
- width: 50%;
- max-width: 700px;
- height: 100%;
- background: #212121;
-}
-
-#buttons {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 50%;
- height: 300px;
- background-color: gray;
-}
-
-.button {
- width: 100px;
- height: 50px;
- background: #212121;
- border: 2px solid black;
-}