2015-04-25 22:01:06 +00:00
|
|
|
h1#title::after {
|
|
|
|
content: "This is the title of this tycker!";
|
|
|
|
}
|
|
|
|
|
2015-04-27 22:20:24 +00:00
|
|
|
div#clockbox {
|
|
|
|
margin-top: -0.5em;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 22:01:06 +00:00
|
|
|
div#footer::after {
|
|
|
|
content: "This tycker contains news from FOO BAR.";
|
|
|
|
}
|
|
|
|
|
|
|
|
div#footer {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|