galaxy/Cards/e-coders_clever-walrus-99.html

12 lines
279 B
HTML

<div class="card"></div>
<style>
/* From Uiverse.io by e-coders - Tags: card */
.card {
width: 190px;
height: 254px;
background: linear-gradient(135deg, #ebadb6 0%, #aceae1 100%);
border-radius: 7px;
box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
</style>