[October,3,2022]

devbit4 [front-end developer]·2022년 10월 3일
0

TIL

목록 보기
120/163

2022-09-28

✍️ 1) PLAN & TODO

  • [✅] 알고리즘(투포인터 알고리즘)
  • [✅] 스터디 과제

💻 2) CODING

09:00-17:00 / 17:00-19:00 / 21:00~22:00 / 23:00-24:00

✍️ WORK & CODE

@keyframes Anime {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scaleY(1.5);
  }
  50%{
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.rect {
  width: 20px;
  height: 60px;
  animation: Anime 1s ease infinite;
}

.rect:nth-child(1){
  animation-delay: 0s;
}
.rect:nth-child(2) {
  animation-delay: 0.2s;
}
.rect:nth-child(3) {
  animation-delay: 0.4s;
}

  • css hack 가운데 정렬

🤸‍♀️ 3) EXERCISE & LANGUAGES & BOOK

Monday/ Wednesday(Tuesday)/ Thursday 19:45-20:15 (English with Clarisse)
Tuesday / Thursday 21:00 ~ 22:00 (어깨 수영 보류)
Saturday 09:00~10:00
Sunday

buffet
I will meet~
When you have a friend~, that friend should ~
You have to be more aware of ~
You are truely an inspiration for being hardworking.
I admire your ~


🏈 4) REFLECTION


profile
제대로 꾸준하게 / 블로그 이전 => https://dailybit.co.kr

0개의 댓글