summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..fab737f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,25 @@
+body {
+ color: #ddd;
+ background-color: #222;
+ padding: 0em;
+ margin: 0em;
+}
+
+div#time {
+ margin-top: 6em;
+}
+
+div#time p {
+ font-size: 10em;
+ text-align: center;
+ padding: 0em;
+ margin: 0em;
+}
+
+div#date p {
+ color: #777;
+ font-size: 2em;
+ text-align: center;
+ padding: 0em;
+ margin: 0em;
+}