galaxy/Cards/adamgiebl_strong-zebra-87.html

13 lines
270 B
HTML

<div class="card"></div>
<style>
/* From Uiverse.io by adamgiebl - Tags: neumorphism, card */
.card {
width: 190px;
height: 254px;
border-radius: 30px;
background: #e0e0e0;
box-shadow: 15px 15px 30px #bebebe,
-15px -15px 30px #ffffff;
}
</style>