stored HTML UI elements from https://uiverse.io
This commit is contained in:
1
projects/CSS/uiverse.io/Card by adamgiebl/index.html
Normal file
1
projects/CSS/uiverse.io/Card by adamgiebl/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="card"></div>
|
||||
BIN
projects/CSS/uiverse.io/Card by adamgiebl/screenshot.png
Normal file
BIN
projects/CSS/uiverse.io/Card by adamgiebl/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
6
projects/CSS/uiverse.io/Card by adamgiebl/styles.css
Normal file
6
projects/CSS/uiverse.io/Card by adamgiebl/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user