* 사방에서 터지는 불꽃놀이 https://codepen.io/towc/pen/oBvYEL webgl fireworks you know what's better than fireworks? WEBGL FIREWORKS... codepen.io * 팝팝 터지는 느낌의 불꽃놀이 https://codepen.io/yshlin/pen/WNMmQX Pure CSS Fireworks Utilize SASS mixins for cross-platform support and random particle generation.... codepen.io *타겟 설정해 해당 지점에서 터지는 불꽃놀이 https://codepen.io/programking/pen/AJgeEd HTML5 canvas and javascript ..
.ui-widget.ui-widget-content{ width: auto; font-size: 14px; } .ui-datepicker .ui-datepicker-title{ margin: 0 2em; } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{ width: 48%; margin: 1px; background-image: none; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }
.ellipsis{ display: inline-block; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; } .ellipsis2{ display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .ellipsis3{ display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orien..
include 된 asp 파일에서 이전에 호출한 페이지 url 알아내기
데이터 처리 중... 잠시만 기다려주시기 바랍니다. // test root #root{ position: relative; } // road layer pop .road_pop_container{ position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); .road_pop_wrap{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; .road_pop_spin_wrap{ ..