mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
13 lines
No EOL
201 B
HTML
13 lines
No EOL
201 B
HTML
<div class="card">
|
|
<div class="card-content">Test</div>
|
|
</div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by adamgiebl - Tags: form, card, hover */
|
|
.card {
|
|
width: 190px;
|
|
background: lightgrey;
|
|
}
|
|
|
|
</style>
|
|
|