表示例
目次
- サンプル 1
1ページ - サンプル 2
2ページ - サンプル 3
3ページ - サンプル 4
4ページ - サンプル 5
5ページ
ソース<style> ol{ padding: 0; } li{ display: flex; } hr{ flex-grow: 1; margin: 1em; border-bottom: dotted .1em gray; border-top: none; border-left: none; border-right: none; border-radius: 1em; } </style> <h2>目次</h2> <ol> <li>サンプル 1<hr>1ページ</li> <li>サンプル 2<hr>2ページ</li> <li>サンプル 3<hr>3ページ</li> <li>サンプル 4<hr>4ページ</li> <li>サンプル 5<hr>5ページ</li> </ol>