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.";
}

View File

@ -43,7 +43,7 @@
<div class="col-xs-12 col-sm-4">
<div class="panel panel-default">
<div class="panel-body">
<h2><div id="clockbox"></div></h2>
<div id="clockbox"></div>
</div>
</div>