tycker/example-output-style/style.css

18 lines
250 B
CSS
Raw Permalink Normal View History

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