Create a Product Card UI Design for your E-commerce Site, Oracle Apex
Video Url- https://youtu.be/uD8iEX7VoPw 1. Go To Shared Components >> Templates >> Search by typing Cards Copy Report Card- Name- Product Card UI Design Open your copied Templates Product Card UI Design Row Templates1 >> Paste the following code <li class="containers #CONTAINER_CLASS#"> <div class="card"> <div style="width: 200px; margin: 5px; box-shadow: 5px 5px 15px rgba(0,0,0,0.9); transition: 0.5s ease; cursor: pointer; border-radius: 30px; margin: 15px;"> <div style="width: 100%; height: 150px; justify-content: center; align-items: center; background: #fa782e; background: -moz-linear-gradient(-45deg, #fa782e 8%, #c82930 83%); background: -webkit-linear-gradient(-45deg, #fa782e 8%, #c82930 83%); background: linear-gradient(135deg, #fa782e 8%, #c82930 83%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=#fa782e, endColorstr=#c82930, GradientType=1); bord…