first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:04:35 +03:00
commit 763b147cc3
199 changed files with 29356 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@include keyframes(pulse-border) {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
opacity: 0;
}
}
@include keyframes(h-p-a){
0%{
bottom: 30px;
}
50%{
bottom: 60px;
}
100%{
margin-top: 30px;
}
}