17 lines
250 B
CSS
17 lines
250 B
CSS
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.";
|
|
}
|
|
|
|
div#footer {
|
|
font-size: small;
|
|
}
|
|
|