Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 25, 2024
1 parent d055d0f commit 3b7c687
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ outline: 0;
}
input[type="file"] {
color: transparent;
width: 100%;
height: auto;
width: 300px;
height: 300px;
cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
Expand All @@ -42,25 +42,15 @@ background: url(https://intifada.pages.dev/upload.jpeg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
height: auto;
width: 300px;
height: 300px;
}
input:hover {
max-width: 100%;
cursor: pointer;
animation: shake 0.35s;
}
.btn {
display : inline-block;
right : 220px;
width : 80px;
height : 30px;
background : #CCC;
color : #FFF;
text-decoration : none;
line-height : 30px;
text-align : center;
}

@keyframes shake {
0% {
transform: rotate(0deg);
Expand Down

0 comments on commit 3b7c687

Please sign in to comment.