Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Jul 20, 2024
1 parent b76f289 commit b98ec50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ body {
textarea {
resize: none;
}
.appear {
animation-name: appear;
animation-duration: 1s;
animation-iteration-count: 1;
}
@keyframes appear {
from {opacity: 0;}
to {opacity: 1;}
Expand Down

0 comments on commit b98ec50

Please sign in to comment.