You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/offersdiscount/offer-details/offer-details.component.html

38 lines
981 B
HTML

<ion-content>
<div class="head-title">
<ion-toolbar class="header-toolbar">
<ion-buttons slot="start">
</ion-buttons>
<ion-title color="light" >{{ts.trPK('itemforsale','offersdiscount')}}</ion-title>
</ion-toolbar>
</div>
<div class="header"></div>
<div class="bottom"></div>
<div>
<ion-card>
<ion-card-header>
<img src="assets/imgs/itemsforsale/furniture.svg" />
<ion-card-title>Furniture Table</ion-card-title>
</ion-card-header>
<ion-card-content>
Keep close to Nature's heart... and break clear away, once in awhile,
and climb a mountain or spend a week in the woods. Wash your spirit clean.
<div class="content-bottom">
<p class="green">Offer Valid</p>
<h1>15% oFF + FREE HOME DELIVERY</h1>
</div>
<ion-item-divider>
</ion-item-divider>
</ion-card-content>
</ion-card>
</div>
</ion-content>