Skip to content

Commit 9188e79

Browse files
Update GitHub_Portfolio.html
1 parent 9d4cd4b commit 9188e79

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

GitHub_Portfolio.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,20 @@
9393
background-color: #fff;
9494
max-width: 100%;
9595
margin: 0 auto;
96+
opacity: 0;
97+
animation: fadeInMain 1.5s ease-in-out forwards;
9698
}
99+
100+
@keyframes fadeInMain {
101+
from {
102+
opacity: 0;
103+
transform: translateY(20px);
104+
}
105+
to {
106+
opacity: 1;
107+
transform: translateY(0);
108+
}
109+
}
97110
.research-figure img {
98111
border-radius: 0; /* Set border-radius to 0 or remove it to prevent circular appearance */
99112
}

0 commit comments

Comments
 (0)