Cards can be created using the all the themes. Coupons are only found in the eCommerce Theme. So, let's get started.

Type the following code to create a card:

<div class="card">
   <div class="card-img-type">
      <img src="..." alt="..." class="card-img"
   </div>
   <div class="card-type">
      ...
   </div>
   <div class="card-type">
      ...
   </div>
</div>

Note: I am only including the "card-type" and "card-img-type" div elements for my reference. They are not necessary.

Type the following code to create a coupon:

The coupon code is: <span class="coupon">5WYDG</span>