aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..6f617ad
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,23 @@
+:root {
+ font-family: Avenir, Helvetica, Arial, sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ color: #2c3e50;
+ background-color: black;
+}
+
+table {
+ border-collapse: collapse;
+ margin: 20px auto;
+}
+td {
+ border: 1px solid darkred;
+ width: 50px;
+ height: 50px;
+}
+td div {
+ width: 35px;
+ height: 35px;
+ margin: auto auto;
+ border-radius: 50%;
+}