css clock styling

This commit is contained in:
phil 2015-04-27 22:20:24 +00:00
parent 78070249a3
commit cb366ed056
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@ h1#title::after {
content: "This is the title of this tycker!";
}
div#clockbox {
margin-top: -0.5em;
font-size: 24px;
}
div#footer::after {
content: "This tycker contains news from FOO BAR.";
}