summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:14:36 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:14:36 -0800
commit8fe4e8b8e723f557bd0e48c68c99af2f14b5d382 (patch)
treeec66766a65415b9dd5777ecb60757ebba768a857 /style.css
parentbf58b0a17048097adf1bb01597cc4646122aec3e (diff)
downloadtempo-8fe4e8b8e723f557bd0e48c68c99af2f14b5d382.tar.gz
tempo-8fe4e8b8e723f557bd0e48c68c99af2f14b5d382.tar.xz
Change font and centre on page.
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/style.css b/style.css
index f6f460d..0a0583b 100644
--- a/style.css
+++ b/style.css
@@ -1,25 +1,43 @@
body {
- font-family: "Open Sans";
color: #ddd;
background-color: #222;
+ font-family: 'Lato', sans-serif;
padding: 0em;
margin: 0em;
}
+div#container {
+ width: 50em;
+ height: 12em;
+ margin: auto;
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+}
+
div#time {
- margin-top: 4em;
+ line-height: 8em;
}
div#time p {
font-size: 8em;
+ font-weight: 100;
text-align: center;
padding: 0em;
margin: 0em;
}
+div#date {
+ margin-top: 1em;
+ line-height: 1.6em;
+}
+
div#date p {
color: #777;
font-size: 1.6em;
+ font-weight: 300;
text-align: center;
padding: 0em;
margin: 0em;