mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
305 B
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>
|