<head>
<style>
@keyframes fadeUp {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.notion-frame > .notion-scroller {
transform: translateY(50px);
opacity: 0;
animation: 400ms ease fadeUp;
animation-fill-mode: forwards;
}
</style>
</head>
제제미미는 ‘아이가 받은 모든 사랑을 기억하게’ 라는 미션을 가지고
육아 성장기록 플랫폼 쑥쑥찰칵을 만들고 있습니다.
(Google Playstore, Apple Appstore)
(2020년 숨은보석 부문)