웹퍼블리싱/css6 css 무한애니메이션 @keyframes changewidth { from { width: 0px; } to { width: 50px; } } .more_animation { animation-duration: 1s; animation-name: changewidth; animation-iteration-count: infinite; animation-direction: alternate; } 2019. 2. 22. blink css 원하는곳에 class="blink" 추가하기 2018. 10. 22. [CSS] select 박스 디자인 select { padding: 7px 10px; font-family: inherit; background: url('화살표사진경로') no-repeat 93% 50%; background-size: .8rem; border: 1px solid #ccc; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 12px; color: #666; min-width: 120px; } 2018. 10. 17. [css] checkbox 디자인 바꾸기 체크박스입니다 결과 체크박스입니다 2018. 8. 9. 이전 1 2 다음