codekasten/tycker/example-output-style/style.css

13 lines
179 B
CSS
Raw Normal View History

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