24 lines
380 B
HTML
24 lines
380 B
HTML
|
<link rel="alternate" type="application/rss+xml" href="http://tilde.town/~dozens/listblog/feed.xml" title="dozens list blog">
|
||
|
<style>
|
||
|
ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
li {
|
||
|
list-style: none;
|
||
|
margin: 2em;
|
||
|
}
|
||
|
li p {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
li time {
|
||
|
font-size: smaller;
|
||
|
}
|
||
|
li a {
|
||
|
font-size: larger;
|
||
|
text-align: center;
|
||
|
}
|
||
|
</style>
|