반응형 css3 [css] 예쁜 background color example (연보라 라인) 네이버 메인을 보다가, 올리브영 광고에 사용된 버튼 background color가 너무 예뻐 css 를 추출했습니다. { background-color: #afd3fa; background-color: #b7c2ff; background-color: #b7b7ff; background-color: #c6b8ff; background-color: #d0acff; } 2023. 2. 7. [HTML/CSS] 깜빡거리는 효과 주기 / CSS animation @keyframes를 이용한 것을 확인하세요. 참고 링크 w3 school / CSS @keyframes Rule https://www.w3schools.com/cssref/css3_pr_animation-keyframes.php CSS @keyframes Rule W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com The @keyframes rule specifies the.. 2023. 1. 20. [Javascript] 탭 이동 코드 / html, Javascript, css 포탈 화면 구현 시 작성한 소스. 보통 사이트마다 메인에 구현하는 작은 board를 위한 소스. $('.tabs').find('.tab').click(function(){ var tabCurr = $(this); var tabPrev = tabCurr.parents('ul').children('.on'); tabPrev.removeClass('on'); tabPrev.children('a').removeClass('on'); tabPrev.children('div').removeClass('on'); tabCurr.addClass('on'); tabCurr.children('a').addClass('on'); tabCurr.children('div').addClass('on'); }); more 공지사항.. 2018. 10. 18. 이전 1 다음 반응형