summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:50:30 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:50:30 -0800
commit9b8ae10b8603815362f7bc483dc3ee78f488cf84 (patch)
tree8ccb3d323c486d658460cafbac58cebc1ba3a28a /style.css
parentf99bf96235ba697862689ba82de94cf3617d0fb8 (diff)
downloadtempo-9b8ae10b8603815362f7bc483dc3ee78f488cf84.tar.gz
tempo-9b8ae10b8603815362f7bc483dc3ee78f488cf84.tar.xz
Create simple HTML/CSS page with test data.
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;
+}