it 66

[Kokoa] #3.10 Flexbox Part / #3.12 Fixed (08:19) / #3.13 Relative Absolute (07:45)

#3.10 Flexbox Part One (12:08) : justify-content 더보기 개괄 1. 자식에게 명시하지 않고 부모에게 명시한다 div의 부모를 display:flex로 만든다 2. main axis=> 주축은 (수평)이 기본, justify-content는 main axis를 따라 움직임 3. cross axis=> 교차축은 (수직)이 기본, align-items는 cross axis를 따라 움직임 4. body가 height 값을 갖고있지 않으면 이미 맨 위아래를 차지하고 중심에 있으니까 align-items를 설정하더라도 바뀌지 않음. 이 때 height를 px로 해도 작동하지만, vh를 사용하면 화면 크기에 따라 바뀐다. 아이폰 맥북 아이패드에 따라 다 달라지니까 유용하다. ju..

CSS/CSS_KaKaoClone 2023.05.19

[KokoaClon]#4.0 Transitions / #4.2 Transformations (12:33) / #4.3 Animations part One (04:52) / #4.5 Media Queries (11:21)

#4.0 Transitions (09:40) : Transition 적는 위치 더보기 Go Home #4.1 Transitions part Two (07:45) : ease-in funtion 더보기 ease-in funtion 실습사이트 https://matthewlein.com/tools/ceaser Ceaser - CSS Easing Animation Tool - Matthew Lein Choose an easing type and test it out with a few effects. If you don’t quite like the easing, grab a handle and fix it. When you’re happy, snag your code and off you go. Now tha..

CSS/CSS_KaKaoClone 2023.05.18