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