stored HTML UI elements from https://uiverse.io

This commit is contained in:
2024-06-01 22:03:46 +03:00
parent dda33e70a0
commit ec0a08b198
7 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1 @@
<div class="card"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,6 @@
.card {
width: 190px;
height: 254px;
background: rgb(236, 236, 236);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}