float, clear : left, overflow: : hidden, ::after
position: relative, absolute ....etc
flexbox, 화면 정가운데 배치
grid
media query
📝 Transition 변하는 요소에게 을 적용 property property: 속성 전환 효과를 적용할 CSS 속성을 설정 duration transition이 완료되는 데 걸리는 시간 timing-function 진행 속도를 설정 : 천천히...휙(빨리) : 빨리(휙)..천천히 : https://cubic-bezier.com/#.17,.6...
styled-component를 쓰던중 갑자기 기억이 안났던 개념.
styled-component에서 url(${plus})이렇게 넣어야한다.
span태그 텍스트 1을 사진처럼 가운데 배치하려면display: inline-block; line-height: 50px; text-align: center;