mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
14 lines
279 B
HTML
14 lines
279 B
HTML
<div class="card"></div>
|
|
<style>
|
|
/* From Uiverse.io by gagan-gv - Tags: card */
|
|
/*Retro Style Card*/
|
|
|
|
.card {
|
|
width: 190px;
|
|
height: 254px;
|
|
background: #fff;
|
|
border: 3px solid #000;
|
|
border-radius: 0;
|
|
box-shadow: 15px 15px 0 -2.5px #fff, 15px 15px 0 0 #000;
|
|
}
|
|
</style>
|