<script src="https://l24wiget-v1.web.app/live24Code.js"></script>
<div style="padding:20px">
<!-- 라이브24 위젯 표시 위치-->
<div id="l24vod"></div>
<!-- 라이브24 위젯 표시 위치-->
</div>
/* 기본스타일 */
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
l24App.ready('now17'); // 라이브24 아이디 , 카페24회원이면 카페24 대표 아이디
//라이브 시작 알림 배너 실행
l24App.vodCardList('l24vod',{
title:'111라이브24 VOD',
limit:3,
});
This Pen doesn't use any external CSS resources.