mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
323 B
HTML
11 lines
323 B
HTML
|
|
<div class="card"></div>
|
|
<style>
|
|
/* From Uiverse.io by IverMisericordiaM - Tags: card */
|
|
.card {
|
|
width: 190px;
|
|
height: 254px;
|
|
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
|
|
background: linear-gradient(293deg, rgb(185, 185, 255) 0%, rgb(72, 225, 255) 100%);
|
|
}
|
|
</style>
|