upload page

This commit is contained in:
Robin Appelman 2023-04-09 19:03:05 +02:00
commit a8f0d8e299
8 changed files with 171 additions and 18 deletions

View file

@ -9,4 +9,15 @@
text-align: center;
vertical-align: middle;
line-height: 300px;
position: relative;
& input[type="file"] {
cursor: pointer;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}