#e8e8e8
HTML +TailwindCSS
1<div class="relative w-80 h-72 bg-gray-50 rounded-2xl p-4 shadow shadow-sky-800 flex flex-col justify-end gap-8 items-stretch"> 2 <div class="flex flex-row justify-between items-stretch"> 3 <svg class="stroke-blue-400 w-12 h-12 p-1 bg-sky-100 rounded-2xl" height="100" preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100" width="100" x="0" xmlns="http://www.w3.org/2000/svg" y="0"> 4 <path d="M60.7,25v7.2m0,14.2v7.2m0,14.2V75M25,25a7.1,7.1,0,0,0-7.1,7.2V42.9a7.1,7.1,0,1,1,0,14.2V67.8A7.1,7.1,0,0,0,25,75H75a7.1,7.1,0,0,0,7.1-7.2V57.1a7.1,7.1,0,1,1,0-14.2V32.2A7.1,7.1,0,0,0,75,25Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="8"> 5 </path> 6 </svg> 7 <div class=""> 8 <span class="text-blue-400 font-semibold text-xl">Continue payment</span> 9 <p class="text-base text-gray-600 w-56">Wait! you have NOT finished your purchase, do you want to continue? </p> 10 </div> 11 </div> 12 <div class="flex flex-col gap-2"> 13 <button class="border-2 border-blue-400 bg-blue-400 py-1 rounded text-gray-50 hover:bg-blue-300">Continue</button> 14 <button class="border-2 border-blue-400 py-1 rounded hover:bg-gray-100">See more films</button> 15 </div> 16 <div class="absolute top-3 right-2 text-red-300 hover:text-red-500"> 17 <svg class="w-12 h-12 fill-current" height="100" preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100" width="100" x="0" xmlns="http://www.w3.org/2000/svg" y="0"> 18 <path d="M50,87.4A37.4,37.4,0,1,0,12.6,50,37.3,37.3,0,0,0,50,87.4ZM44,37.3A4.7,4.7,0,0,0,37.3,44l6.1,6-6.1,6A4.7,4.7,0,0,0,44,62.7l6-6.1,6,6.1A4.7,4.7,0,0,0,62.7,56l-6.1-6,6.1-6A4.7,4.7,0,0,0,56,37.3l-6,6.1Z" fill-rule="evenodd"> 19 </path> 20 </svg> 21 22 </div> 23</div>
287 views
Variation of acard
287 views
Variation of acard
Comments
MIT License