Skip to content

Commit

Permalink
Update singup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
C10H8Nai authored Mar 8, 2024
1 parent 04bf8f2 commit 0ee1866
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions html/singup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<head>
<style>
.hidden {
display: none;
display:none;
}
@keyframes fadeIn{
0%{opacity:0;}
100%{opacity:1;}
}

.fade {
transition: opacity 2s;
animation:fadeIn 2s;
}

</style>
Expand Down

0 comments on commit 0ee1866

Please sign in to comment.