COVID-19流行下の日々を集団で記録する日誌

記録をつける

2025-05-05

この日誌の「次へ」「前へ」ボタンを上に固定するCSS
----
.sibling {
position: absolute;
width: 620px;
margin-top: 0;
top: 108px;
}

article {
margin-top: 80px;
}
----