aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/style.css')
-rwxr-xr-xwww/html/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css
new file mode 100755
index 0000000..6d0bd42
--- /dev/null
+++ b/www/html/style.css
@@ -0,0 +1,12 @@
+body {
+ background-color:#000000;
+}
+
+*{
+ color: white;
+}
+
+table,th,td {
+ border: 2px solid red;
+ text-align: center;
+}