added upload button logic

This commit is contained in:
2025-01-23 20:33:21 +01:00
parent ad49d8d8c6
commit 982d47ce83
7 changed files with 110 additions and 28 deletions
+15 -3
View File
@@ -1,4 +1,5 @@
#licenseContainer {
font-family: "Comic Sans MS", "Comic Sans", cursive;
position: relative;
width: 600px;
/* height: 400px; */
@@ -12,10 +13,18 @@
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(2, auto);
}
#picValue {
#picContainer {
width: 150px;
height: 150px;
display: block;
overflow: hidden;
background-color: #FFFFFF;
}
#picValue {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#credits {
position: absolute;
@@ -31,9 +40,12 @@
margin: 5% 0% 0% 0%;
}
#signatureValue {
margin: 0% 0% 0.2rem 0%;
font-family: "Yellowtail", serif;
font-weight: 400;
font-style: normal;
margin: 0% 0% -0.2rem 0%;/* margin: 0% 0% 0.2rem 0%; */
text-align: center;
font-size: 1rem;
font-size: 1.2rem;
}
#signHere {
border-top: #000000 solid 6px;