mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
211 B
HTML
11 lines
211 B
HTML
|
|
<div class="card"></div>
|
|
<style>
|
|
/* From Uiverse.io by Muhammad-Abdullah-Zeeshan - Tags: card */
|
|
.card {
|
|
width: 190px;
|
|
height: 254px;
|
|
background: rgb(50, 126, 224);
|
|
border-radius: 40px 0 40px 0;
|
|
}
|
|
</style>
|