heading00 CSS見出しデザイン
- ソースはここをクリック
-
<h2 class="heading00 violet">heading00 CSS見出しデザイン</h2>
h2.heading00 { position: relative; padding-left: .5em; } h2.heading00::before { content: ''; position: absolute; z-index:-2; left: -.1rem; bottom: 1rem; width: 100%; height: 1.5rem; } .heading00.violet::before { background: repeating-linear-gradient(-45deg, rgba(218,112,214,.4), rgba(218,112,214,.4) 2px, #fff 2px, #fff 4px); }
CLOSE