galaxy/Cards/adamgiebl_serious-penguin-95.html

12 lines
305 B
HTML

<div class="card"></div>
<style>
/* From Uiverse.io by adamgiebl - Tags: neumorphism, card */
.card {
width: 190px;
height: 254px;
border-radius: 30px;
background: lightgrey;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 50px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 26px -18px inset;
}
</style>