Close button Animation
닫기 버튼 애니메이션 이 포스팅에서는 애니메이션 효과가 적용된 닫기 버튼에 대해 소개합니다. Close button Animation DEMO html Back css * { padding: 0; margin: 0; box-sizing: border-box; } body { background: #141926; font-family: Helvetica, Arial, sans-serif; } .outer { position: relative; margin: auto; width: 70px; margin-top: 200px; cursor: pointer; } .inner { width: inherit; text-align: center; } label { font-size: .8em; line-height:..