Hall Interior Design for Gatherings
ol > li { position: relative; padding-left: 25px; margin-bottom: 10px; counter-increment: item; } ol > li::before { content: counter(item) “. “; position: absolute; left: 0; } ul li::before { content: “”; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: #000; border-radius: 50%; } .toc-container { border: 1px solid #e5e5e5; padding: 20px; border-radius: […]

