How to make a ribbon pattern on the side of a card block
P粉381463780
2023-08-13 18:35:45
<p>Based on the screenshot below, I need help adding a block with a "Complete" status. </p>
<p>Click to view sample screenshot</p>
<p>Currently just a div with the following configuration. </p>
<pre class="brush:php;toolbar:false;"><div style="display:flex; flex-direction:column; align-items: center; justify-content: center; ">
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/marketing_essentials.jpg "><a href="# ">Marketing Essentials</a>
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/human_resource_tile_pic.jpg "><a href="# ">Human Resource Management</a>
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/pm_fundamentals.jpg "><a href="# ">Project Management Fundamentals</a>
</div></pre>
<p><br /></p>
Not perfect, but this is how it is done on the card,
position: absolute
on the bow which allows you to position the bow in the desired position on the card.