galaxy/Cards/Yaseen549_chilly-dragon-64.html

15 lines
283 B
HTML

<div class="card"></div>
<style>
/* From Uiverse.io by Yaseen549 - Tags: card, neumorphism */
.card {
width: 190px;
height: 254px;
border-radius: 30px;
background: #212121;
box-shadow: 15px 15px 30px rgb(25, 25, 25),
-15px -15px 30px rgb(60, 60, 60);
}
</style>