css clock styling
This commit is contained in:
parent
78070249a3
commit
cb366ed056
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@ h1#title::after {
|
||||||
content: "This is the title of this tycker!";
|
content: "This is the title of this tycker!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#clockbox {
|
||||||
|
margin-top: -0.5em;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
div#footer::after {
|
div#footer::after {
|
||||||
content: "This tycker contains news from FOO BAR.";
|
content: "This tycker contains news from FOO BAR.";
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<div class="col-xs-12 col-sm-4">
|
<div class="col-xs-12 col-sm-4">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<h2><div id="clockbox"></div></h2>
|
<div id="clockbox"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue