mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
12 lines
279 B
HTML
12 lines
279 B
HTML
|
|
<div class="card"></div>
|
|
<style>
|
|
/* From Uiverse.io by e-coders - Tags: card */
|
|
.card {
|
|
width: 190px;
|
|
height: 254px;
|
|
background: linear-gradient(135deg, #ebadb6 0%, #aceae1 100%);
|
|
border-radius: 7px;
|
|
box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
|
|
}
|
|
</style>
|