i want to create a home screen like this:
I did that
is not look like this above one
i did not get any solution. actually i’m new in css
here my .html
<ion-col width-50 align-items-start class="home-bg" >
<div class="abc">
<div dark><b>Balance Enquiry</b></div>
</div>
</ion-col>
.css
page-category {
.home-bg {
border: solid green 2px;
color: #333;
margin: 0 6px;
padding: 15px 15px 15px 15px;
min-height: 116px;
border-radius:00px 12px 00px 12px;
-moz-border-radius:00px 12px 00px 12px;
-webkit-border-radius:00px 12px 00px 12px;
.abc{
background: url(/assets/imgs/enquiry.png) no-repeat;
width:100%;
height:100%;
padding-right:50%;
}
}
Please tell me anyone how can i do that.