mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
13 lines
271 B
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>
|