Add webpage with canvas that can request artists, draw background
[brackets.git] / frontend / index.css
diff --git a/frontend/index.css b/frontend/index.css
new file mode 100644 (file)
index 0000000..c555dd0
--- /dev/null
@@ -0,0 +1,14 @@
+ul {
+    position: absolute;
+    display: none;
+}
+li {
+    display: block;
+    background-color: white;
+}
+input#genre-submit {
+    display: none;
+}
+canvas {
+    border: 1px dashed black;
+}