Skip to content

띠배너

샘플 페이지

모듈 구성

<section class="v-tmpl v-tmpl--line-banner" style="margin-bottom: 48px;">
<a class="v-line-banner" href="https://shinsegaev.com">
<div class="v-line-banner__content">배너 텍스트</div>
<svg viewBox="0 0 7 12" class="v-line-banner__icon">
<path d="M1 1L6 6L1 11"></path>
</svg>
</a>
</section>
<a
class="v-line-banner v-line-banner--wide"
href="https://shinsegaev.com"
style="margin-bottom: 48px;"
>
<div class="v-line-banner__content">
<p>배너 텍스트</p>
</div>
<svg viewBox="0 0 7 12" class="v-line-banner__icon">
<path d="M1 1L6 6L1 11"></path>
</svg>
</a>