galaxy/Cards/Codewithvinay_orange-earwig-38.html

13 lines
271 B
HTML

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