<script src="https://l24wiget-v1.web.app/live24Code.js?v=1"></script>

<div id="liveStateBigDiv"></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('sgrclp'); // 라이브24 아이디 , 카페24회원이면 카페24 대표 아이디

//라이브 시작 알림 배너 실행
l24App.liveStateBig('liveStateBigDiv',{
  backgroundColor: '#B90922', //배경색
  textColor: '#fff', //텍스트색
  state: 'live,vod', //라이브 (live) , VOD (vod) , 라이브예고 (trailer)  중 필요한것만 추가 // 기본 : live,vod,trailer
});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.