<div class="card">
<div class="ribbon">POPULAR</div>
<div class="content">
<h3>Premium Plan</h3>
<p>Get access to all features.</p>
</div>
</div>
Back to Snippets
CSS Corner Ribbon Label
Add a "Popular" or "Sale" label to your cards with this pure CSS corner ribbon. By using absolute positioning and rotation, we create a clean diagonal banner without needing complex SVG shapes.
329