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