Skip to content

da-co-life/kokoa-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KoKoa Clone

More javascript

2021.07.08

position:absolute는 상위 부모의 position:relative를 가진 부모 기준으로 움직인다.

2021.08.11

flex-direction : 아이템들이 배치되는 축의 방향을 결정 align-items :: 수직축 방향으로 아이템들을 정렬


  flex-direction: column;
  align-items: flex-end;
  --> 세로축 기준으로 아이템들을 오른쪽 끝에 배치

2021.08.11

display: block : 가로 영역을 모두 채우고 , block 요소 다음에 등장하는 태그는 줄바꿈된 것처럼 보임

2021.08.22

order order은 flex를 가진 children에 한해 반응함 flex-direction : row-reverse 간단하게 순서르 바꿀수 있음

2021.08.28

animation ( forwards ) : 마지막 keyFrames를 기억하고 싶을 때 animation-delay : 애니메이션 지연을 하고 싶을 경우

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published