]> iEval git - app-musicexpo.git/blobdiff - musicexpo.css
Add example CSS
[app-musicexpo.git] / musicexpo.css
diff --git a/musicexpo.css b/musicexpo.css
new file mode 100644 (file)
index 0000000..0d7aa94
--- /dev/null
@@ -0,0 +1,28 @@
+html, body{
+       background-color: black;
+       color: white;
+}
+
+table, tr, td, th{
+       border-collapse: collapse;
+       text-align: center;
+       border: thin dotted white;
+       padding: 0.1em;
+}
+
+table{
+       width: 98%;
+       margin: 1%
+}
+
+a:link, a:visited{
+       color: white;
+}
+
+tbody > tr:nth-child(odd){
+       background-color: #222;
+}
+
+#player {
+       text-align: center;
+}
\ No newline at end of file
This page took 0.023072 seconds and 4 git commands to generate.