Ad Space - Top Banner (728x90)

Card Section Button

0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
<button class="card-section-btn">
  <div class="card-icon-section">
    <span class="card-icon">📊</span>
  </div>
  <div class="card-content-section">
    <span class="card-title">New Report</span>
    <span class="card-arrow">→</span>
  </div>
</button>
Was this helpful?